Skip to content

Commit

Permalink
e4s ci stacks: reduce package prefs (spack#47381)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneswalker authored Nov 2, 2024
1 parent 55918c3 commit 632c009
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,25 @@ spack:
variants: +mpi
binutils:
variants: +ld +gold +headers +libiberty ~nls
elfutils:
variants: ~nls
hdf5:
variants: +fortran +hl +shared
libfabric:
variants: fabrics=sockets,tcp,udp,rxm
libunwind:
variants: +pic +xz
openblas:
variants: threads=openmp
trilinos:
variants: +amesos +amesos2 +anasazi +aztec +belos +boost +epetra +epetraext
+ifpack +ifpack2 +intrepid +intrepid2 +isorropia +kokkos +ml +minitensor +muelu
+nox +piro +phalanx +rol +rythmos +sacado +stk +shards +shylu +stokhos +stratimikos
+teko +tempus +tpetra +trilinoscouplings +zoltan +zoltan2 +superlu-dist gotype=long_long
xz:
variants: +pic
mpi:
require: mpich
mpich:
require: '~wrapperrpath ~hwloc %gcc target=neoverse_v2'
tbb:
require: intel-tbb
boost:
variants: +atomic +chrono +container +date_time +exception +filesystem +graph
+iostreams +locale +log +math +mpi +multithreaded +program_options +random
+regex +serialization +shared +signals +stacktrace +system +test +thread +timer
cxxstd=17 visibility=global
libffi:
require: "@3.4.4 %gcc target=neoverse_v2"
vtk-m:
require: "+examples %gcc target=neoverse_v2"
cuda:
version: [11.8.0]
paraview:
require: "+examples %gcc target=neoverse_v2"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,27 @@ spack:
variants: +mpi
binutils:
variants: +ld +gold +headers +libiberty ~nls
elfutils:
variants: ~nls
hdf5:
variants: +fortran +hl +shared
libfabric:
variants: fabrics=sockets,tcp,udp,rxm
libunwind:
variants: +pic +xz
openblas:
variants: threads=openmp
trilinos:
variants: +amesos +amesos2 +anasazi +aztec +belos +boost +epetra +epetraext
+ifpack +ifpack2 +intrepid +intrepid2 +isorropia +kokkos +ml +minitensor +muelu
+nox +piro +phalanx +rol +rythmos +sacado +stk +shards +shylu +stokhos +stratimikos
+teko +tempus +tpetra +trilinoscouplings +zoltan +zoltan2 +superlu-dist gotype=long_long
xz:
variants: +pic
mpi:
require: mpich
mpich:
require: '~wrapperrpath ~hwloc %gcc target=neoverse_v1'
tbb:
require: intel-tbb
boost:
variants: +atomic +chrono +container +date_time +exception +filesystem +graph
+iostreams +locale +log +math +mpi +multithreaded +program_options +random
+regex +serialization +shared +signals +stacktrace +system +test +thread +timer
cxxstd=17 visibility=global
libffi:
require: "@3.4.4 %gcc target=neoverse_v1"
vtk-m:
require: "+examples %gcc target=neoverse_v1"
paraview:
require: "+examples %gcc target=neoverse_v1"
cuda:
version: [11.8.0]

specs:
# CPU
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ spack:
variants: +mpi cuda_arch=70
binutils:
variants: +ld +gold +headers +libiberty ~nls
elfutils:
variants: ~nls
hdf5:
variants: +fortran +hl +shared
libfabric:
variants: fabrics=sockets,tcp,udp,rxm
libunwind:
variants: +pic +xz
openblas:
variants: threads=openmp
trilinos:
Expand All @@ -42,8 +38,6 @@ spack:
require: "~tcmalloc %[email protected] target=ppc64le"
tbb:
require: intel-tbb
libffi:
require: "@3.4.4 %[email protected] target=ppc64le"
vtk-m:
require: "+examples %[email protected] target=ppc64le"
cuda:
Expand Down
21 changes: 4 additions & 17 deletions share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ spack:
variants: +mpi
binutils:
variants: +ld +gold +headers +libiberty ~nls
elfutils:
variants: ~nls
hdf5:
variants: +fortran +hl +shared
libfabric:
Expand All @@ -29,30 +27,19 @@ spack:
+ifpack +ifpack2 +intrepid +intrepid2 +isorropia +kokkos +ml +minitensor +muelu
+nox +piro +phalanx +rol +rythmos +sacado +stk +shards +shylu +stokhos +stratimikos
+teko +tempus +tpetra +trilinoscouplings +zoltan +zoltan2 +superlu-dist gotype=long_long
xz:
variants: +pic
mpi:
require: mpich
mpich:
require: '~wrapperrpath ~hwloc'
require: '~wrapperrpath ~hwloc target=x86_64_v3'
tbb:
require: intel-tbb
boost:
variants: +atomic +chrono +container +date_time +exception +filesystem +graph
+iostreams +locale +log +math +mpi +multithreaded +program_options +random
+regex +serialization +shared +signals +stacktrace +system +test +thread +timer
cxxstd=17 visibility=global
libffi:
require: "@3.4.4"
vtk-m:
require: "+examples"
require: "+examples target=x86_64_v3"
visit:
require: "~gui"
cuda:
version: [11.8.0]
require: "~gui target=x86_64_v3"
paraview:
# Don't build GUI support or GLX rendering for HPC/container deployments
require: "@5.11 +examples ~qt ^[virtuals=gl] osmesa"
require: "@5.11 +examples ~qt ^[virtuals=gl] osmesa target=x86_64_v3"

specs:
# CPU
Expand Down

0 comments on commit 632c009

Please sign in to comment.