Closed joezuntz closed 6 years ago
Need to ask the parsl people about this!
There is now a parsl issue looking at this: https://github.com/Parsl/parsl/issues/224
Given how impressively fast parsl development has generally progressing been it will probably be best to wait for that to be resolved.
This is now mostly addressed in branch features/parallel. Still querying on the specific behaviour regarding wall times, but the code now works on cori.
features/parallel is merged in
The current setup handles parallelism alright on test machine but not when submitting to clusters or supercomputers via batch systems.
As I understand it we currently need to dynamically create a new site configuration for each size of MPI job, but this could be wrong.