Skip to content

Commit 529aa96

Browse files
committed
[ci] ENABLE_SCALAPACK -> TA_SCALAPACK
1 parent d7c024d commit 529aa96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variables:
1818
CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda
1919
${BLA_VENDOR}
2020
${BLA_THREADS}
21-
${ENABLE_SCALAPACK}
21+
${TA_SCALAPACK}
2222
2323
before_script:
2424
# 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:
4242
image: valeevgroup/${IMAGE}
4343
variables:
4444
TA_PYTHON : "TA_PYTHON=ON"
45-
ENABLE_SCALAPACK : "ENABLE_SCALAPACK=OFF"
45+
TA_SCALAPACK : "TA_SCALAPACK=OFF"
4646
script:
4747
- ./ci/.build-project
4848
--build ./build

0 commit comments

Comments
 (0)