- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey, when working on DevCloud, I wanted to submit my code to the job's server to leverage GPU resources using qsub. I am able to send the job using a GPU via:
%%qsub -l nodes=1:gpu:ppn=2 -l walltime=24:00:00 -d .
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for posting Intel forums.
We're working on this internally. We'll get back to you soon with an update.
Thanks,
Jaideep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Sorry for the delay,
1) To know whether GPU is actually being leveraged in the job's server and/or how much of the GPU is being used by the code,
you can use Intel's powerful analyzer VTune Profiler. It will give you an idea about the same in the GUI.
Please follow the below link for more details.
2)We can not get control over the cores in a CPU but you can choose a CPU with desired number of cores.
Since Devcloud is a worldwide academic resource shared among several thousand users we have standardized what qsub can request in terms of cores, lob limts etc...
These CPUs have 24cores:
qsub -l nodes=1:i9-10920x:ppn=2 -d . -I
qsub -l nodes=1:gold6128:ppn=2 -d . -I
Thanks,
jaideep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue.
Thank you,
Jaideep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.
Thanks,
Jaideep

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