Skip to content

Commit

Permalink
gitlab: update bank information
Browse files Browse the repository at this point in the history
Problem: we have access to higher priority banks on
tioga and poodle but are still running under the guests
bank.

Update bank information.
  • Loading branch information
wihobbs committed Feb 18, 2025
1 parent 7abec23 commit 895e6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/machines.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
- poodle
- batch
variables:
LLNL_SLURM_SCHEDULER_PARAMETERS: "--exclusive -N 1 -p pdebug"
LLNL_SLURM_SCHEDULER_PARAMETERS: "--exclusive -A lc -N 1 -p pdebug"

.tioga:
tags:
- tioga
- batch
variables:
LLNL_FLUX_SCHEDULER_PARAMETERS: "--exclusive -N 1 -q pci"
LLNL_FLUX_SCHEDULER_PARAMETERS: "--exclusive -N 1 -q pci --setattr=bank=lc"

0 comments on commit 895e6da

Please sign in to comment.