We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c024d commit 529aa96Copy full SHA for 529aa96
.gitlab-ci.yml
@@ -18,7 +18,7 @@ variables:
18
CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda
19
${BLA_VENDOR}
20
${BLA_THREADS}
21
- ${ENABLE_SCALAPACK}
+ ${TA_SCALAPACK}
22
23
before_script:
24
# NB: if CMAKE_BUILD_PARALLEL_LEVEL is not set (i.e. using shared runner), use 1 to ensure we have enough memory
@@ -42,7 +42,7 @@ ubuntu:
42
image: valeevgroup/${IMAGE}
43
variables:
44
TA_PYTHON : "TA_PYTHON=ON"
45
- ENABLE_SCALAPACK : "ENABLE_SCALAPACK=OFF"
+ TA_SCALAPACK : "TA_SCALAPACK=OFF"
46
script:
47
- ./ci/.build-project
48
--build ./build
0 commit comments