177 lines
4.2 KiB
YAML
177 lines
4.2 KiB
YAML
spack:
|
|
concretization: separately
|
|
view: false
|
|
|
|
concretizer:
|
|
reuse: false
|
|
|
|
config:
|
|
concretizer: clingo
|
|
install_tree:
|
|
root: /home/software/radiuss
|
|
padded_length: 512
|
|
projections:
|
|
all: '{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'
|
|
|
|
packages:
|
|
all:
|
|
target: [x86_64]
|
|
|
|
providers:
|
|
mpi: [mvapich2]
|
|
|
|
definitions:
|
|
#- compilers: ['%gcc@8.3.1', '%clang@10.0.0']
|
|
- compilers: ['%gcc@7.5.0']
|
|
|
|
# Note skipping spot since no spack package for it
|
|
- radiuss:
|
|
- ascent # ^conduit@0.6.0
|
|
- axom
|
|
- blt
|
|
- caliper
|
|
#- care ## ~benchmarks ~examples ~tests
|
|
#- chai ## ~benchmarks ~examples ~tests
|
|
- conduit # ^hdf5+shared
|
|
- flux-core
|
|
#- flux-sched
|
|
#- glvis # ^mesa-glu@9.0.0 ^mesa18~llvm # same issue w/chai
|
|
- hypre
|
|
- lbann
|
|
- lvarray ~tests # per Spack issue #23192 # ~examples
|
|
- mfem
|
|
- py-hatchet
|
|
- py-maestrowf
|
|
- py-merlin
|
|
- py-shroud
|
|
- raja # ~examples # ~tests
|
|
- samrai
|
|
- scr
|
|
- sundials
|
|
- umpire # ~openmp
|
|
#- visit # ^mesa-glu@9.0.0
|
|
- xbraid
|
|
- zfp
|
|
|
|
mirrors:
|
|
mirror: "s3://spack-binaries/radiuss"
|
|
|
|
specs:
|
|
- matrix:
|
|
- [$radiuss]
|
|
- [$compilers]
|
|
|
|
gitlab-ci:
|
|
image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
|
|
script:
|
|
- . "./share/spack/setup-env.sh"
|
|
- spack --version
|
|
- cd ${SPACK_CONCRETE_ENV_DIR}
|
|
- spack env activate --without-view .
|
|
- spack config add "config:install_tree:projections:${SPACK_JOB_SPEC_PKG_NAME}:'morepadding/{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'"
|
|
- spack -d ci rebuild
|
|
mappings:
|
|
- match:
|
|
- lbann
|
|
- openblas
|
|
- rust
|
|
runner-attributes:
|
|
tags: ["spack", "public", "large", "x86_64"]
|
|
variables:
|
|
CI_JOB_SIZE: large
|
|
KUBERNETES_CPU_REQUEST: 8000m
|
|
KUBERNETES_MEMORY_REQUEST: 12G
|
|
|
|
- match:
|
|
- ascent
|
|
- axom
|
|
- conduit
|
|
- hdf5
|
|
- hydrogen
|
|
- mfem
|
|
- mvapich2
|
|
- py-packaging
|
|
- py-scipy
|
|
- samrai
|
|
- vtk-h
|
|
- vtk-m
|
|
runner-attributes:
|
|
tags: ["spack", "public", "medium", "x86_64"]
|
|
variables:
|
|
CI_JOB_SIZE: "medium"
|
|
KUBERNETES_CPU_REQUEST: "2000m"
|
|
KUBERNETES_MEMORY_REQUEST: "4G"
|
|
|
|
- match:
|
|
- autoconf-archive
|
|
- camp
|
|
- cmake
|
|
- curl
|
|
- czmq
|
|
- diffutils
|
|
- gawk
|
|
- gdbm
|
|
- gettext
|
|
- glib
|
|
- gmake
|
|
- libgcrypt
|
|
- libpciaccess
|
|
- libpng
|
|
- libsigsegv
|
|
- libsodium
|
|
- libxml2
|
|
- libyaml
|
|
- libzmq
|
|
- lua
|
|
- lz4
|
|
- m4
|
|
- meson
|
|
- metis
|
|
- ninja
|
|
- pcre
|
|
- pdsh
|
|
- perl
|
|
- pkgconf
|
|
- py-cffi
|
|
- py-jsonschema
|
|
- py-kiwisolver
|
|
- py-pycparser
|
|
- py-setuptools-scm
|
|
- py-six
|
|
- py-wheel
|
|
- qhull
|
|
- readline
|
|
- sed
|
|
- slurm
|
|
- sqlite
|
|
- unzip
|
|
- util-linux-uuid
|
|
- util-macros
|
|
- zfp
|
|
- zlib
|
|
runner-attributes:
|
|
tags: ["spack", "public", "small", "x86_64"]
|
|
variables:
|
|
CI_JOB_SIZE: "small"
|
|
KUBERNETES_CPU_REQUEST: "500m"
|
|
KUBERNETES_MEMORY_REQUEST: "500M"
|
|
|
|
- match: ['os=ubuntu18.04']
|
|
runner-attributes:
|
|
tags: ["spack", "public", "x86_64"]
|
|
variables:
|
|
CI_JOB_SIZE: "default"
|
|
|
|
service-job-attributes:
|
|
before_script:
|
|
- . "./share/spack/setup-env.sh"
|
|
- spack --version
|
|
image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
|
|
tags: ["spack", "public", "x86_64"]
|
|
|
|
cdash:
|
|
build-group: RADIUSS
|
|
url: https://cdash.spack.io
|
|
project: Spack Testing
|
|
site: Cloud Gitlab Infrastructure
|