CELMA-project / bout_runners

Manage your BOUT++ runs through python
https://bout-runners.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
1 stars 2 forks source link

Enable possibility of parallel execution of local submitter #91

Closed loeiten closed 4 years ago

loeiten commented 4 years ago

Possible problem: Possibility to execute two MPI runs simultaneously. User can set max workers See multiprocessing.Queue([maxsize]).

Currently subprocess.communicate is blocking parallel execution

In addition, the LocalSubmitter throws the error immediately.