Closed
Description
We compared execution time of following intervals of mpi_init:
- time from start to completion of rte_init
- time from completion of rte_init to modex
- time to execute modex
- time from modex to first barrier
- time to execute barrier
- time from barrier to complete mpi_init
for 1.8 and trunk versions (configured with --enable-timing) for 0-vpid process using c_hello test.
We noticed that time from modex to first barrier is too much for trunk version. We also compared time of main PMIx procedsures using pmix test (orte/test/mpi/pmix.c) and it seems that PMIx_get is most time-consuming procedure.
Further investigation is needed.