Skip to content

Commit b52df3a

Browse files
committed
current server does not have cmake 3.16.9
1 parent fb34241 commit b52df3a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.gitlab-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ build/nogpu/nompi/gcc/omp/debug/static:
460460
BUILD_SHARED_LIBS: "OFF"
461461
MIXED_PRECISION: "OFF"
462462
BUILD_HWLOC: "OFF"
463-
MODULE_LOAD: "cmake/3.16.9 gcc/7.5.0"
463+
MODULE_LOAD: "cmake/3.18.6 gcc/7.5.0"
464464

465465
build/nogpu/nompi/gcc/omp/release/static:
466466
extends:
@@ -475,7 +475,7 @@ build/nogpu/nompi/gcc/omp/release/static:
475475
ENABLE_HALF: "ON"
476476
ENABLE_BFLOAT16: "ON"
477477
BUILD_HWLOC: "OFF"
478-
MODULE_LOAD: "cmake/3.16.9 gcc/9.5.0"
478+
MODULE_LOAD: "cmake/3.18.6 gcc/9.5.0"
479479

480480
build/nogpu/nompi/gcc/noomp/release/shared:
481481
extends:
@@ -486,7 +486,7 @@ build/nogpu/nompi/gcc/noomp/release/shared:
486486
variables:
487487
BUILD_TYPE: "Release"
488488
BUILD_HWLOC: "OFF"
489-
MODULE_LOAD: "cmake/3.16.9 gcc/9.5.0"
489+
MODULE_LOAD: "cmake/3.18.6 gcc/9.5.0"
490490

491491
build/nogpu/nompi/gcc12/noomp/release/shared:
492492
extends:
@@ -497,7 +497,7 @@ build/nogpu/nompi/gcc12/noomp/release/shared:
497497
variables:
498498
BUILD_TYPE: "Release"
499499
BUILD_HWLOC: "OFF"
500-
MODULE_LOAD: "cmake/3.16.9 gcc/12.4.0"
500+
MODULE_LOAD: "cmake/3.18.6 gcc/12.4.0"
501501

502502
build/nogpu/nompi/gcc13/noomp/release/shared:
503503
extends:
@@ -508,7 +508,7 @@ build/nogpu/nompi/gcc13/noomp/release/shared:
508508
variables:
509509
BUILD_TYPE: "Release"
510510
BUILD_HWLOC: "OFF"
511-
MODULE_LOAD: "cmake/3.16.9 gcc/13.3.0"
511+
MODULE_LOAD: "cmake/3.18.6 gcc/13.3.0"
512512

513513
# spack oneapi 2023.1
514514
build/icpx20231/gpu/release/shared:

0 commit comments

Comments
 (0)