Skip to content

PMIx performance issue #394

Closed
Closed
@nkogteva

Description

@nkogteva

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions