-
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
|
||
# 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?
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.
No. All envs contain stuff like
export SPACK_ENV=/dev/shm/jenkssl/cp2k/2024.3/1502220409/environments/cp2k;
this is there to ensure that when a user wants to build a plugin against the installed paraview in the uenv, the paths are setup correctly for cmake to find things. A build-env generated during stackinator build has /dev/shm
paths set if that was the build location, this replaces them to make the uenv usable for custom development
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:5.13.2 |
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:5.13.2 |
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:5.13.2 |
This PR build a minimal paraview using EGL on clariden.
It requires stackinator patch PR
eth-cscs/stackinator#129