Changes between Version 7 and Version 8 of cypress/using
- Timestamp:
- 04/08/15 15:40:33 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v7 v8 48 48 There are two more commands we should familiarize ourselves with before we begin. The first is the “squeue” command. This shows us the list of jobs that have been submitted to SLURM that are either currently running or are in the queue waiting to run. The last is the “scancel” command. This allows us to terminate a job that is currently in the queue. So that we can see these commands in action, let’s extend our jobs run time by adding a sleep command to the end of our SLURM script. 49 49 50 50 [[Image(squeue_scancel.png, 50%)]] 51 51 52 52 Congratulations, you are now ready to start running jobs on Cypress.