On Wed, Jun 22, 2022 at 10:18:46AM -0000, None via Podman wrote:
I have set "btl_tcp_if_include = ib0" in
~/.openmpi/mca-params.conf.
When I run mpirun without podman, it runs right.
When I run mpirun with podman, the "btl_tcp_if_include = ib0" is invalid. But
when I add "--mca btl_tcp_if_include ib0" to command line, it is valid.
It looks like your home directory is not mounted into the container and
maybe therefore Open MPI (inside of the container) cannot see the setting.
Adrian