We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ae6d6c + 2a7c471 commit 326cdf6Copy full SHA for 326cdf6
dpgen/generator/run.py
@@ -1022,7 +1022,7 @@ def run_model_devi (iter_index,
1022
1023
all_task = glob.glob(os.path.join(work_path, "task.*"))
1024
all_task.sort()
1025
- command = "{ if [ ! -f restart.dpgen.10000 ]; then %s -i input.lammps -v restart 0; else %s -i input.lammps -v restart 1; fi }" % (lmp_exec, lmp_exec)
+ command = "{ if [ ! -f dpgen.restart.10000 ]; then %s -i input.lammps -v restart 0; else %s -i input.lammps -v restart 1; fi }" % (lmp_exec, lmp_exec)
1026
commands = [command]
1027
1028
fp = open (os.path.join(work_path, 'cur_job.json'), 'r')
0 commit comments