Enable for MPI_calls in | |
| MPI_call = 'MPI_call' 'call' |
Disable for MPI_calls in | |
| MPI_call = 'MPI_call' 'call' |
Define format: 'timing', 'arguments', 'rate' | |
Verbose | |
Print this list of options |
By default only one line is written per
Calls may be specified with or without the
<absRank>: <MPIcall><commName>_<rank><call-dependant-parameters> where
<absRank> | is the rank within MPI_COMM_WORLD |
<MPIcall> | is the name of the |
<commName> | is the name of the communicator |
<rank> | is the rank within the communicator used |
This format can be extended by using the
The extra field has the following format:
+<relSecs> S <eTime> where
<relSecs> | is the elapsed time in seconds since returning to the application |
| from MPI_Init |
<eTime> | is the elapsed execution time for the current call |
Normally no error messages are provided concerning the options which have been selected. But if
Trace provides information about which MPI routines were called and possibly information about parameters and timing.
Example using the test application:
Prints a trace of all MPI calls for this run that is relatively simple:
0:MPI_Init
0:MPI_Comm_rank Rank: 0
0: MPI_Comm_size Size: 2
Scali MPI Connect Release 4.4 Users Guide | 39 |