Skip to content
Open
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
2 changes: 2 additions & 0 deletions configs/sites/tier2/dutchman/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
config:
build_jobs: 4
3 changes: 3 additions & 0 deletions configs/sites/tier2/dutchman/mirrors.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mirrors:
local-source: file:///home/dom/prod/spack-source-cache
local-binary: file:///home/dom/prod/spack-build-cache
18 changes: 18 additions & 0 deletions configs/sites/tier2/dutchman/modules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
modules:
default:
enable::
- tcl
tcl:
include:
# Compiler modules
- apple-clang
- gcc
- intel-oneapi-compilers
- llvm
# MPI modules
- cray-mpich
- intel-mpi
- intel-oneapi-mpi
- mpich
- mpt
- openmpi
105 changes: 105 additions & 0 deletions configs/sites/tier2/dutchman/packages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
packages:
# Modification of common packages

# All other packages listed alphabetically
autoconf:
externals:
- spec: [email protected]
prefix: /usr
automake:
externals:
- spec: [email protected]
prefix: /usr
bash:
externals:
- spec: [email protected]
prefix: /usr
binutils:
externals:
- spec: [email protected]~gold~headers
prefix: /usr
bison:
externals:
- spec: [email protected]
prefix: /usr
cmake:
externals:
- spec: [email protected]
prefix: /usr
coreutils:
externals:
- spec: [email protected]
prefix: /usr
diffutils:
externals:
- spec: [email protected]
prefix: /usr
findutils:
externals:
- spec: [email protected]
prefix: /usr
gawk:
externals:
- spec: [email protected]
prefix: /usr
gettext:
externals:
- spec: [email protected]
prefix: /usr
git:
externals:
- spec: [email protected]~tcltk
prefix: /usr
git-lfs:
externals:
- spec: [email protected]
prefix: /usr
gmake:
externals:
- spec: [email protected]
prefix: /usr
grep:
externals:
- spec: [email protected]
prefix: /usr
groff:
externals:
- spec: [email protected]
prefix: /usr
m4:
externals:
- spec: [email protected]
prefix: /usr
openssh:
externals:
- spec: [email protected]
prefix: /usr
perl:
externals:
- spec: [email protected]~cpanm+opcode+open+shared+threads
prefix: /usr
pkgconf:
externals:
- spec: [email protected]
prefix: /usr
qt:
buildable: False
externals:
- spec: [email protected]
prefix: /usr
sed:
externals:
- spec: [email protected]
prefix: /usr
tar:
externals:
- spec: [email protected]
prefix: /usr
texlive:
externals:
- spec: texlive@20240312
prefix: /usr
wget:
externals:
- spec: [email protected]
prefix: /usr
18 changes: 18 additions & 0 deletions configs/sites/tier2/dutchman/packages_gcc-14.3.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
packages:
all:
require:
- any_of: ['%gcc@=14.3.1']
when: '%gcc'
mpi:
require:
- "openmpi@=5.0.8"
gcc:
buildable: False
externals:
- spec: [email protected] languages:='c,c++,fortran'
prefix: /usr
extra_attributes:
compilers:
c: /usr/bin/gcc
cxx: /usr/bin/g++
fortran: /usr/bin/gfortran
Loading