Microsoft-MPI icon indicating copy to clipboard operation
Microsoft-MPI copied to clipboard

check version?

Open Foadsf opened this issue 4 years ago • 1 comments

with OpenMPI and MPICH2 one can run any of the commands:

mpiexec --version

or

mpirun --version

to check the version. How do your that with MS MPI?

Foadsf avatar Mar 14 '20 02:03 Foadsf

This works for me:

C:\>mpiexec
Microsoft MPI Startup Program [Version 10.0.12498.5]

Launches an application on multiple hosts.

Usage:

    mpiexec [options] executable [args] [ : [options] exe [args] : ... ]
    mpiexec -configfile <file name>
...

KineticTheory avatar Mar 15 '20 01:03 KineticTheory