After you unpack the installation file, the directory contains a file ReadMe_first and five subdirectories:
./doc (ReadMe_IMB.txt; Users_Guide.pdf, imb_userguide/index.htm and Users_Guide.pdf)
./src (program source- and Make-files)
./WINDOWS (Microsoft* Visual Studio* Solutions)
./license (license agreements text)
In the license agreement directory, you can see the following files:
The license.txt file specifies the source code license granted to you.
The use-of-trademark-license.txt specifies the license for using the name and/or trademark of the Intel® MPI Benchmarks.
./versions_news (version history and news)
To get a quick start, see ./doc/ReadMe_IMB.txt.
Use the following instructions if you are installing the Intel® MPI Benchmarks on Linux* OS:
To remove legacy binary object files and executable files, use the command:
make clean
To build the selected executable files, use the following command:
make MPI1 (or EXT or IO)
To build all three executables, use the following command:
make all
NOTE: The above command assumes that the environment variable CC has been set appropriately before the makefile command invocation.
Use the enclosed solution files as basis on the Microsoft* Windows* OS.
After installation, use your style of starting MPI programs, for example,
mpirun –np <P> IMB-MPI1 (IMB-EXT,IMB-IO)
to get the full suite of all benchmarks. For more selective running, see 6.1.2