Skip to content

Commit

Permalink
Revert "Remove mpi=none"
Browse files Browse the repository at this point in the history
This reverts commit 3e224e0.
  • Loading branch information
koparasy committed Oct 31, 2024
1 parent 3e224e0 commit 082fa41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitlab/custom-jobs-and-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ variables:

# Ruby
# Arguments for top level allocation
RUBY_SHARED_ALLOC: "--exclusive --reservation=ci --time=30 --nodes=1"
#RUBY_SHARED_ALLOC: "--mpi=none --exclusive --reservation=ci --time=30 --nodes=1"
RUBY_SHARED_ALLOC: "--mpi=none --exclusive --reservation=ci --time=30 --nodes=1"
# Arguments for job level allocation
RUBY_JOB_ALLOC: "--reservation=ci --nodes=1"
#RUBY_JOB_ALLOC: "--mpi=none --reservation=ci --nodes=1"
RUBY_JOB_ALLOC: "--mpi=none --reservation=ci --nodes=1"
# Add variables that should apply to all the jobs on a machine:
# RUBY_MY_VAR: "..."

Expand Down

0 comments on commit 082fa41

Please sign in to comment.