Closed hppritcha closed 3 weeks ago
Looks like some world-model thinking got built into the ofi common code. See sections 11.2 and 11.3 of the MPI 4.0 standard for a discussion of these two different methods for initializing MPI.
initializing
the sessions_init_twice test (https://github.com/open-mpi/ompi-tests/blob/master/ibm/sessions/sessions_init_twice.c) case fails when using OFI MTL currently.
a workaround is to configure ompi with --enable-mca-dso
--enable-mca-dso
looks like commit 5432c320f756d45948e51e6500b9e8c666951535 broke sessions support.
Looks like some world-model thinking got built into the ofi common code. See sections 11.2 and 11.3 of the MPI 4.0 standard for a discussion of these two different methods for
initializing
MPI.the sessions_init_twice test (https://github.com/open-mpi/ompi-tests/blob/master/ibm/sessions/sessions_init_twice.c) case fails when using OFI MTL currently.