August 9, 2020 by kittycool only Using sleep to test qsub with PBS Professional If you need to do a quick test on the batch mode, you can use this command qsub -l select=1:ncpus=4 -l walltime=04:00:00 -q my_queue -P my_project_group -- /bin/sleep 100 Where -q refers to the queue -P refers to the Project Group Share this:TwitterFacebookLike this:Like Loading... Related