From cfb181c237f3af4578f5762d474a35447998024b Mon Sep 17 00:00:00 2001 From: Liwei Ji Date: Thu, 21 Mar 2024 18:24:34 +0000 Subject: [PATCH] scripts: Update actions files --- scripts/actions-cpu-real64.cfg | 4 +--- scripts/actions-cuda-real64.cfg | 6 ++---- scripts/actions-cuda-real64.ini | 3 +++ scripts/actions-rocm-real64.cfg | 6 ++---- scripts/actions-rocm-real64.ini | 4 ++++ 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/scripts/actions-cpu-real64.cfg b/scripts/actions-cpu-real64.cfg index 8a594594..aa64e1e3 100644 --- a/scripts/actions-cpu-real64.cfg +++ b/scripts/actions-cpu-real64.cfg @@ -72,9 +72,7 @@ LAPACK_DIR = /usr # LORENE_DIR = /usr/local MPI_DIR = /usr NSIMD_DIR = /usr/local -NSIMD_INC_DIRS = /usr/local/include -NSIMD_LIB_DIRS = /usr/local/lib -NSIMD_SIMD = SSE2 +NSIMD_SIMD = AVX2 OPENBLAS_DIR = /usr OPENPMD_API_DIR = /usr/local # OPENSSL_DIR = /usr diff --git a/scripts/actions-cuda-real64.cfg b/scripts/actions-cuda-real64.cfg index b23964b9..90852f60 100644 --- a/scripts/actions-cuda-real64.cfg +++ b/scripts/actions-cuda-real64.cfg @@ -24,7 +24,7 @@ CFLAGS = -pipe -g -std=gnu11 # Call parameter type does not match function signature! # %tmp = load double, double* %x.addr, align 8, !dbg !1483 # float %1 = call i32 @__isnanf(double %tmp), !dbg !1483 -CXXFLAGS = -pipe -g0 -std=c++17 --compiler-options -std=gnu++17 --expt-relaxed-constexpr --extended-lambda --gpu-architecture sm_75 --forward-unknown-to-host-compiler --Werror ext-lambda-captures-this --relocatable-device-code=true --objdir-as-tempdir +CXXFLAGS = -pipe -g0 -std=c++17 --compiler-options -std=gnu++17 --expt-relaxed-constexpr --extended-lambda --gpu-architecture sm_70 --forward-unknown-to-host-compiler --Werror ext-lambda-captures-this --relocatable-device-code=true --objdir-as-tempdir FPPFLAGS = -traditional F90FLAGS = -pipe -g -fcray-pointer -ffixed-line-length-none LIBS = nvToolsExt gfortran @@ -88,9 +88,7 @@ LAPACK_DIR = /usr # LORENE_DIR = /usr/local MPI_DIR = /usr NSIMD_DIR = /usr/local -NSIMD_INC_DIRS = /usr/local/include -NSIMD_LIB_DIRS = /usr/local/lib -NSIMD_SIMD = SSE2 +NSIMD_SIMD = AVX2 OPENBLAS_DIR = /usr OPENPMD_API_DIR = /usr/local # OPENSSL_DIR = /usr diff --git a/scripts/actions-cuda-real64.ini b/scripts/actions-cuda-real64.ini index ac79bc60..c56163e8 100644 --- a/scripts/actions-cuda-real64.ini +++ b/scripts/actions-cuda-real64.ini @@ -22,6 +22,9 @@ runscript = actions-cuda-real64.run make = make -j @MAKEJOBS@ makejobs = 2 disabled-thorns = <