llnl / llnl/mpiP

Limit 20 : Aggregate Collective Time

Open
#21 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
112
Forks
35
PR merge metrics
No merged PRs in 30d

Description

I would like to get information of all the collective operation rather top 20 shown in "Aggregate Collective Time" table. Is it possible to define any such env variable at runtime or change in the code to enable this information?

eg.

```
---------------------------------------------------------------------------
@--- Aggregate Collective Time (top twenty, descending) -------------------
---------------------------------------------------------------------------
Call MPI Time % Comm Size Data Size
Allreduce 4.08 256 - 511 8 - 15
Allreduce 2.31 256 - 511 0 - 7
Barrier 0.0468 256 - 511 0 - 7
Bcast 0.0343 256 - 511 512 - 1023

```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the code that produces the “Aggregate Collective Time” report and enforces the “top twenty” limit. Determine whether runtime configuration can control that limit or whether the report needs a code change; done means the report exposes all collective-operation entries as requested.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
performance
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.