Skip to content

Commit

Permalink
Reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ragghianti committed Mar 18, 2024
1 parent 0fbe973 commit 5b19b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ elif [ "${maker}" = "cmake" ]; then
# Intel icpx needs -Wno-unused-command-line-argument to avoid
# warnings: 'linker' input unused, which prevent CMake finding OpenMP.
cmake -Dcolor=no \
-DCMAKE_CXX_FLAGS="-Werror -Wno-error=deprecated-declarations -Wno-unused-command-line-argument" \
-DCMAKE_CXX_FLAGS="-Werror -Wno-unused-command-line-argument" \
-DCMAKE_INSTALL_PREFIX=${top}/install \
-Dgpu_backend=${gpu_backend} \
-Dc_api=1 -Dfortran_api=1 .. \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export color=no

# For simplicity, create make.inc regardless of ${maker}
cat > make.inc << END
CXXFLAGS = -Werror -Wno-error=deprecated-declarations -Dslate_omp_default_none='default(none)'
CXXFLAGS = -Werror -Dslate_omp_default_none='default(none)'
CXX = mpicxx
CC = mpicc
FC = mpif90
Expand Down

0 comments on commit 5b19b1d

Please sign in to comment.