Tutorial
Download PDF
Visible to Intel only — GUID: GUID-50A174FD-EEB4-4633-BCA7-7A00B8BF8A68
Commands for Fast Application-Specific Tuning
To use the MPI tuner in the fast application-specific mode:
Use the --fast (-f) option to switch to this mode. Use the --application (-a) option to tune the specified workload for the provided environment and command line settings, or use --stats(-s) to pass previously gathered statistics. The tuner records the new optimal settings in the myprog.conf file:
$ mpitune –-fast --application \"mpirun -n 32 ./myprog\" -o ./myprog.conf
Or use this command:
$ mpitune –f -s ./stats.txt -o ./myprog.conf
NOTE:Use the --fast (-f) and --help(-h) options together to see other available options for this mode.Use the –tune option to pick up the optimal recorded values for your application at runtime.
$ mpirun -tune ./myprog.conf -n 32 ./myprog
Parent topic: Task 3: Application-Specific Tuning