Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 5065f8c

Browse files
author
Christos Kotsalos
authored
Tuning the CI params to avoid GPU out-of-mem issues (#877)
* Increase the `bb5_cpus_per_task` to reduce the number of concurrent jobs in a single node and consecutively the workload on a single GPU
1 parent 66b990b commit 5065f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ simulation_stack:
6666
.gpu_node:
6767
variables:
6868
bb5_constraint: volta
69+
bb5_cpus_per_task: 2
6970
.test_neuron:
7071
extends: [.ctest]
7172
variables:

0 commit comments

Comments
 (0)