Open eirikurj opened 5 months ago
When running pyHyp in parallel, it should exit gracefully using mpi_abort and exit code instead of plain stop, which will result in improper MPI exit. There are several locations where this needs to be fixed.
pyHyp
mpi_abort
stop
Description
When running
pyHyp
in parallel, it should exit gracefully usingmpi_abort
and exit code instead of plainstop
, which will result in improper MPI exit. There are several locations where this needs to be fixed.