Skip to content

Commit

Permalink
paraview: cleanup views in environment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
biddisco committed Jan 10, 2025
1 parent f53c3b5 commit 7ed8d62
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 29 deletions.
2 changes: 1 addition & 1 deletion recipes/paraview/5.13.1/gh200/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ParaView
store: /user-environment
spack:
commit: develop-2024-11-24
commit: 85d83f9c26cea76051cf95bc7194c43bfa0a0b5a
repo: https://github.com/spack/spack.git
description: ParaView for grace-hopper using EGL
modules: false
42 changes: 15 additions & 27 deletions recipes/paraview/5.13.1/gh200/environments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,29 @@ paraview-gh200-egl-cuda:
- toolchain: gcc
spec: gcc
mpi:
spec: cray-mpich@8.1.30
spec: cray-mpich
gpu: cuda
unify: true
views:
paraview-gh200-egl-cuda:
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 Down Expand Up @@ -113,28 +125,4 @@ paraview-gh200-egl-cuda:
- ~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:
prefix_paths:
LD_LIBRARY_PATH: [lib, lib64]

specs:
- [email protected]
- py-numpy
- py-pandas
- py-matplotlib
- py-mpi4py
- py-cftime
- py-h5py
- +cxx
2 changes: 1 addition & 1 deletion recipes/paraview/5.13.1/scripts/job-build-daint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

#SBATCH --job-name=stackinator-paraview
#SBATCH --job-name=uenv-prepare
#SBATCH --time=04:00:00
#SBATCH --nodes=1
#SBATCH --partition=normal
Expand Down

0 comments on commit 7ed8d62

Please sign in to comment.