Skip to content

Commit

Permalink
CI: Shuffle ordering (because of directory structure)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianakwan committed Jan 10, 2025
1 parent 30aa1f8 commit 05f3af9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ csd3-a100:
tags:
- csd3
script:
- module purge
- module use ${MODULEPATHS_A100}
- module load ${MODULES_A100}
- if [[ -d ../amrex ]]; then
- cd ../amrex
- git fetch --depth 1
Expand All @@ -45,19 +48,16 @@ csd3-a100:
- git clone --depth 1 https://github.com/AMReX-Codes/amrex.git ../amrex
- fi
- AMREX_HOME="$PWD"
- cd ${AMREX_HOME}/Tools/Plotfile
- make -j 8 COMP=gnu
- ls
- cd ${HOME}/${CI_PROJECT_DIR}/Tests
- module purge
- module use ${MODULEPATHS_A100}
- module load ${MODULES_A100}
- make -j 8 ${BUILD_CONFIG}
- srun ${SRUN_FLAGS} make run ${BUILD_CONFIG}
- cd ${HOME}/${CI_PROJECT_DIR}/Examples/BinaryBH
- make -j 8 ${BUILD_CONFIG}
- srun ${SRUN_FLAGS} ./main3d.gnu.DEBUG.MPI.CUDA.ex ./params_test.txt
- pwd
- ls plt00008
- cd ${AMREX_HOME}/Tools/Plotfile
- make -j 8 COMP=gnu
# - ./fcompare.gnu.ex ${FCOMPARE_FLAGS} ${HOME}/${CI_PROJECT_DIR}/Examples/BinaryBH/plt00008 ${HOME}/${CI_PROJECT_DIR}/.github/workflows/data/plt00008_compare/
- ls ${AMREX_HOME}/Tools/Plotfile/fcompare.gnu.ex
# - ${AMREX_HOME}/Tools/Plotfile/fcompare.gnu.ex ${FCOMPARE_FLAGS} plt00008 ${HOME}/${CI_PROJECT_DIR}/.github/workflows/data/plt00008_compare/


0 comments on commit 05f3af9

Please sign in to comment.