File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,10 +255,10 @@ def parse_config(yaml_dict: dict):
255
255
"psiflow_log_level" : "INFO" ,
256
256
"usage_tracking" : True ,
257
257
"retries" : 1 ,
258
- "strategy" : "htex_auto_scale " ,
258
+ "strategy" : "simple " ,
259
259
"max_idletime" : 20 ,
260
260
"htex_address" : None ,
261
- "default_threads" : 4 ,
261
+ "default_threads" : 1 ,
262
262
}
263
263
forced = {
264
264
"initialize_logging" : False , # manual; to move parsl.log one level up
@@ -340,7 +340,7 @@ def load(
340
340
if definition .cores_per_worker == 1 : # anticipate parsl assertion
341
341
definition .cpu_affinity = "none"
342
342
logger .info (
343
- 'setting cpu_affinity of definition "{}" to none'
343
+ 'setting cpu_affinity of definition "{}" to none '
344
344
"because cores_per_worker=1" .format (definition .name ())
345
345
)
346
346
executor = HighThroughputExecutor (
You can’t perform that action at this time.
0 commit comments