Changes between Version 7 and Version 8 of cypress/using


Ignore:
Timestamp:
04/08/15 15:40:33 (9 years ago)
Author:
cmaggio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/using

    v7 v8  
    4848There 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.
    4949
    50  
     50 [[Image(squeue_scancel.png, 50%)]]
    5151
    5252Congratulations, you are now ready to start running jobs on Cypress.