Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash slurm view jobs from date

# Basic syntax:
sacct -S yyyy-mm-dd -u username --format=User,JobID,Jobname%60,state,time,start,end,elapsed,CPUTime,MaxRss,MaxVMSize,MaxDiskRead,MaxDiskWrite,nnodes,ncpus,nodelist
# Where:
#	- --format specifies the fields to return
#	- %60 specifies the number of characters to make available for 
#		the given field
Source by ubccr.freshdesk.com #
 
PREVIOUS NEXT
Tagged: #bash #slurm #view #jobs #date
ADD COMMENT
Topic
Name
4+4 =