Skip to content

Commit

Permalink
Merge pull request #138 from HDFGroup/kimmy/dpe_benchmark
Browse files Browse the repository at this point in the history
add missing changes
  • Loading branch information
jya-kmu committed Feb 22, 2021
2 parents b018797 + 26cc4f5 commit 56f94a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/dpe_bench.cc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ int main(int argc, char **argv) {
testing::TargetViewState tgt_state =
testing::InitDeviceState(dpe_total_targets);

assert(tgt_state.num_targets == dpe_total_targets);
assert(tgt_state.num_devices == dpe_total_targets);

std::vector<PlacementSchema> output_tmp, schemas;
std::vector<TargetID> targets =
Expand Down
1 change: 1 addition & 0 deletions ci/install_hermes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ cmake \
-DBUILD_SHARED_LIBS=ON \
-DHERMES_ENABLE_COVERAGE=ON \
-DHERMES_INTERCEPT_IO=ON \
-DHERMES_BUILD_BENCHMARKS=ON \
-DHERMES_COMMUNICATION_MPI=ON \
-DHERMES_BUILD_BUFFER_POOL_VISUALIZER=ON \
-DORTOOLS_DIR=${INSTALL_PREFIX} \
Expand Down

0 comments on commit 56f94a9

Please sign in to comment.