Skip to content

Commit

Permalink
Deploy [email protected] % [email protected] + netcdf-* to exp/0.17.3/b
Browse files Browse the repository at this point in the history
  • Loading branch information
mkandes committed Aug 16, 2024
1 parent 5495adc commit 484490c
Show file tree
Hide file tree
Showing 9 changed files with 3,381 additions and 9 deletions.
653 changes: 653 additions & 0 deletions etc/spack/sdsc/expanse/0.17.3/cpu/b/specs/[email protected]

Large diffs are not rendered by default.

643 changes: 643 additions & 0 deletions etc/spack/sdsc/expanse/0.17.3/cpu/b/specs/[email protected]

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions etc/spack/sdsc/expanse/0.17.3/cpu/b/specs/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,3 @@ if [[ "${?}" -ne 0 ]]; then
fi

spack compiler add --scope site "$(spack location -i ${SPACK_PACKAGE})"

sleep 30

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module list
declare -xr SPACK_PACKAGE='[email protected]'
declare -xr SPACK_COMPILER='[email protected]'
declare -xr SPACK_VARIANTS='+cxx +fortran +hl ~ipo ~java ~mpi +shared +szip ~threadsafe +tools'
declare -xr SPACK_DEPENDENCIES="^[email protected]/$(spack find --format '{hash:7}' [email protected] % [email protected])"
declare -xr SPACK_DEPENDENCIES="^[email protected]/$(spack find --format '{hash:7}' [email protected] % [email protected])"
declare -xr SPACK_SPEC="${SPACK_PACKAGE} % ${SPACK_COMPILER} ${SPACK_VARIANTS} ${SPACK_DEPENDENCIES}"

printenv
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,3 @@ if [[ "${?}" -ne 0 ]]; then
echo 'ERROR: spack install failed.'
exit 1
fi

#spack module lmod refresh --delete-tree -y

sbatch --dependency="afterok:${SLURM_JOB_ID}" '[email protected]'

sleep 30

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions etc/spack/sdsc/expanse/0.17.3/cpu/b/yamls/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,19 @@ compilers:
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: [email protected]
paths:
cc: /cm/shared/apps/spack/0.17.3/cpu/b/opt/spack/linux-rocky8-zen/gcc-8.5.0/nvhpc-21.9-xxpthf52cloih3j5abdsx65rlg4yk2kk/Linux_x86_64/21.9/compilers/bin/nvc
cxx: /cm/shared/apps/spack/0.17.3/cpu/b/opt/spack/linux-rocky8-zen/gcc-8.5.0/nvhpc-21.9-xxpthf52cloih3j5abdsx65rlg4yk2kk/Linux_x86_64/21.9/compilers/bin/nvc++
f77: /cm/shared/apps/spack/0.17.3/cpu/b/opt/spack/linux-rocky8-zen/gcc-8.5.0/nvhpc-21.9-xxpthf52cloih3j5abdsx65rlg4yk2kk/Linux_x86_64/21.9/compilers/bin/nvfortran
fc: /cm/shared/apps/spack/0.17.3/cpu/b/opt/spack/linux-rocky8-zen/gcc-8.5.0/nvhpc-21.9-xxpthf52cloih3j5abdsx65rlg4yk2kk/Linux_x86_64/21.9/compilers/bin/nvfortran
flags:
cflags: -fast
cxxflags: -fast
fflags: -fast
operating_system: rocky8
target: x86_64
modules: []
environment: {}
extra_rpaths: []

0 comments on commit 484490c

Please sign in to comment.