Skip to content

Commit cc816d5

Browse files
authored
Merge pull request #428 from tuoping/master
Changed the error log of too many failed frames
2 parents b3a6f4b + b4bd8a5 commit cc816d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpgen/generator/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@ def post_fp_vasp (iter_index,
20302030
dlog.info("failed frame: %6d in %6d %6.2f %% " % (icount, tcount, rfail * 100.))
20312031

20322032
if rfail>ratio_failed:
2033-
raise RuntimeError("find too many unsuccessfully terminated jobs")
2033+
raise RuntimeError("find too many unsuccessfully terminated jobs. Too many FP tasks are not converged. Please check your input parameters (e.g. INCAR) or configuration (e.g. POSCAR) in directories \'iter.*.*/02.fp/task.*.*/.\'")
20342034

20352035

20362036
def post_fp_pwscf (iter_index,

0 commit comments

Comments
 (0)