Skip to content

Commit

Permalink
update of CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ragghianti committed Aug 27, 2024
1 parent 91a24ee commit c350166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ BACKEND=$2

source $(dirname $0)/init.sh

spack env activate heffte

spack load cmake
spack load openmpi

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
maker: [cmake, spack]
backend: [BUILTIN, FFTW, MKL]
device: [cpu]
device: [cpu_intel]
include:
- maker: cmake
backend: ONEAPI
Expand Down

0 comments on commit c350166

Please sign in to comment.