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 Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

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