Skip to content

Commit bc634c7

Browse files
committed
scripts: rename option -DSIMD_CPU to -DSIMD_DISABLE
1 parent a5c3ed7 commit bc634c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/actions-cuda-real64.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FC = gfortran
1515
F90 = gfortran
1616
LD = nvcc
1717

18-
CPPFLAGS = -DSIMD_CPU
18+
CPPFLAGS = -DSIMD_DISABLE
1919
CFLAGS = -pipe -g -std=gnu11
2020
# - We use "--relocatable-device-code=true" to allow building with
2121
# debug versions of AMReX

scripts/actions-rocm-real64.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FC = gfortran
1616
F90 = gfortran
1717
LD = /opt/rocm/llvm/bin/clang++
1818

19-
CPPFLAGS = -DSIMD_CPU
19+
CPPFLAGS = -DSIMD_DISABLE
2020
CFLAGS = -pipe -g -std=gnu11
2121
CXXFLAGS = -pipe -g -std=c++17 --offload-arch=gfx90a
2222
FPPFLAGS = -traditional

0 commit comments

Comments
 (0)