Skip to content

Commit

Permalink
Remove mpi none from salloc
Browse files Browse the repository at this point in the history
  • Loading branch information
koparasy committed Oct 31, 2024
1 parent 082fa41 commit faa34cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/custom-jobs-and-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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"
# Arguments for job level allocation
RUBY_JOB_ALLOC: "--mpi=none --reservation=ci --nodes=1"
# Add variables that should apply to all the jobs on a machine:
Expand Down

0 comments on commit faa34cb

Please sign in to comment.