-
Notifications
You must be signed in to change notification settings - Fork 26
paraview: version 6 for zen2 #267
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
base: main
Are you sure you want to change the base?
Conversation
|
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:6.0.1 |
|
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:6.0.1 forgot to add the custom packages |
recipes/paraview/6.0.1/zen2/scripts/rc-submit-pvserver.sh.cmake
Outdated
Show resolved
Hide resolved
|
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:6.0.1 |
|
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:6.0.1 just checking if it still works after alignment with gh200 recipe |
f2bcc6d to
8a23b84
Compare
This is sister PR of #267 Excluding trivial differences (mainly EGL+CUDA vs OSMESA and related), these PRs share a lot, so I'll try to keep them as closest as possible.
This is sister PR of #267 Excluding trivial differences (mainly EGL+CUDA vs OSMESA and related), these PRs share a lot, so I'll try to keep them as closest as possible.
3f01cfd to
73bb8ea
Compare
|
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:6.0.1 get back working on this, let's see what's the status and what's missing |
|
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:6.0.1 there might be a problem with python packages due to spack/spack#51743 |
it was relying on PYTHONPATH, that after this spack commit has been removed
d4267c2 to
f21e77b
Compare
|
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:6.0.1 |
|
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:6.0.1 try again |
|
I have tested manually f21e77b and at least basic functionalities seem to work correctly.
The main difference is |
|
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:6.0.1 |
eab2e62 to
ad493c3
Compare
|
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:6.0.1 |
|
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:6.0.1 |
unfortunately, the upstream pacakge cannot be used yet due to conduit detection problem by vtk
This is sister PR of eth-cscs#267 Excluding trivial differences (mainly EGL+CUDA vs OSMESA and related), these PRs share a lot, so I'll try to keep them as closest as possible.
|
cscs-ci run alps;system=eiger;uarch=zen2;uenv=paraview:6.0.1 |
|
cscs-ci run alps;system=daint;uarch=gh200;uenv=paraview:6.0.1 |

This PR aims at updating the existing recipe for paraview 5.13 to build the new version 6.
I took the chance to update also to the new spack, and consequentially to also use the new stackinator.
Unfortunately it is not clear what are the main changes, but I'll try to point out the main things.
packages.yaml: introduced to add requirements (and not just use preferences)post-installsmall changes and improvementsenv-to-package.py: mainly, updated to deal with the new spack package structureTODO