Intel® MPI Library User's Guide for Linux* OS
To configure your Intel® MPI Library, source the script mpivars.[c]sh with appropriate arguments. For example:
$ . <installdir>/bin64/mpivars.sh release
You can use the following arguments in this command. The multi-threaded optimized Intel® MPI Library is used by default.
Argument |
Definition |
---|---|
release |
Set this argument to use single-threaded optimized Intel® MPI Library. |
debug |
Set this argument to use single-threaded debug Intel® MPI Library. |
release_mt |
Set this argument to use multi-threaded optimized Intel® MPI Library. |
debug_mt |
Set this argument to use multi-threaded debug Intel® MPI Library. |
If you want to use different configuration of Intel® MPI Library, run the mpivars.[c]sh script with appropriate arguments before an application launch. You do not need to recompile applications.