sstsimulator / sst-elements

SST Architectural Simulation Components and Libraries
http://www.sst-simulator.org
Other
90 stars 118 forks source link

Ember OTF2 motif hangs when attempting to replay a Bcast #2391

Closed freund closed 1 week ago

freund commented 1 month ago

New issue for sst-element

  1. Detailed description of problem Trying to use the Ember OTF2 motif to replay a trace containing an MPI_Bcast will cause the simulation to hang. The motif loads the trace successfully, but then the simulation never completes.

  2. Describe how to reproduce the issue Generate the trace of an MPI application containing a Bcast. Then compile sst-elements with OTF2 support and use the Ember OTF2 motif to read that trace with addMotif("OTF2 tracePrefix=traces.otf2").

  3. What operating system and versions TOSS 4.8-2.

  4. What versions of external libraries (MPI, etc.) otf2 3.0.3 openmpi 4.1.2

  5. Provide sha1 of all relevant SST repositories (sst-core, sst-elements, etc.) sst-core c13aff968e9684ceab0f2b50e0887c08091956cd sst-elements 2664955f14ed0ce7d9b0c77d3a18436df5a2c72b

jwilso commented 1 week ago

Closed in #2392