We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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> ...
Sorry, something went wrong.
No branches or pull requests
with OpenMPI and MPICH2 one can run any of the commands:
or
to check the version. How do your that with MS MPI?
The text was updated successfully, but these errors were encountered: