Skip to content
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

Move CI to c6a single node #63

Merged
merged 9 commits into from
May 2, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:

jobs:
test-ufs-bundle:
runs-on: [self-hosted, Linux, X64, pcluster-ci-20230717]
runs-on: [ubuntu-ci-c6a-x86_64]

steps:
- name: cleanup
Expand Down Expand Up @@ -79,29 +79,29 @@ jobs:
ulimit -s unlimited
ulimit -c unlimited

source /etc/profile.d/z00_lmod.sh
source /etc/profile.d/z01_lmod.sh
source /etc/profile.d/modules.sh

source /opt/intel/oneapi/compiler/2022.1.0/env/vars.sh
source /opt/intel/oneapi/compiler/2023.2.3/env/vars.sh
source /opt/intel/oneapi/mpi/2021.10.0/env/vars.sh

module use /mnt/experiments-efs/skylab-v8/spack-stack-1.7.0-ci-c6i/envs/ue-intel-2021.6.0/install/modulefiles/Core
module load stack-intel/2021.6.0
module load stack-intel-oneapi-mpi/2021.6.0
module use /home/ubuntu/spack-stack/modulefiles
module load ecflow/5.11.4

module use /home/ubuntu/spack-stack/spack-stack-1.7.0/envs/ue-intel-2021.10.0/install/modulefiles/Core/
module load stack-intel/2021.10.0
module load stack-intel-oneapi-mpi/2021.10.0
module load stack-python/3.10.13
module load sp/2.5.0
module load awscli-v2

module load jedi-ufs-env
module load fms/2023.04

module li

export I_MPI_DEBUG=5
export I_MPI_FABRICS=shm
export I_MPI_PIN_DOMAIN=omp
export KMP_AFFINITY=compact
export KMP_STACKSIZE=2048m
export OMP_NUM_THREADS=1
export SLURM_EXPORT_ENV=ALL

EOF

Expand Down
Loading