Skip to content

Commit

Permalink
Updated adios2 compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Feb 7, 2024
1 parent aa0d15c commit 5476722
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ mkdir build
cd build
cmake ../ \
-DCMAKE_INSTALL_PREFIX=$(scspkg pkg root adios2) \
-DADIOS2_USE_HDF5=ON \
-DADIOS2_USE_MPI=ON
-DCMAKE_CXX_COMPILER=g++ \
-DCMAKE_C_COMPILER=gcc \
-DADIOS2_USE_SST=OFF \
-DBUILD_DOCS=ON \
-DBUILD_TESTING=ON \
-DADIOS2_BUILD_EXAMPLES=ON \
-DADIOS2_USE_MPI=ON \
-DADIOS2_USE_Derived_Variable=ON
make -j32 install
```

Expand Down

0 comments on commit 5476722

Please sign in to comment.