From c350166c79284ba6fdeff8c30c3ac22e24f9f2fa Mon Sep 17 00:00:00 2001 From: G-Ragghianti Date: Tue, 27 Aug 2024 16:14:14 -0400 Subject: [PATCH] update of CI config --- .github/workflows/build-cmake.sh | 2 ++ .github/workflows/init.sh | 1 - .github/workflows/main.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-cmake.sh b/.github/workflows/build-cmake.sh index 6787ecd..8c6c3f9 100755 --- a/.github/workflows/build-cmake.sh +++ b/.github/workflows/build-cmake.sh @@ -5,6 +5,8 @@ BACKEND=$2 source $(dirname $0)/init.sh +spack env activate heffte + spack load cmake spack load openmpi diff --git a/.github/workflows/init.sh b/.github/workflows/init.sh index 7d07285..45f40b9 100755 --- a/.github/workflows/init.sh +++ b/.github/workflows/init.sh @@ -5,5 +5,4 @@ trap 'echo "# $BASH_COMMAND"' DEBUG #shopt -s expand_aliases source /apps/spacks/current/github_env/share/spack/setup-env.sh -spack env activate heffte diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0489288..f2218c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: matrix: maker: [cmake, spack] backend: [BUILTIN, FFTW, MKL] - device: [cpu] + device: [cpu_intel] include: - maker: cmake backend: ONEAPI