Skip to content

Commit

Permalink
ci: stdio off
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 20, 2024
1 parent 77c972c commit 1559083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/spack_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
spack external find zlib
spack external find xz
spack external find yaml-cpp
spack external find python
spack install hermes_shm@master+vfd+mpiio^mpich
spack load hermes@master+vfd+mpiio^mpich
ci/install_hermes.sh
2 changes: 1 addition & 1 deletion ci/build_hermes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cmake ../ \
-DCMAKE_INSTALL_PREFIX="$(scspkg pkg root hermes)" \
-DHERMES_ENABLE_MPIIO_ADAPTER=ON \
-DHERMES_MPICH=ON \
-DHERMES_ENABLE_STDIO_ADAPTER=ON \
-DHERMES_ENABLE_STDIO_ADAPTER=OFF \
-DHERMES_ENABLE_POSIX_ADAPTER=ON \
-DHERMES_ENABLE_COVERAGE=ON
make -j4
Expand Down

0 comments on commit 1559083

Please sign in to comment.