Description
I tried to build OpenMPI v5 with knem, but it fails at runtime throwing errors about btl_sm_single_copy_mechanism.
While in reality the error is in smsc component and setting OMPI_MCA_coll_smsc=^knem
disables the warning.
I'm fairly sure it's just a documentation issue in help-smsc-knem.txt
.
--------------------------------------------------------------------------
WARNING: Open MPI failed to open the /dev/knem device due to a local
error. Please check with your system administrator to get the problem
fixed, or set the btl_sm_single_copy_mechanism MCA variable to none
to silence this warning and run without knem support.
The sm shared memory BTL will fall back on another single-copy
mechanism if one is available. This may result in lower performance.
Local host: beluga4
Errno: 2 (No such file or directory)
--------------------------------------------------------------------------