Changes between Version 3 and Version 4 of Doc/ComputingCenters/IDRIS/JeanZay


Ignore:
Timestamp:
10/10/19 15:45:54 (5 years ago)
Author:
rpennel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/IDRIS/JeanZay

    v3 v4  
    3030  * RAM/Core: 15.6GB 
    3131 
     32# Job manager commands # 
     33 * {{{sbatch job}}} -> submit a job  
     34 * {{{scancel ID}}} -> kill the job with the specified ID number  
     35 * {{{sacct -u login -S YYYY-MM-DD}}} -> display all jobs submitted by login, add {{{-f}}} to see full job name 
     36 * {{{squeue}}} -> display all jobs submitted on the machine.  
     37 * {{{ squeue  -u $(whoami)}}} ->display your jobs. 
     38 
     39