You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jovyan@jupyter:~$ qstat
Job id Name User Time Use S Queue
------------------------- ---------------- --------------- -------- - -----
0.torque KaleTest jovyan 0 R default
jovyan@jupyter:~$ qstat 0
qstat: Unknown Job Id 0.vcluster_torque_1.vcluster_default
jovyan@jupyter:~$ qstat 0.torque
qstat: Unknown Job Id 0.vcluster_torque_1.vcluster_default
From Torque
root@torque:/# qstat
Job id Name User Time Use S Queue
------------------------- ---------------- --------------- -------- - -----
0.torque KaleTest jovyan 00:00:00 C default
root@torque:/# qstat 0
Job id Name User Time Use S Queue
------------------------- ---------------- --------------- -------- - -----
0.torque KaleTest jovyan 00:00:00 C default
root@torque:/# qstat 0.torque
Job id Name User Time Use S Queue
------------------------- ---------------- --------------- -------- - -----
0.torque KaleTest jovyan 00:00:00 C default
Everything works fine from the torque node
From Worker
ubuntu@536fc18507d7:/$ qstat
ubuntu@536fc18507d7:/$ qstat -a
So the worker doesn't even see anything in the queue.
The text was updated successfully, but these errors were encountered:
OliverEvans96
changed the title
Cannot search for torque job by id from jupyter node
Cannot search for torque job by id
Jan 29, 2018
OliverEvans96
changed the title
Cannot search for torque job by id
Cannot search for torque job by id from Jupyter
Jan 29, 2018
From Jupyter
docker-compose exec jupyter /bin/bash
jovyan@jupyter:~$ qsub test.batch 0.torque
jovyan@jupyter:~$ qstat Job id Name User Time Use S Queue ------------------------- ---------------- --------------- -------- - ----- 0.torque KaleTest jovyan 0 R default
jovyan@jupyter:~$ qstat 0 qstat: Unknown Job Id 0.vcluster_torque_1.vcluster_default
jovyan@jupyter:~$ qstat 0.torque qstat: Unknown Job Id 0.vcluster_torque_1.vcluster_default
From Torque
Everything works fine from the torque node
From Worker
So the worker doesn't even see anything in the queue.
The text was updated successfully, but these errors were encountered: