Please Log
In for full access to the web site. Note that this link will take you to
an external site (https://petrock.mit.edu) to authenticate, and then you will be redirected
back to this page.
Review the concepts you learned from Scaling Research Computing Workflows module
1) Analyzing the Serial Application
You have a workflow that processes a large number of files, spread over many sub-directories. Each file is processed independently but requires 2x more than the nominal RAM per core on the hardware. What canonical workflow does this processing map to?
Loading...
You are using a Python package to train a machine learning model. What do you need to check during your serial testing? (Check all that apply)
Loading...
Which of the following techniques are recommended to uncover the computational bottlenecks? (Select all that apply.)
Loading...
What should you focus on when determining your resource requirements? (Select all that apply.)
Loading...
2) Performance
What is the limiting factor for speed-up?
Loading...
What 2 actions need to be taken to achieve maximum speed-up for any application? (Select all that apply.)
Loading...
Will more processors always lead to faster time to solution?
Loading...
3) Tools for Application Analysis
Which command can be used to show statistics about your jobs, in particular to get the peak memory usage? Enter just the name of the command, without any options, flags, or arguments.:
Loading...
Which command can be used to show information about the current CPU and memory utlization, processes and threads, and load? Enter just the name of the command, without any options, flags, or arguments.
Loading...
Which command would you use to show statistics on current GPU utilization? Enter just the name of the command, without any options, flags, or arguments.
Loading...
True or false: The MaxRSS and MaxVMSize fields to used show memory usage in sacct are only accurate for completed jobs.
Loading...
What must you do before running the nvidia-smi or htop commands to evaluate one of your jobs?