Intel® MPI Benchmarks 3.2.4
After you successfully install the Intel® MPI Benchmarks, do the following:
Set the CC environment variable to point to the compiler you are using.
Run one or more makefile commands listed below.
Command |
Description |
---|---|
make clean |
Remove legacy binary object files and executable files |
make MPI1 |
Build the executable file for the IMB-MPI1 component. |
make EXT |
Build the executable file for one-sided communications benchmarks. |
make IO |
Build the executable file for I/O benchmarks. |
make all |
Build all executable files available. |
On Windows* OS, you can use the enclosed solution files as a starting point and revise these files according to your needs.
See Also