Skip to content

Commit

Permalink
turn off HDF5P to avoid the existing bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed May 1, 2024
1 parent dbc6a53 commit c147bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DCMAKE_CXX_COMPILER=mpic++ -DCMAKE_Fortran_COMPILER=mpif90 -DMPIEXEC_PREFLAGS="--oversubscribe"
cmake .. -DCMAKE_CXX_COMPILER=mpic++ -DCMAKE_Fortran_COMPILER=mpif90 -DMPIEXEC_PREFLAGS="--oversubscribe" -DMGMOL_USE_HDF5P=OFF
- name: make
run: |
cd build && make -j 4
Expand Down

0 comments on commit c147bb5

Please sign in to comment.