Skip to content

Commit

Permalink
Cleanup commits to ensure we always use a fixed version/commit
Browse files Browse the repository at this point in the history
  • Loading branch information
biddisco committed Feb 4, 2025
1 parent a5bd3d9 commit 3dce605
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 38 deletions.
2 changes: 1 addition & 1 deletion recipes/paraview/5.13.2/gh200/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ParaView
store: /user-environment
spack:
commit: 85d83f9c26cea76051cf95bc7194c43bfa0a0b5a
commit: 195b869e1c5f0f850fe16ca1cc0c77fc71f5fcd6
repo: https://github.com/spack/spack.git
description: ParaView for grace-hopper using EGL
modules: false
3 changes: 1 addition & 2 deletions recipes/paraview/5.13.2/gh200/environments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ paraview-gh200-egl-cuda:

# c++ helpers
- fmt@10
- stdexec@main
- boost +atomic +chrono +container +context +coroutine +date_time +filesystem +graph +json +mpi +multithreaded +program_options +regex +serialization +shared +system +test +thread

# IO and parallelism
Expand Down Expand Up @@ -107,7 +106,7 @@ paraview-gh200-egl-cuda:
- py-h5py

# raytracing in VTK/ParaView
- ospray@3.1 ~mpi +denoiser +volumes ~apps ~glm
- ospray@3.2 ~mpi +denoiser +volumes ~apps ~glm
- [email protected]
- openvkl
- embree
Expand Down
2 changes: 1 addition & 1 deletion recipes/paraview/5.13.2/zen2/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ParaView
store: /user-environment
spack:
commit: 4f0e336ed09408809df1b570422a64b3e02e9eb2
commit: 195b869e1c5f0f850fe16ca1cc0c77fc71f5fcd6
repo: https://github.com/spack/spack.git
description: ParaView for eiger using osmesa
modules: false
52 changes: 18 additions & 34 deletions recipes/paraview/5.13.2/zen2/environments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,29 @@ paraview-zen2-osmesa:
- toolchain: gcc
spec: gcc
mpi:
spec: cray-mpich@8.1.30
spec: cray-mpich
gpu: Null
unify: true
views:
paraview-zen2-osmesa:
develop:
exclude: []
uenv:
add_compilers: true
prefix_paths:
LD_LIBRARY_PATH: [lib, lib64]
paraview:
link: run
exclude: []
uenv:
add_compilers: true
prefix_paths:
LD_LIBRARY_PATH: [lib, lib64]
paraview-python:
link: run
exclude: []
uenv:
prefix_paths:
LD_LIBRARY_PATH: [lib, lib64]

specs:

Expand All @@ -36,13 +48,11 @@ paraview-zen2-osmesa:

# c++ helpers
- fmt@10
- stdexec@main
- boost +atomic +chrono +container +context +coroutine +date_time +filesystem +graph +json +mpi +multithreaded +program_options +regex +serialization +shared +system +test +thread

# IO and parallelism
- hdf5 +mpi +cxx +hl +threadsafe +shared ~java
- netcdf-c +mpi
- h5hut@master
- lz4
- adios2 +python +hdf5

Expand Down Expand Up @@ -80,8 +90,7 @@ paraview-zen2-osmesa:
- seacas ~fortran ~applications ~legacy ~tests ~x11
- utf8cpp

# c2sm
# - libcdi-pio
# climate/weather
- cdi

# python
Expand All @@ -94,8 +103,8 @@ paraview-zen2-osmesa:
- py-h5py

# raytracing in VTK/ParaView
- ospray@3.1 ~mpi +denoiser +volumes ~apps ~glm
- ispc@main
- ospray@3.2 ~mpi +denoiser +volumes ~apps ~glm
- ispc@1.24
- openvkl
- embree
- rkcommon
Expand All @@ -116,29 +125,4 @@ paraview-zen2-osmesa:
- ~x11
- ~examples
- ~tests

paraview-python:
compiler:
- toolchain: gcc
spec: gcc
mpi:
spec: [email protected]
gpu: Null
unify: true
views:
paraview-python:
link: run
exclude: []
uenv:
add_compilers: true
prefix_paths:
LD_LIBRARY_PATH: [lib, lib64]

specs:
- [email protected]
- py-numpy
- py-pandas
- py-matplotlib
- py-mpi4py
- py-cftime
- py-h5py
- +cxx

0 comments on commit 3dce605

Please sign in to comment.