Skip to content

Commit

Permalink
#1009 add serialize method for theCollective component
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Sep 15, 2020
1 parent 6803a2e commit 69c1637
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/unit/runtime/test_memory_footprint.nompi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
#include "vt/vrt/collection/balance/node_stats.h"
#include "vt/utils/memory/memory_usage.h"
#include "vt/rdmahandle/manager.h"
#include "vt/collective/collective_alg.h"

#include "test_harness.h"

Expand Down Expand Up @@ -104,4 +105,10 @@ TEST_F(TestMemoryFootprinting, test_node_stats) {
// printMemoryFootprint(manager);
// }

// FIXME: segfaults, requires theContext
// TEST_F(TestMemoryFootprinting, test_collective_alg) {
// vt::collective::CollectiveAlg colective;
// printMemoryFootprint(colective);
// }

}}} /* end namespace vt::tests::unit */

0 comments on commit 69c1637

Please sign in to comment.