Skip to content

Commit

Permalink
Next try to update crappy Derecho config
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Oct 30, 2023
1 parent c80d7ce commit ae57896
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
35 changes: 17 additions & 18 deletions configs/sites/derecho/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ packages:
all:
compiler:: [[email protected], [email protected]]
providers:
mpi:: [[email protected]] # intel-oneapi-mpi@2021.8.0,
mpi:: [[email protected]] # intel-oneapi-mpi@2021.10.0,
target: [core2]

### MPI, Python, MKL
mpi:
buildable: False
#intel-oneapi-mpi:
# externals:
# - spec: intel-oneapi-mpi@2021.8.0%intel@2021.8.0
# prefix: /glade/u/apps/derecho/23.06/spack/opt/spack/intel-oneapi-mpi/2021.8.0/oneapi/2023.0.0/mhf4
# - spec: intel-oneapi-mpi@2021.10.0%intel@2021.10.0
# prefix: /glade/u/apps/derecho/23.09/spack/opt/spack/intel-oneapi-mpi/2021.10.0/oneapi/2023.2.1/ve6v
# modules:
# - intel-mpi/2021.8.0
# - intel-mpi/2021.10.0
cray-mpich:
externals:
- spec: [email protected]%[email protected] +wrappers
Expand All @@ -39,13 +39,13 @@ packages:
autoconf:
externals:
- spec: [email protected]
prefix: /glade/u/apps/derecho/23.06/opt
prefix: /glade/u/apps/derecho/23.09/opt/view
- spec: [email protected]
prefix: /usr
automake:
externals:
- spec: [email protected]
prefix: /glade/u/apps/derecho/23.06/opt
prefix: /glade/u/apps/derecho/23.09/opt/view
- spec: [email protected]
prefix: /usr
binutils:
Expand All @@ -62,8 +62,8 @@ packages:
prefix: /usr
curl:
externals:
- spec: curl@8.0.1+nghttp2
prefix: /glade/u/apps/derecho/23.06/opt
- spec: curl@8.1.2+nghttp2
prefix: /glade/u/apps/derecho/23.09/opt/view
- spec: [email protected]+gssapi+ldap+nghttp2
prefix: /usr
cvs:
Expand All @@ -88,21 +88,21 @@ packages:
flex:
externals:
- spec: [email protected]+lex
prefix: /glade/u/apps/derecho/23.06/opt
prefix: /glade/u/apps/derecho/23.09/opt/view
gawk:
externals:
- spec: [email protected]
prefix: /usr
git:
externals:
- spec: git@2.40.0~tcltk
prefix: /glade/u/apps/derecho/23.06/opt
- spec: git@2.41.0+tcltk
prefix: /glade/u/apps/derecho/23.09/opt/view
- spec: [email protected]+tcltk
prefix: /usr
git-lfs:
externals:
- spec: [email protected]
prefix: /glade/u/apps/derecho/23.06/opt
prefix: /glade/u/apps/derecho/23.09/opt/view
gmake:
externals:
- spec: [email protected]
Expand All @@ -118,7 +118,7 @@ packages:
libtool:
externals:
- spec: [email protected]
prefix: /glade/u/apps/derecho/23.06/opt
prefix: /glade/u/apps/derecho/23.09/opt/view
- spec: [email protected]
prefix: /usr
m4:
Expand All @@ -128,8 +128,8 @@ packages:
# Automatically detected, but don't use - missing "ninja" dependency
#meson:
# externals:
# - spec: meson@1.1.0
# prefix: /glade/u/apps/derecho/23.06/opt
# - spec: meson@1.2.0
# prefix: /glade/u/apps/derecho/23.09/opt/view
mysql:
buildable: False
externals:
Expand All @@ -140,7 +140,6 @@ packages:
- spec: [email protected]
prefix: /usr
openssl:
buildable: False
externals:
- spec: [email protected]
prefix: /usr
Expand All @@ -158,8 +157,8 @@ packages:
prefix: /usr
texinfo:
externals:
- spec: [email protected]
prefix: /glade/u/apps/derecho/23.06/opt
- spec: [email protected].3
prefix: /glade/u/apps/derecho/23.09/opt/view
- spec: [email protected]
prefix: /usr
wget:
Expand Down
1 change: 1 addition & 0 deletions doc/source/PreConfiguredSites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ The following is required for building new spack environments and for using spac
module purge
# ignore that the sticky module ncarenv/... is not unloaded
export LMOD_TMOD_FIND_FIRST=yes
module load ncarenv/23.09
module use /glade/work/epicufsrt/contrib/spack-stack/derecho/modulefiles
module load ecflow/5.8.4
module load mysql/8.0.33
Expand Down

0 comments on commit ae57896

Please sign in to comment.