-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with PLUMED in DPGEN procedure #369
Comments
|
The dpgen_work file is uploaded, no files named xxx.sub or xxx.log in the task.000.000001/. Anyway,there are no "dump.0.xzy" file in the other folder like"task.000.000004" though i found that it should generate file named 'dump.0.xzy' if plumed work. |
I suspect this might not be a proper specification at all. And like you said, the HILLS and COLVAR files are not stored after model_deviation. I guess this need to be modified as well. |
And I suggest not to start with plumed. Run the good old NPT-MD for a while, until max_f_devi is low enough, then continue with plumed. This way it's likely that your training will converge faster. |
This issue is solved. I've closed this issue. If there is still any problem, you can reopen this issue or create a new issue. |
Note: fixed by #498. |
Hello
I'm trying to run dpgen with plumed in the structure of Aluminum clusters,but something went wrong in the model_devi part,it seem that the trajectory files did not generated.Error messages are following
DPGEN Version : 0.8.1
`Traceback (most recent call last):
File "/home/zpou/anaconda3/envs/dpgen/bin/dpgen", line 8, in
sys.exit(main())
File "/home/zpou/anaconda3/envs/dpgen/lib/python3.8/site-packages/dpgen/main.py", line 182, in main
args.func(args)
File "/home/zpou/anaconda3/envs/dpgen/lib/python3.8/site-packages/dpgen/generator/run.py", line 2340, in gen_run
run_iter (args.PARAM, args.MACHINE)
File "/home/zpou/anaconda3/envs/dpgen/lib/python3.8/site-packages/dpgen/generator/run.py", line 2315, in run_iter
run_model_devi (ii, jdata, mdata)
File "/home/zpou/anaconda3/envs/dpgen/lib/python3.8/site-packages/dpgen/generator/run.py", line 999, in run_model_devi
dispatcher.run_jobs(mdata['model_devi_resources'],
File "/home/zpou/anaconda3/envs/dpgen/lib/python3.8/site-packages/dpgen/dispatcher/Dispatcher.py", line 91, in run_jobs
while not self.all_finished(job_handler, mark_failure) :
File "/home/zpou/anaconda3/envs/dpgen/lib/python3.8/site-packages/dpgen/dispatcher/Dispatcher.py", line 226, in all_finished
rjob['context'].download(task_chunks[idx], backward_task_files)
File "/home/zpou/anaconda3/envs/dpgen/lib/python3.8/site-packages/dpgen/dispatcher/LocalContext.py", line 114, in download
raise RuntimeError('do not find download file ' + rfile)
RuntimeError: do not find download file /home/zpou/dpgen_work/aa51e6f4-efb8-410a-95f4-7162524155ce/task.000.000001/dump.0.xyz
`
files.zip
The text was updated successfully, but these errors were encountered: