-
Notifications
You must be signed in to change notification settings - Fork 30
Update test for ParaView/6.0 #374
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
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.
Pull Request Overview
This PR updates the ParaView test configuration to work with ParaView version 6.0, changing from hardcoded version-specific paths to dynamic symlink resolution. The update enables testing with a new uenv (user environment) for ParaView 6.0.0.
- Replace hardcoded ParaView 5.13 paths with dynamic symlink approach
- Add symlink creation commands to locate ParaView installation dynamically
- Update environment variable paths to use relative paths through symlinks
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
time_limit = '3m' | ||
executable = '/user-environment/ParaView-5.13/bin/pvbatch' | ||
executable = './ParaView/bin/pvbatch' | ||
# executable = '/user-environment/ParaView-5.13/bin/pvbatch' |
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.
Does it make sense to remove the comment?
'CATALYST_IMPLEMENTATION_NAME': 'paraview', | ||
'CATALYST_IMPLEMENTATION_PATHS': | ||
'/user-environment/ParaView-5.13/lib64/catalyst', | ||
'CATALYST_IMPLEMENTATION_PATHS': '$PWD/ParaView/lib64/catalyst', |
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.
Does it make sense to use /user-environment/Paraview
, instead of $PWD
?
need a deployed uenv
cscs-ci run alps-daint-uenv;MY_UENV=$PWD/paraview-silo-gh200-6.0.0-2025-08-08.squashfs (there is no deployed uenv yet)