Skip to content

Instantly share code, notes, and snippets.

@gatoravi
Created May 16, 2017 19:23
Show Gist options
  • Save gatoravi/93da50b45f41ff4ee4437b50b8bcd79a to your computer and use it in GitHub Desktop.
Save gatoravi/93da50b45f41ff4ee4437b50b8bcd79a to your computer and use it in GitHub Desktop.
Slurm information
sacct -u aru
      JobID    JobName  Partition    Account  AllocCPUS      State ExitCode
------------ ---------- ---------- ---------- ---------- ---------- --------
5718685      interacti+ interacti+      dcl          1  COMPLETED      0:0
5718686      interacti+ interacti+      dcl          1  COMPLETED      0:0
sacct -j 5719109 --format=JobID,JobName,MaxRSS,Elapsed
      JobID    JobName     MaxRSS    Elapsed
------------ ---------- ---------- ----------
5719109      run_treec+              00:02:14
5719109.bat+      batch    877680K   00:02:14```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment