Replies: 3 comments
-
What is your PBS version? |
Beta Was this translation helpful? Give feedback.
0 replies
-
and I found the dpgen task will break down at the stage when get the task state with "status_word=status_line.split()[-2]"
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Do you use torque? "PBS" is designed for openpbs or PBS Pro. For torque please use "Torque".
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The dpgen excute the fp calculation at the queue ljcluster, on another cluster using PBS. when the dpgen program try to get the job state (Q、H or R) it return an error:
I check the *.sub file according to the bug tips and find that:
that's different with PBS I use as usual:
In fact, a task have been submitted by using "qstat |grep ljcluster":
the job Wangzr_LJ is a normally running task on our cluster of other people and the zhb_LJ is the fp task submitted by dpgen spaning cluster.
I try to excute the command"qstat -x + job ID " used to get the my job state according to source code of the pbs.py:
it return a line instead instead of multiple lines as the pbs.py expected.
For comparation, i use qstat -a |grep ljcluster to get the source the task expand and return:
the normally running task of wangzr return the source, but my task. And when i use the usual PBS script, the task runs normally, so do i need change the pbs format as that i use or some problems happened in my input files these are attached as follows. My dpgen version is 0.10.6.
MACHINE.txt
PARAM.txt
Beta Was this translation helpful? Give feedback.
All reactions