Closed abouteiller closed 3 years ago
That default path no longer exists as the amca parameters are no longer supported. There has been some discussion about providing a path for tune
files, but that is sitting in a branch waiting for me to get back to it.
When using
mpiexec --tune file
we get an error because--tune
supports only absolute or relative paths, but does not account for the by-default directories inopal_mca_param_base_file_path
(that should resolve to$ompi-prefix/share/openmpi/amca-param-sets/
).Open MPI bug https://github.com/open-mpi/ompi/issues/7737 is possibly related.
Background information
What version of the PMIx Reference Server are you using? (e.g., v1.0, v2.1, git master @ hash, etc.)
Open MPI master
Details of the problem