Skip to content

Commit 90b21d4

Browse files
committed
Silence simd warnings on CI
1 parent 9484458 commit 90b21d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.jenkins/lsu/env-clang-17.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ module load openmpi
1515
export HPXRUN_RUNWRAPPER=srun
1616
export CXX_STD="20"
1717
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
18+
export CXXFLAGS="-fopenmp -Wno-pass-failed ${CXXFLAGS}"
1819

1920
configure_extra_options+=" -DCMAKE_BUILD_TYPE=${build_type}"
2021
configure_extra_options+=" -DHPX_WITH_CXX_STANDARD=${CXX_STD}"
21-
configure_extra_options+=" -DCMAKE_CXX_FLAGS=-fopenmp"
2222
configure_extra_options+=" -DHPX_WITH_MALLOC=system"
2323
configure_extra_options+=" -DHPX_WITH_FETCH_ASIO=ON"
2424
configure_extra_options+=" -DHPX_WITH_COMPILER_WARNINGS=ON"

.jenkins/lsu/env-gcc-13.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ module load openmpi
1515
export HPXRUN_RUNWRAPPER=srun
1616
export CXX_STD="20"
1717
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
18+
export CXXFLAGS="-fopenmp ${CXXFLAGS}"
1819

1920
configure_extra_options+=" -DHPX_WITH_CXX_STANDARD=${CXX_STD}"
20-
configure_extra_options+=" -DCMAKE_CXX_FLAGS=-fopenmp"
2121
configure_extra_options+=" -DHPX_WITH_MALLOC=system"
2222
configure_extra_options+=" -DHPX_WITH_FETCH_ASIO=ON"
2323
configure_extra_options+=" -DHPX_WITH_COMPILER_WARNINGS=ON"

0 commit comments

Comments
 (0)