Skip to content

Commit

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

# Ruby
# Arguments for top level allocation
RUBY_SHARED_ALLOC: "--mpi=none --exclusive --reservation=ci --time=30 --nodes=1"
RUBY_SHARED_ALLOC: "--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: "--mpi=none --reservation=ci --nodes=1"
RUBY_JOB_ALLOC: "--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 3e224e0

Please sign in to comment.