Skip to content

Commit a03005e

Browse files
committed
add mpich
1 parent 18d8b61 commit a03005e

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ build/cuda120/openmpi/gcc/cuda/release/static:
176176
BUILD_TYPE: "Release"
177177
MODULE_LOAD: "cmake/3.18.6 cuda/12.0.1 gcc/12.4.0 openmpi/4.1.8"
178178

179-
build/cuda122/openmpi/gcc/cuda/release/static:
179+
build/cuda122/openmpi/gcc/cuda/release/shared:
180180
extends:
181181
- .build_and_test_tum_template
182182
- .default_variables
@@ -186,10 +186,23 @@ build/cuda122/openmpi/gcc/cuda/release/static:
186186
BUILD_CUDA: "ON"
187187
BUILD_HWLOC: "OFF"
188188
ENABLE_HALF: "ON"
189+
BUILD_TYPE: "Release"
190+
MODULE_LOAD: "cmake/3.20.6 cuda/12.4.1 gcc/12.4.0"
191+
192+
build/cuda124/mpich/gcc/cuda/release/shared:
193+
extends:
194+
- .build_and_test_tum_template
195+
- .default_variables
196+
- .quick_test_condition
197+
- .use_tum-nvidia
198+
variables:
199+
BUILD_CUDA: "ON"
200+
BUILD_HWLOC: "OFF"
201+
BUILD_MPI: "ON"
202+
ENABLE_HALF: "ON"
189203
ENABLE_BFLOAT16: "ON"
190-
BUILD_SHARED_LIBS: "OFF"
191204
BUILD_TYPE: "Release"
192-
MODULE_LOAD: "cmake/3.20.6 cuda/12.2.2 gcc/12.4.0 openmpi/4.1.8"
205+
MODULE_LOAD: "cmake/3.30.8 cuda/12.6.3 gcc/13.3.0 mpich"
193206

194207
build/cuda126/nompi/gcc/cuda/release/shared:
195208
extends:

0 commit comments

Comments
 (0)