Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1626 Discussions

How can I obtain the full list of specifications for the QSUB

AswinVijayakumar
1,095 Views

Which link gives me information about 

 

qsub token to use such as 

qsub -l ":GPU:core:xeon " script.sh

etc

 

https://devcloud.intel.com/oneapi/documentation/advanced-queue/

The link above gives me some information and also 

pbsnodes | grep "properties =" | awk '{print $3}' | sort | uniq -c

from here how do I select the right combination? Some of them are not executing at all. 

 

Would you advise?

0 Kudos
5 Replies
GRN2
Employee
1,073 Views

You can choose only one property to avoid conflict between different properties, for example:

qsub -l nodes=1:gpu:ppn=2

or

qsub -l nodes=1:core:ppn=2

or

qsub -l nodes=1:arria10:ppn=2

etc.

The multiple properties in the same qsub command are not allowed.

0 Kudos
AswinVijayakumar
1,067 Views

Thanks!

0 Kudos
RaeesaM_Intel
Moderator
1,053 Views

Hi,


Thank you for posting in Intel Forums.

Glad to know that your issue is resolved. Is there anything else that we can help you with ?


Regards,

Raeesa



0 Kudos
AswinVijayakumar
1,008 Views

Thank you. 

0 Kudos
RaeesaM_Intel
Moderator
1,006 Views

Hi,


Thank you for the confirmation. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Raeesa




0 Kudos
Reply