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

Issue with increasing job time on the intel devCloud

ahuynh
Novice
931 Views

Hi, I'm having some trouble increasing the runtime for my accuracy testing model. I want to increase the wall time so the program doesn't kill when I am running it as a job on another node.

ahuynh_0-1639249246886.png

 

 it seems to keep saying that the job is rejected every time I try to add a wall time. 

here is why I think I need to increase my wall time as well since it sends back that it kills my process after running it as a regular job without the walltime. 

ahuynh_1-1639249351113.png

Any help would be greatly appreciated, Thank you!

Labels (1)
0 Kudos
1 Solution
ChrisB_Intel
Moderator
867 Views

We have built in limits for both the OpenVINO projects and the OneAPI projects. To query walltime limits, run the following command:


qmgr -c "p s" | grep walltime


That will give you the limits. You cannot exceed this.


Thanks

Chris



View solution in original post

0 Kudos
3 Replies
AbhijeetJ_Intel
Moderator
907 Views

Hi,

Thank you for posting in Intel Communities.

Could you please let us know whether you are using Intel DevCloud for oneAPI or Intel DevCloud for the Edge or DevCloud for FPGA ?

Regards

Abhijeet

 

 

0 Kudos
ahuynh
Novice
887 Views

Hi, I am using  Intel DevCloud for the Edge.

0 Kudos
ChrisB_Intel
Moderator
868 Views

We have built in limits for both the OpenVINO projects and the OneAPI projects. To query walltime limits, run the following command:


qmgr -c "p s" | grep walltime


That will give you the limits. You cannot exceed this.


Thanks

Chris



0 Kudos
Reply