📜  从日期开始的 bash slurm 查看作业 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:18.343000             🧑  作者: Mango

代码示例1
# 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