You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IMB-RMA tests Accumulate, Get_accumulate, Fetch_and_op, and Compare_and_swap all hang for us if we use a libfabric version other than the one provided with OneAPI.
If, however, we unset the env var I_MPI_ROOT, all the tests complete normally.
We discovered this because the script which we source for OneAPI MPI is setting that env var:
@JuliaRS Sorry, I never saw the notification for your communication and wasn't actively checking this issue. The libfabric version was a custom build of ours; we're developing the OPX provider so you should be able to see it from the latest release of libfabric (e.g., 1.21).
At the time that we discovered this we were testing with IMPI 2021.9.0 - so whatever oneAPI that includes that IMPI version. We haven't tried with the latest IMPI, which I understand just came out in June.
@charlesshereda how did you source libfabric?
You need export FI_PROVIDER_PATH to folder with libopx-fi.so and LD_LIBRARY_PATH to folder with libfabric.so (library with libfabric core)
The IMB-RMA tests Accumulate, Get_accumulate, Fetch_and_op, and Compare_and_swap all hang for us if we use a libfabric version other than the one provided with OneAPI.
If, however, we unset the env var I_MPI_ROOT, all the tests complete normally.
We discovered this because the script which we source for OneAPI MPI is setting that env var:
source /opt/intel/oneapi/mpi/latest/env/vars.sh release
The text was updated successfully, but these errors were encountered: