Skip to content

Commit

Permalink
Merge Pull Request #2392 from freund/sst-elements/ember-otf2-lib-and-…
Browse files Browse the repository at this point in the history
…bcast-fix

Automatically Merged using SST Pull Request AutoTester
PR Title: b'Ember OTF2 linking and Bcast fix (with an added test)'
PR Author: freund
  • Loading branch information
sst-autotester authored Oct 9, 2024
2 parents 9a211a9 + 6b5143c commit 91707b4
Show file tree
Hide file tree
Showing 15 changed files with 282 additions and 69 deletions.
16 changes: 14 additions & 2 deletions src/sst/elements/ember/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ EXTRA_DIST = \
test/generateNidListInterval.py \
test/generateNidListRandom.py \
tests/testsuite_default_ember_nightly.py \
tests/testsuite_default_ember_otf2.py \
tests/testsuite_default_ember_sweep.py \
tests/testsuite_default_ember_qos.py \
tests/testsuite_default_ember_ESshmem.py \
Expand All @@ -310,9 +311,20 @@ EXTRA_DIST = \
tests/refFiles/ESshmem_cumulative.out \
tests/refFiles/test_EmberSweep.out \
tests/refFiles/test_embernightly.out \
tests/refFiles/test_emberotf2.out \
tests/refFiles/test_qos-dragonfly.out \
tests/refFiles/test_qos-fattree.out \
tests/refFiles/test_qos-hyperx.out
tests/refFiles/test_qos-hyperx.out \
tests/addFiles/test_emberotf2/traces.otf2 \
tests/addFiles/test_emberotf2/traces.def \
tests/addFiles/test_emberotf2/traces/0.def \
tests/addFiles/test_emberotf2/traces/0.evt \
tests/addFiles/test_emberotf2/traces/1.def \
tests/addFiles/test_emberotf2/traces/1.evt \
tests/addFiles/test_emberotf2/traces/2.def \
tests/addFiles/test_emberotf2/traces/2.evt \
tests/addFiles/test_emberotf2/traces/3.def \
tests/addFiles/test_emberotf2/traces/3.evt

if USE_EMBER_CONTEXTS
libember_la_SOURCES += \
Expand All @@ -327,7 +339,7 @@ libember_la_SOURCES += \

libember_la_LIBADD = \
$(OTF2_LDFLAGS) \
$(OTF2_LIBS)
$(OTF2_LIBS) \
-lotf2
endif

Expand Down
Loading

0 comments on commit 91707b4

Please sign in to comment.