- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
The following in devcloud gets any available cpu or gpu in dev cloud.
qsub -l nodes=1:gpu:ppn=2 -d
So sometimes when using gpu i get the below device for processing
Device: Intel(R) Graphics [0x4905]
And some times I get this gpu device for processing
Device: Intel(R) Graphics Gen9 [0x3e96]
How do I tell it to only use this gpu Device: Intel(R) Graphics Gen9 [0x3e96]
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks found solution
qsub -l nodes=1:ppn=2:iris_xe_max -d . run.sh
qsub -l nodes=1:ppn=2:gen9 -d . run.sh
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks found solution
qsub -l nodes=1:ppn=2:iris_xe_max -d . run.sh
qsub -l nodes=1:ppn=2:gen9 -d . run.sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for reaching out to us.
Glad to know that your issue is resolved. We won't be monitoring this thread anymore. Kindly raise a new thread if you need further assistance.
Thanks.

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