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

 

 

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.