To answer this question you will learn to:
Understand what wallclock time is.
Explain the assignment of resources to users to maintain fairness.
Write and submit a simple job script that leaves some resources as default values.
Use qstat
after submitting a job and qstat -j
to see what resources you requested.
Write and submit a job script that specifies all resources appropriately.
Write and submit a job script that writes to $TEMPDIR
and copies data back.
Understand that SGE’s working directory and the working directory for the program you are running inside the script can be different.
Explain that #Local2Scratch
happens outside of wallclock time, while other copying methods happen inside it.
Explain the difference in intended use for some of Legion’s nodes.
Explain and justify why you might want to run on a specific node.
Explain what common qstat
statuses mean.
Use qexplain
to identify faults with a submitted job.
Use qdel
to delete a job.
Use jobhist
after a job has ended.