qstat and long job names

后端 未结 9 1526
[愿得一人]
[愿得一人] 2021-01-31 08:23

How can I get qstat to give me full job names?

I know qstat -r gives detailed information about the task, but it\'s too much and the resource r

9条回答
  •  说谎
    说谎 (楼主)
    2021-01-31 08:45

    If you just want the names:

    qstat -f | grep 'Job_Name'
    

    Example of output:

    Job_Name = File.output
    Job_Name = file.out
    
    

提交回复
热议问题