Skip to content

Commit

Permalink
Merge pull request #9 from wihobbs/mpi-pdebug
Browse files Browse the repository at this point in the history
gitlab: update corona specification to use pdebug
  • Loading branch information
wihobbs authored Jan 12, 2024
2 parents 7bd74ef + acccf7e commit a7f7d7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ corona-mpi-test:
- .test-core-mpi
- .corona
variables:
LLNL_FLUX_SCHEDULER_PARAMETERS: "-N2"
LLNL_FLUX_SCHEDULER_PARAMETERS: "-N 2 -q pdebug"
stage: test
8 changes: 4 additions & 4 deletions .gitlab/machines.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@
- batch
variables:
HWLOC_COMPONENTS: "x86"
LLNL_FLUX_SCHEDULER_PARAMETERS: "--exclusive -N 1 --setattr=system.bank=lc"
LLNL_FLUX_SCHEDULER_PARAMETERS: "--exclusive -N 1 -q pdebug --setattr=bank=lc"

.poodle:
tags:
- poodle
- batch
variables:
HWLOC_COMPONENTS: "x86"
LLNL_SLURM_SCHEDULER_PARAMETERS: "--exclusive -p pdebug -N 1"
LLNL_SLURM_SCHEDULER_PARAMETERS: "--exclusive -N 1 -p pdebug"

.tioga:
tags:
- tioga
- batch
variables:
HWLOC_COMPONENTS: "x86"
LLNL_FLUX_SCHEDULER_PARAMETERS: "--exclusive -N 1"
LLNL_FLUX_SCHEDULER_PARAMETERS: "--exclusive -N 1 -q pdebug"

.quartz:
tags:
- quartz
- batch
variables:
HWLOC_COMPONENTS: "x86"
LLNL_SLURM_SCHEDULER_PARAMETERS: "-p pdebug -N 1"
LLNL_SLURM_SCHEDULER_PARAMETERS: "-N 1 -p pdebug"

0 comments on commit a7f7d7d

Please sign in to comment.