Forum Discussion
BoonBengT_Altera
Moderator
4 years agoHi @HongboRong,
Yes you are right, all the nodes for 2, 4 and 5 are having the same issues.
My guess is that those nodes does not comes with required gpu.
To request for a GPU node, you would be able to so do with the command below:
qsub -I -l nodes=1:gpu:ppn=2 -d .
Once in the node level and you should be able to run the executable result accordingly.
Please do let us know if that helps.
Note: More details on the job submission in Intel Devcloud can be found here.
Best Wishes
BB
- HongboRong4 years ago
New Contributor
Thanks, BB. That works!