Skip to content

lanl-ci: update batch time #9783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .ci/lanl/gitlab-darwin-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
SCHEDULER_PARAMETERS: "-pgeneral -t 2:00:00 -N 1 --ntasks-per-node=16"
SCHEDULER_PARAMETERS: "-pgeneral -t 4:00:00 -N 1 --ntasks-per-node=16"
GIT_STRATEGY: clone
NPROCS: 4

Expand Down Expand Up @@ -34,7 +34,7 @@ build:ibm:
stage: build
tags: [darwin-slurm-shared]
variables:
SCHEDULER_PARAMETERS: "-ppower9 -t 2:00:00 -N 1 --ntasks-per-node=16"
SCHEDULER_PARAMETERS: "-ppower9 -t 4:00:00 -N 1 --ntasks-per-node=16"
script:
- module load ibm
- rm .gitmodules
Expand All @@ -59,7 +59,7 @@ build:amd:
stage: build
tags: [darwin-slurm-shared]
variables:
SCHEDULER_PARAMETERS: "-pamd-rome -t 2:00:00 -N 1 --ntasks-per-node=16"
SCHEDULER_PARAMETERS: "-pamd-rome -t 4:00:00 -N 1 --ntasks-per-node=16"
script:
- module load aocc/3.0.0
- rm .gitmodules
Expand Down