Skip to content

Commit

Permalink
Fix bug in machine.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed Nov 7, 2024
1 parent 514f6a6 commit 57f644b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/machines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- ruby
- shell
variables:
SCHEDULER_PARAMETERS: "--res=ci --exclusive=user --deadline=now+1hour -N 2 -t 60"
SCHEDULER_PARAMETERS: "--res=ci --exclusive=user -N 2 -t 60"
HOSTNAME: 'ruby'
extends: [.on_toss_4_x86]

Expand All @@ -16,7 +16,7 @@
- shell
variables:
SCHEDULER_PARAMETERS: "-nnodes 1 -W 60 -q pci -alloc_flags atsdisable"
LSB_JOB_STARTER: [ "ENVIRONMENT=BATCH" ]
LSB_JOB_STARTER: "ENVIRONMENT=BATCH /usr/tcetmp/bin/bsub_job_starter %USRCMD"
ENVIRONMENT: "BATCH"
HOSTNAME: 'lassen'
LC_MODULES: "cuda/11.1.0"
Expand Down

0 comments on commit 57f644b

Please sign in to comment.