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

number of running jobs

W_E_Intel
Employee
3,641 Views

Hello,

 

two days ago, I was able to run four jobs on-time on different nodes, but now only one job is running while other are pending on the queue while the nodes are free and power-on. please help on this issue.

 

Thanks,

WE  

1 Solution
RahulU_Intel
Moderator
2,991 Views

HI,


Thank you for your patience. We will contact you privately. We will close this inquiry now. If you need further assistance, please post a new question.


Thanks and Regards,

Rahul


View solution in original post

0 Kudos
23 Replies
W_E_Intel
Employee
503 Views
0 Kudos
GRN2
Employee
492 Views

One more workaround with one account. The example for 4 jobs:

qsub -l nodes=4;ppn=2 -l walltime=00:10:00 job.sh

there job.sh contains:

#!/bin/bash

sleep 600

#600 is walltime

after that run qstat -an and know granted nodes

Then, connect to the nodes using ssh node_name.aidevcloud and run your application.

0 Kudos
RahulU_Intel
Moderator
2,992 Views

HI,


Thank you for your patience. We will contact you privately. We will close this inquiry now. If you need further assistance, please post a new question.


Thanks and Regards,

Rahul


0 Kudos
Reply