Tutorial
Download PDF
Visible to Intel only — GUID: GUID-E36FC513-8FAC-4707-AA51-87518EF72D27
Application-Specific Tuning Commands
To use the MPI tuner under application-specific mode:
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 \"mpiexec -n 32 myprog.exe\" -of myprog.conf
Use the –tune option to pick up the optimal recorded values for your application at runtime:
> mpiexec -tune myprog.conf -n 32 myprog.exe
Parent topic: MPI Tuner Modes