mdolab / pyhyp

pyHyp generates volume meshes from surface meshes using hyperbolic marching.
Other
45 stars 39 forks source link

Exit gracefully in parallel #92

Open eirikurj opened 5 months ago

eirikurj commented 5 months ago

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.