Skip to content

Commit

Permalink
Update install_hermes.sh
Browse files Browse the repository at this point in the history
add HERMES_ENABLE_COVERAGE
  • Loading branch information
jya-kmu committed Jan 12, 2021
1 parent c29f6df commit 3f6c72d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/install_hermes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cmake \
-DCMAKE_CXX_COMPILER=`which mpicxx` \
-DCMAKE_C_COMPILER=`which mpicc` \
-DBUILD_SHARED_LIBS=ON \
-DHERMES_ENABLE_COVERAGE=ON \
-DHERMES_INTERCEPT_IO=ON \
-DHERMES_COMMUNICATION_MPI=ON \
-DHERMES_BUILD_BUFFER_POOL_VISUALIZER=ON \
Expand Down

0 comments on commit 3f6c72d

Please sign in to comment.