(Click to open topic with navigation)
5.541.1 Introduction
This test determines if the checkpoint/restart cycle can be repeated multiple times.
5.541.2 Test Steps
Start a job and then while tailing the job output, do multiple qhold/qrls operations.
> qsub -c enabled test.sh
999.xxx.yyy
> qhold 999
> qrls 999
> qhold 999
> qrls 999
> qhold 999
> qrls 999
Successful results.
After each qrls, the job's output should resume. Also tried while true; do qrls 999; qhold 999; done and this seemed to work as well.
Related Topics