Replies: 4 comments 10 replies
-
Please provide your |
Beta Was this translation helpful? Give feedback.
0 replies
-
@felix5572 Please have a look. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looking forward for your reply
|
Beta Was this translation helpful? Give feedback.
4 replies
-
could you please provide the new error message? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, Developers:
Recently I encountered an error in my dpgen process. Everytime I use
dpgen run para.json machine.json
to submit jobs, I will receive the prompts like below:Traceback (most recent call last): File "/home/zhaow/.local/bin/dpgen", line 8, in <module> sys.exit(main()) File "/home/zhaow/.local/lib/python3.9/site-packages/dpgen/main.py", line 175, in main args.func(args) File "/home/zhaow/.local/lib/python3.9/site-packages/dpgen/generator/run.py", line 2997, in gen_run run_iter (args.PARAM, args.MACHINE) File "/home/zhaow/.local/lib/python3.9/site-packages/dpgen/generator/run.py", line 2973, in run_iter run_model_devi (ii, jdata, mdata) File "/home/zhaow/.local/lib/python3.9/site-packages/dpgen/generator/run.py", line 1328, in run_model_devi submission.run_submission() File "/home/zhaow/.local/lib/python3.9/site-packages/dpdispatcher/submission.py", line 182, in run_submission self.handle_unexpected_submission_state() File "/home/zhaow/.local/lib/python3.9/site-packages/dpdispatcher/submission.py", line 220, in handle_unexpected_submission_state f"Debug information: remote_root=={self.remote_root}.\n" AttributeError: 'Submission' object has no attribute 'remote_root'
It seems dpgen goes wrong and exit, but my jobs which already submitted to pbs system are still running.
I checked the source code and found when JobStatus is unknown the prompt will appear.
However I have no idea why the jobstatus is unknown while the submitted jobs are still running.
How can I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions