mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user