- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page