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.
This commit is contained in:
Larry Knox
2026-05-28 15:47:10 -05:00
committed by GitHub
parent 3fa6ed6e9d
commit eea5be1df4
+1
View File
@@ -78,6 +78,7 @@ jobs:
-DHDF5_BUILD_JAVA:BOOL=OFF \
-DMPIEXEC_MAX_NUMPROCS:STRING="2" \
-DMPIEXEC_PREFLAGS:STRING="--mca;opal_warn_on_missing_libcuda;0" \
-DCMAKE_C_FLAGS="-Mnovect" \
$GITHUB_WORKSPACE
- name: Build