microsoft / Microsoft-MPI

Microsoft MPI
MIT License
244 stars 74 forks source link

check version? #36

Open Foadsf opened 4 years ago

Foadsf commented 4 years ago

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?

KineticTheory commented 4 years ago

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>
...