1. (0.2 points) What you can do for high-performance computing?
a. Supercomputers/clusters will always dramatically run faster than your laptop.
b. You have permission to directly install the software that is needed for your analysis.
c. You can execute analysis job that have intensive but reasonable usage of computing resources.
d. Supercomputers/clusters will execute my analysis job whenever I ask them to do.
Your answer:
---
2. (0.2 points) What is the best way to execute your analysis job on supercomputer?
a. Remote connect to virtual desktop on supercomputer. Open the software you needed with graphical interface, and then execute the job by click the button.
b. Write an e-mail and attach your files to the staffs who is responsible for the cluster computing.
c. Upload your files, and then open the IDE (RStudio, Jupyter notebook, VScode) on supercomputer and run the files.
d. Compile your analysis code to bash script and submit to slurm.
Your answer:
---
3. (0.2 points) Which command is important to access the required software for your job when you submit job to a supercomputer?
a. module
b. import
c. library
d. load
Your answer:
---
4. (0.2 points) To run the analysis scripts on supercomputer, it is very important to know what is the computing resource you need. Please list at least three computing resources that is require to specify when you submit your job.
Your answer:
---
5. (0.2 points) Slurm is a cluster management system for high performance computing. The tutorial video demonstrated the following command for slurm, please briefly explain the function for each command below:
Your answer:
sbatch:
squeue:
scancel:
sacct:
---