Skip to content

Commit

Permalink
CI: Only load Dawn modules when needed
Browse files Browse the repository at this point in the history
- Dawn modules are now only loaded at the start of an
interactive job
  • Loading branch information
julianakwan committed Jan 23, 2025
1 parent e0905b7 commit 6a0a1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ csd3-dawn:
tags:
- csd3
script:
- module purge
- module load ${MODULES_DAWN}
- if [[ -d ../amrex ]]; then
- cd ../amrex
- git fetch --depth 1
Expand All @@ -88,6 +86,8 @@ csd3-dawn:
- fi
- AMREX_HOME="$PWD"
- salloc -A ZETTASCALE-PORTING-DAWN-GPU -p pvc --nodes=1 --ntasks=1 --time=00:10:00 --gres=gpu:1 --qos=INTR
- module purge
- module load ${MODULES_DAWN}
- cd ${AMREX_HOME}/Tools/Plotfile
- make -j 8 COMP=intel-llvm programs=fcompare

Expand Down

0 comments on commit 6a0a1eb

Please sign in to comment.