-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paraview recipe #39
base: main
Are you sure you want to change the base?
Paraview recipe #39
Conversation
installation on ALPS will require two additional items for run-time enabling of the NVIDIA IndeX libraries and license.
|
The PR can now be considered for merging. We support
|
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:5.13.0 |
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:5.13.0 |
1 similar comment
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:5.13.0 |
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:5.13.0 |
4 similar comments
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:5.13.0 |
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:5.13.0 |
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:5.13.0 |
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:5.13.0 |
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:5.13.0 |
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:5.13.0 |
Please test this and consider it for deployment on our clusters |
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:5.13.0 |
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:5.13.0 |
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:5.13.1 |
please note, paraview release has been bumped from 5.13.0 to 5.13.1 |
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:5.13.1 |
cscs-ci run alps;system=todi;uarch=gh200;uenv=paraview:5.13.1 |
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:5.13.1 |
cscs-ci run alps;system=todi;uarch=gh200;uenv=paraview:5.13.1 |
I've just tried to build it manually on eiger, there is an error compiling h5hut on zen2 too. |
cscs-ci run alps;system=todi;uarch=gh200;uenv=paraview:5.13.2 |
Help @simonpintarelli - CI seems to fail with
it is using a reservation for icon on machine todi - I don't know where this is set or how to change it. |
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:5.13.2 |
1 similar comment
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:5.13.2 |
Several users have requested a uenv for paraview. What do I need to do to get this accepted as a valid solution for users? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
name: prgenv-gnu | ||
spack: | ||
commit: jb-develop | ||
repo: /capstor/scratch/cscs/biddisco/spack-eiger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This directory isn't readable for everyone, the CI is failing to clone when calling stack-config [..]
[daint][simonpi@daint-ln001 simonpi]$ ls -alhd /capstor/scratch/cscs/biddisco/spack-eiger
drwx------+ 11 biddisco csstaff 4.0K Aug 21 23:10 /capstor/scratch/cscs/biddisco/spack-eiger
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a particular reason to use a forked spack repo? If only package.py
have been changed, those recipes should be copied to repo/packages
instead and then spack upstream used in config.yaml
|
||
# raytracing in VTK/ParaView | ||
- [email protected] ~mpi +denoiser +volumes ~apps ~glm | ||
- ispc@main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to use a commit id instead.
Spack supports the following syntax
ispc@git.<git ref>=main
(https://spack.readthedocs.io/en/latest/basic_usage.html#git-versions)
|
||
# remove /dev/shm paths from build-env that will not be available to the final user | ||
GCCLOC=$($SPACK_CMD location -i gcc@12) | ||
sed -i "s|/dev/shm/biddisco/spack/lib/spack/env/gcc|$GCCLOC/bin|g" $BUILD_ENV |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this causing the incorrect paths in activate.sh?
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:5.13.2 |
This PR build a minimal paraview using EGL on clariden.
It requires stackinator patch PR
eth-cscs/stackinator#129