I wonder if there is any command to show the enabled features of an MVAPICH installation similar to the one that we can find for OpenMPI:
ompi_info
Especially, I am interested in knowing if multi-thread support is enabled.
I wonder if there is any command to show the enabled features of an MVAPICH installation similar to the one that we can find for OpenMPI:
ompi_info
Especially, I am interested in knowing if multi-thread support is enabled.
Copyright © 2021 Jogjafile Inc.
I would recommend just running a simple test program like this:
On my Ubuntu laptop with standard OpenMPI:
which agrees with ompi_info:
but if I request MPI_THREAD_SERIALIZED
Hope this is useful.
David