Skip to content

Commit eea5be1

Browse files
authored
Add flag -Mnovect for compiling test/dt_arith.c (#6415)
* Added CMAKE_CFLAGS="-Mnovect" for the workflow with nvhpc 26.3.0 where the issue occurs instead of editing CMake code specifically for test/dt_arith.c that would be applied to all nvhpc versions.
1 parent 3fa6ed6 commit eea5be1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nvhpc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
-DHDF5_BUILD_JAVA:BOOL=OFF \
7979
-DMPIEXEC_MAX_NUMPROCS:STRING="2" \
8080
-DMPIEXEC_PREFLAGS:STRING="--mca;opal_warn_on_missing_libcuda;0" \
81+
-DCMAKE_C_FLAGS="-Mnovect" \
8182
$GITHUB_WORKSPACE
8283
8384
- name: Build

0 commit comments

Comments
 (0)