From 3e224e0a6ff2a0aca968e31a2a3d22a2fca9126d Mon Sep 17 00:00:00 2001 From: koparasy Date: Thu, 31 Oct 2024 08:17:59 -0700 Subject: [PATCH] Remove mpi=none --- .gitlab/custom-jobs-and-variables.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab/custom-jobs-and-variables.yml b/.gitlab/custom-jobs-and-variables.yml index 298632a..18c990b 100644 --- a/.gitlab/custom-jobs-and-variables.yml +++ b/.gitlab/custom-jobs-and-variables.yml @@ -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: "..."