File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ ReferenceEvaluation:
12
12
cores_per_worker : 1
13
13
mpi_command : ' mpirun -np {}' # cp2k on conda-forge comes with OpenMPI (not MPICH as in container)
14
14
mode : ' workqueue'
15
+ workqueue_use_coprocess : false
15
16
...
Original file line number Diff line number Diff line change @@ -253,13 +253,13 @@ def parse_config(yaml_dict: dict):
253
253
"parsl_log_level" : "INFO" ,
254
254
"psiflow_log_level" : "INFO" ,
255
255
"usage_tracking" : True ,
256
- "retries" : 1 ,
256
+ "retries" : 2 ,
257
257
"strategy" : "simple" ,
258
258
"max_idletime" : 20 ,
259
259
"default_threads" : 1 ,
260
260
"htex_address" : None ,
261
261
"mode" : "workqueue" ,
262
- "workqueue_use_coprocess" : True ,
262
+ "workqueue_use_coprocess" : False , # CP2K doesn't like this
263
263
}
264
264
forced = {
265
265
"initialize_logging" : False , # manual; to move parsl.log one level up
You can’t perform that action at this time.
0 commit comments