Révision 1f1d0644
b/modules/calculation.py | ||
---|---|---|
24 | 24 |
out_file_list = glob(f"{run_type}/{conf}/*.out") |
25 | 25 |
restart_file_list = glob(f"{run_type}/{conf}/*-1.restart") |
26 | 26 |
if len(out_file_list) == 0 or len(restart_file_list) == 0: |
27 |
unfinished_calcs.append(conf) # TODO specify separetely out and |
|
28 |
# TODO restart |
|
27 |
unfinished_calcs.append(conf) |
|
29 | 28 |
elif len(out_file_list) > 1 or len(restart_file_list) > 1: |
30 | 29 |
warn_msg = f'There is more than one file matching the {code} ' \ |
31 | 30 |
f'pattern for finished calculation (*.out / ' \ |
Formats disponibles : Unified diff