Skip to content

Commit

Permalink
Merge pull request #1217 from LLNL/task/white238/service_user
Browse files Browse the repository at this point in the history
Move to service user and new bank on lassen
  • Loading branch information
white238 committed Nov 14, 2023
2 parents 36ec7e3 + c7bac7e commit a509631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .gitlab/build_lassen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
####
# This is the share configuration of jobs for lassen
.on_lassen:
variables:
tags:
- shell
- lassen
Expand All @@ -23,14 +22,14 @@
.src_build_on_lassen:
stage: build
variables:
ALLOC_COMMAND: "lalloc 1 -W 25 -q pdebug -alloc_flags atsdisable"
ALLOC_COMMAND: "lalloc 1 -W 25 -q pwdev -G wdev -alloc_flags atsdisable"
extends: [.src_build_script, .on_lassen, .src_workflow]
needs: []

.full_build_on_lassen:
stage: build
variables:
ALLOC_COMMAND: "lalloc 1 -W 45 -q pdebug -alloc_flags atsdisable"
ALLOC_COMMAND: "lalloc 1 -W 45 -q pwdev -G wdev -alloc_flags atsdisable"
extends: [.full_build_script, .on_lassen, .full_workflow]
needs: []

Expand Down
4 changes: 0 additions & 4 deletions .gitlab/build_tioga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@ tioga-clang_16_0_0_hip_5_6_0-src:
COMPILER: "clang@16.0.0_hip"
HOST_CONFIG: "tioga-toss_4_x86_64_ib_cray-${COMPILER}.cmake"
extends: .src_build_on_tioga
allow_failure: true

tioga-cce_15_0_1_hip_5_4_3-src:
variables:
COMPILER: "cce@15.0.1_hip"
HOST_CONFIG: "tioga-toss_4_x86_64_ib_cray-${COMPILER}.cmake"
extends: .src_build_on_tioga
allow_failure: true

####
# Full Build jobs
Expand All @@ -56,12 +54,10 @@ tioga-clang_16_0_0_hip_5_6_0-full:
SPEC: "%${COMPILER}~openmp+rocm+mfem+c2c"
EXTRASPEC: "amdgpu_target=gfx90a ^hip@5.6.0 ^hsa-rocr-dev@5.6.0 ^llvm-amdgpu@5.6.0 ^raja~openmp+rocm ^umpire~openmp+rocm ^hdf5 cflags=-Wno-int-conversion"
extends: .full_build_on_tioga
allow_failure: true

tioga-cce_15_0_1_hip_5_4_3-full:
variables:
COMPILER: "cce@15.0.1_hip"
SPEC: "%${COMPILER}~openmp+rocm+mfem+c2c"
EXTRASPEC: "amdgpu_target=gfx90a ^hip@5.4.3 ^hsa-rocr-dev@5.4.3 ^llvm-amdgpu@5.4.3 ^raja~openmp+rocm ^umpire~openmp+rocm ^hdf5 cflags=-Wno-int-conversion"
extends: .full_build_on_tioga
allow_failure: true

0 comments on commit a509631

Please sign in to comment.