Horje
bash slurm view jobs from date Code Example
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




Shell

Related
docker run  dockerfile without building Code Example docker run dockerfile without building Code Example
bash adding to array Code Example bash adding to array Code Example
cuda_home environment variable is not set. please set it to your cuda install root. Code Example cuda_home environment variable is not set. please set it to your cuda install root. Code Example
voice recorder for ubuntu Code Example voice recorder for ubuntu Code Example
how to activate utf16 in powershell Code Example how to activate utf16 in powershell Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12