How do I find out what MPI (MPICH, OpenMPI, etc) is installed?
MPI location (returned by
which mpiexec
) is cryptic and does not hint a vendor.
mpiexec --version
returns
mpiexec version 1.1.8
mpiexec -h
also does not mention the vendor.
Asked by user2052436
(123 rep)
Mar 4, 2023, 08:53 PM