File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ variables:
11
11
SPINER_GCC_VERSION : " 10.3.0"
12
12
SPINER_CUDA_VERSION : " 11.6.0"
13
13
SPINER_OPENMPI_VERSION : " 4.1.1"
14
- SPINER_SPACK_SPEC : " spiner@main+python+test%gcc@=${SPINER_GCC_VERSION}"
14
+ SPINER_SPACK_SPEC : " spiner@main+python+test%gcc@=${SPINER_GCC_VERSION} ^openblas "
15
15
COLOR_CYAN : " \e [1;36m"
16
16
COLOR_PLAIN : " \e [0m"
17
17
# uncomment to have the CI Spack installation for debugging
@@ -103,7 +103,7 @@ default:
103
103
if [[ ${CI_JOB_NAME} =~ "a100" ]];
104
104
then
105
105
module load openmpi/${SPINER_OPENMPI_VERSION}-gcc_${SPINER_GCC_VERSION}
106
- export SPINER_SPACK_SPEC="${SPINER_SPACK_SPEC}+hdf5+mpi+kokkos ^kokkos+wrapper+cuda cuda_arch=80 ^openmpi@${SPINER_OPENMPI_VERSION}";
106
+ export SPINER_SPACK_SPEC="${SPINER_SPACK_SPEC}+hdf5+mpi+kokkos ^kokkos+wrapper+cuda cuda_arch=80 ^openmpi@${SPINER_OPENMPI_VERSION} ^openblas ";
107
107
fi
108
108
- |
109
109
section start "spack_build[collapsed=true]" "Building via Spack"
@@ -112,7 +112,7 @@ default:
112
112
spack repo add ${DEVEL_SPACK_ROOT}/var/spack/repos/xcap_deployment
113
113
spack repo add spack-repo
114
114
spack repo list
115
- spack config add upstreams:default:install_tree:${SPINER_SPACK_DIR }/opt/spack/
115
+ spack config add upstreams:default:install_tree:${PROJECT_SPACK_ROOT }/opt/spack/
116
116
spack dev-build -q -j $(nproc) ${SPINER_SPACK_SPEC}
117
117
spack env deactivate
118
118
section end spack_build
You can’t perform that action at this time.
0 commit comments