Replies: 6 comments 1 reply
-
Can you check if this file exists? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@felix5572 Could you take a look? I think dpdispatcher finishes the submission before the job was finished? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@l98y3j26 I meet the same question. Can you tell me how to modify the param.json? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Dear developers,
When I run the DPGEN on the Lebesgue, here comes the errors and the param.json and machine.json are attached.
param.txt
machine.txt
Description
2021-08-10 16:12:12,948 - INFO : info:check_all_finished: False
2021-08-10 16:12:21,923 - INFO : job: f11e2ed212f63da8b91d7b8e30e79aaa8c55fadd unsubmitted; submit it
2021-08-10 16:12:21,973 - INFO : job: f11e2ed212f63da8b91d7b8e30e79aaa8c55fadd submit; job_id is 67074
2021-08-10 16:12:21,973 - INFO : job: 7f52bf456664a1b775aa5c5500fc62682660d36e unsubmitted; submit it
2021-08-10 16:12:21,996 - INFO : job: 7f52bf456664a1b775aa5c5500fc62682660d36e submit; job_id is 67075
2021-08-10 16:12:21,996 - INFO : job: e7e85f921028a8fe870064da8bea168c1b846c7a unsubmitted; submit it
2021-08-10 16:12:22,011 - INFO : job: e7e85f921028a8fe870064da8bea168c1b846c7a submit; job_id is 67076
2021-08-10 16:12:22,011 - INFO : job: 1c2d6623c8785cca27cdacd5897ea2d7ebf78c1e unsubmitted; submit it
2021-08-10 16:12:22,035 - INFO : job: 1c2d6623c8785cca27cdacd5897ea2d7ebf78c1e submit; job_id is 67077
INFO:dpgen:-------------------------iter.000000 task 02--------------------------
INFO:dpgen:-------------------------iter.000000 task 03--------------------------
INFO:dpgen:-------------------------iter.000000 task 04--------------------------
2021-08-10 16:16:02,522 - INFO : info:check_all_finished: False
Traceback (most recent call last):
File "/opt/anaconda3/bin/dpgen", line 8, in
sys.exit(main())
File "/opt/anaconda3/lib/python3.8/site-packages/dpgen/main.py", line 175, in main
args.func(args)
File "/opt/anaconda3/lib/python3.8/site-packages/dpgen/generator/run.py", line 2714, in gen_run
run_iter (args.PARAM, args.MACHINE)
File "/opt/anaconda3/lib/python3.8/site-packages/dpgen/generator/run.py", line 2689, in run_iter
run_model_devi (ii, jdata, mdata)
File "/opt/anaconda3/lib/python3.8/site-packages/dpgen/generator/run.py", line 1259, in run_model_devi
submission.run_submission()
File "/opt/anaconda3/lib/python3.8/site-packages/dpdispatcher/submission.py", line 157, in run_submission
self.upload_jobs()
File "/opt/anaconda3/lib/python3.8/site-packages/dpdispatcher/submission.py", line 274, in upload_jobs
self.machine.context.upload(self)
File "/opt/anaconda3/lib/python3.8/site-packages/dpdispatcher/dp_cloud_server_context.py", line 88, in upload
upload_zip = zip_file.zip_file_list(
File "/opt/anaconda3/lib/python3.8/site-packages/dpdispatcher/dpcloudserver/zip_file.py", line 27, in zip_file_list
zip_obj.write(ii, arcname)
File "/opt/anaconda3/lib/python3.8/zipfile.py", line 1741, in write
zinfo = ZipInfo.from_file(filename, arcname,
File "/opt/anaconda3/lib/python3.8/zipfile.py", line 523, in from_file
st = os.stat(filename)
FileNotFoundError: [Errno 2] No such file or directory: '/root/csh_nucleation/iter.000000/01.model_devi/graph.001.pb'
Beta Was this translation helpful? Give feedback.
All reactions