Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions configs/sites/tier2/aws-ubuntu2404/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,17 @@ modules:
default:
enable::
- lmod
lmod:
include:
# Compiler modules
- apple-clang
- gcc
- intel-oneapi-compilers
- llvm
# MPI modules
- cray-mpich
- intel-mpi
- intel-oneapi-mpi
- mpich
- mpt
- openmpi
11 changes: 2 additions & 9 deletions configs/sites/tier2/aws-ubuntu2404/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ packages:
ewok-env:
require:
- +ecflow
met:
require: [+python, +grib2, +graphics, +lidar2nc, +modis]
py-awscrt:
require:
- "@0.19.19"
Expand Down Expand Up @@ -60,11 +62,6 @@ packages:
externals:
- spec: git-lfs@3.4.1
prefix: /usr
gmake:
buildable: false
externals:
- spec: gmake@4.3
prefix: /usr
grep:
externals:
- spec: grep@3.11
Expand All @@ -73,10 +70,6 @@ packages:
externals:
- spec: groff@1.23.0
prefix: /usr
libtool:
externals:
- spec: libtool@2.4.7
prefix: /usr
m4:
externals:
- spec: m4@1.4.19
Expand Down
41 changes: 41 additions & 0 deletions configs/sites/tier2/aws-ubuntu2404/packages_oneapi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
packages:

# Compilers.
all:
prefer:
- '%oneapi'
conflict:
- '%c=oneapi %fortran=gcc'
- '%c,cxx=oneapi %fortran=gcc'
- '%c=gcc %fortran=oneapi'
- '%c,cxx=gcc %fortran=oneapi'
- '%fortran=oneapi %c=gcc'
- '%fortran=oneapi %c,cxx=gcc'
- '%fortran=gcc %c,cxx=oneapi'
- '%fortran=gcc %c=oneapi'
providers:
mpi:: [intel-oneapi-mpi@2021.17]

intel-oneapi-compilers:
buildable: false
externals:
Expand All @@ -18,6 +35,10 @@ packages:
buildable: false
mpich:
buildable: false
mpi:
buildable: false
require:
- intel-oneapi-mpi@2021.17
gcc:
externals:
- spec: gcc@13.3.0 languages:='c,c++,fortran'
Expand Down Expand Up @@ -49,3 +70,23 @@ packages:
prefix: /opt/intel/oneapi
modules:
- tbb/2022.3

# Package constraints.
jedi-base-env:
require: [+fftw, +hdf4, +bufrquery]
eccodes:
require:
- "jp2k=jasper"
jasper:
require:
- +jpeg
elfutils:
require:
- '@0.191'
libelf:
buildable: false
curl:
require: ['+nghttp2']
py-pyyaml:
require:
- +libyaml
Loading