-
Notifications
You must be signed in to change notification settings - Fork 23
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
VASP: Add uenv tests for GH200 #248
Conversation
checks/apps/vasp/vasp_check.py
Outdated
self.skip(f'No makefile for uarch {self.uarch}') | ||
|
||
|
||
vasp_download_cmd = f'curl --retry 5 -u ${{CSCS_REGISTRY_USERNAME}}:${{CSCS_REGISTRY_PASSWORD}} -X GET https://jfrog.svc.cscs.ch/artifactory/uenv-sources/vasp/vasp-{self.version}.tar.bz2 -o vasp_src.tar.bz2' |
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.
1/ can you to give the user reframe (gid=djenkssl) permission to read:
https://jfrog.svc.cscs.ch/ui/repos/tree/EffectivePermission/uenv-sources/vasp/vasp-6.4.3.tar.bz2
2/ vasp_download_cmd is too long, break it down in multiplines please.
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.
The reframe
user has been added to the vasp6
group, so access should now be possible.
Co-authored-by: Jean-guillaume Piccinali <jgphpc@users.noreply.github.com>
Co-authored-by: Jean-guillaume Piccinali <jgphpc@users.noreply.github.com>
Co-authored-by: Jean-guillaume Piccinali <jgphpc@users.noreply.github.com>
Co-authored-by: Jean-guillaume Piccinali <jgphpc@users.noreply.github.com>
Co-authored-by: Jean-guillaume Piccinali <jgphpc@users.noreply.github.com>
Co-authored-by: Jean-guillaume Piccinali <jgphpc@users.noreply.github.com>
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.
Thanks @AdhocMan
Compilation and testing of VASP on GH200 using uenv.
The matching config file for the uenv is added in eth-cscs/alps-uenv#175.
Similar to #245,
CSCS_REGISTRY_USERNAME
andCSCS_REGISTRY_PASSWORD
need to be set to pull the uenv image.