Env:
OS : Centos 7.7
Kernel: 3.10.0-1062
PBS Version: 19.1.3
question:
I’ve submitted an array job, but the stdout and stderr come after all of the jobs are finished. how to make the stdout and stderr come after sub-jobs are finished?
If there is an error in one of the sub-jobs, there is not much information on qstat -tf jobid[index], is there any good way to debug one of the sub-jobs ?