pyhyp
pyhyp copied to clipboard
Exit gracefully in parallel
Description
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.