Tutorial

Using MPI Tuner for Intel® MPI Library on Linux* OS

Download PDF
ID 768652
Date 2/19/2016
Public

Application-Specific Tuning Commands

To use the MPI tuner under application-specific mode:

  1. Use the --application (-a) option to tune the specified workload for the provided environment and command line settings. The tuner records the new optimal settings in the myprog.conf file:

    $ mpitune --application \"mpirun -n 32 ./myprog\" -of ./myprog.conf
  2. Use the –tune option to pick up the optimal recorded values for your application at runtime:

    $ mpirun -tune ./myprog.conf -n 32 ./myprog