Difference between revisions of "Terra:Batch Job Submissions"
(→Job Submission) |
|||
Line 28: | Line 28: | ||
Maybe add an example of actual output of the submit command here, can be filled in when Terra is up. | Maybe add an example of actual output of the submit command here, can be filled in when Terra is up. | ||
+ | |||
+ | [[Category:Terra]] |
Revision as of 12:05, 28 October 2016
Job Submission
Once you have your job file ready, it is time to submit your job.
After a job has been submitted, you may want to check on its progress or cancel it. Below is a list of the most used job monitoring and control commands for jobs on Terra.
Function | Command | Example |
---|---|---|
Submit a job | sbatch [script_file] | sbatch FileName.job |
Cancel/Kill a job | scancel [job_id] | scancel 101204 |
Check status of a single job | squeue [job_id] | squeue 101204 |
Check status of all jobs for a user |
squeue -u [user_name] | squeue -u terraUser1 |
Maybe add an example of actual output of the submit command here, can be filled in when Terra is up.