ompi icon indicating copy to clipboard operation
ompi copied to clipboard

ofi/common: cannot handle general sessions model

Open hppritcha opened this issue 1 year ago • 2 comments

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.

hppritcha avatar Oct 18 '24 16:10 hppritcha

a workaround is to configure ompi with --enable-mca-dso

hppritcha avatar Oct 18 '24 16:10 hppritcha

looks like commit 5432c320f756d45948e51e6500b9e8c666951535 broke sessions support.

hppritcha avatar Oct 18 '24 16:10 hppritcha