fmihpc / vlasiator

Vlasiator - ten letters you can count on
https://www.helsinki.fi/en/researchgroups/vlasiator
Other
47 stars 38 forks source link

Fix crash if OMPI_MCA_io is not set in environment. #984

Closed ursg closed 3 months ago

ursg commented 4 months ago

geteniv returned a null pointer in this case, which caused std::string to throw an exception. (This probably broke Vlasiator in all other MPI implementations apart from openmpi)