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

How can I run my job on a GPU

insaf
Beginner
590 Views

How can I run my job on a GPU!

0 Kudos
3 Replies
AthiraM_Intel
Moderator
554 Views

 

Hi,

 

Thank you for posting in Intel Communities.

 

Please use the below command to submit a job in GPU node:

qsub -l nodes=1:gpu:ppn=2 -d . job.sh

Note: -l nodes=1:gpu:ppn=2 (lower case L) is used to assign one full GPU node to the job.

Note: The -d . is used to configure the current folder as the working directory for the task.

Note: job.sh is the script that gets executed on the compute node.

 

 

Please refer the following documentation for detailed information: 

https://devcloud.intel.com/oneapi/documentation/job-submission/

 

If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue. 

 

 

Thank you.

 

0 Kudos
AthiraM_Intel
Moderator
504 Views

Hi,


We have not heard back from you. Could you please give us an update?



Thanks


0 Kudos
AthiraM_Intel
Moderator
459 Views

Hi,


We 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


0 Kudos
Reply