1
1
openmpi/ompi/runtime
Ralph Castain 36d4511143 Bring the timing instrumentation to the trunk.
If you want to look at our launch and MPI process startup times, you can do so with two MCA params:

OMPI_MCA_orte_timing: set it to anything non-zero and you will get the launch time for different steps in the job launch procedure. The degree of detail depends on the launch environment. rsh will provide you with the average, min, and max launch time for the daemons. SLURM block launches the daemon, so you only get the time to launch the daemons and the total time to launch the job. Ditto for bproc. TM looks more like rsh. Only those four environments are currently supported - anyone interested in extending this capability to other environs is welcome to do so. In all cases, you also get the time to setup the job for launch.

OMPI_MCA_ompi_timing: set it to anything non-zero and you will get the time for mpi_init to reach the compound registry command, the time to execute that command, the time to go from our stage1 barrier to the stage2 barrier, and the time to go from the stage2 barrier to the end of mpi_init. This will be output for each process, so you'll have to compile any statistics on your own. Note: if someone develops a nice parser to do so, it would be really appreciated if you could/would share!

This commit was SVN r12302.
2006-10-25 15:27:47 +00:00
..
help-mpi-runtime.txt After extensive conversations about this... 2006-04-13 17:00:36 +00:00
Makefile.am Bring over r10877 and r10881 from the /tmp/tbird branch: 2006-08-04 14:41:31 +00:00
mpiruntime.h Bring over r10877 and r10881 from the /tmp/tbird branch: 2006-08-04 14:41:31 +00:00
ompi_mpi_abort.c Always cast the return of malloc. 2006-10-05 05:07:43 +00:00
ompi_mpi_finalize.c Change the SOH to the new State Monitoring and Reporting (SMR) framework. New API's will be appearing in the new framework shortly - this just gets the name change into the system. 2006-08-16 16:35:09 +00:00
ompi_mpi_init.c Bring the timing instrumentation to the trunk. 2006-10-25 15:27:47 +00:00
ompi_mpi_io.c The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
ompi_mpi_params.c Correct the conversion between int and bool. Apply it on all files except 2006-08-28 18:59:16 +00:00
ompi_mpi_preconnect.c The last patch for Windows support. Mostly casting and conversion to C++ friendly headers. 2006-08-24 16:38:08 +00:00
params.h Bring over r10877 and r10881 from the /tmp/tbird branch: 2006-08-04 14:41:31 +00:00