-
Notifications
You must be signed in to change notification settings - Fork 41
Update QuantumESPRESSO documentation #69
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
Conversation
|
preview available: https://docs.tds.cscs.ch/69 |
|
preview available: https://docs.tds.cscs.ch/69 |
|
preview available: https://docs.tds.cscs.ch/69 |
RMeli
left a comment
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 @simonpintarelli for getting the migration started.
| ## ALPS (GH200) | ||
| ### Setup | ||
| Download the uenv image for QuantumESPRESSO: | ||
|
|
||
|
|
||
| ### List available images | ||
|
|
||
| ```bash | ||
| uenv image find quantumespresso | ||
| ``` | ||
|
|
||
| ### Pull the image of interest | ||
|
|
||
| ``` | ||
| uenv image pull quantumespresso/v7.4:v2 | ||
| ``` |
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.
I think this might be redundant with the UENV documentation, and we don't want to have to change this if the uenv interface changes. In CP2K I added the following after the description of the software at the very top.
cscs-docs/docs/software/sciapps/cp2k.md
Lines 13 to 16 in dca32a4
| !!! note "uenvs" | |
| [CP2K] is provided on [ALPS][platforms-on-alps] via [uenv][ref-uenv]. | |
| Please have a look at the [uenv documentation][ref-uenv] for more information about uenvs and how to use them. |
What do you think?
Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
|
preview available: https://docs.tds.cscs.ch/69 |
|
preview available: https://docs.tds.cscs.ch/69 |
1 similar comment
|
preview available: https://docs.tds.cscs.ch/69 |
|
preview available: https://docs.tds.cscs.ch/69 |
|
preview available: https://docs.tds.cscs.ch/69 |
RMeli
left a comment
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.
Last suggestion, otherwise LGTM. Thansk @simonpintarelli
| uenv start quantumespresso/v7.3.1 | ||
| MPICH_GPU_SUPPORT_ENABLED=1 srun [...] $SCRATCH/qe-env/view/bin/pw.x < pw.in | ||
| ``` | ||
| Note: The `pw.x` is linked to the uenv, it won't work without activating the uenv, also it will only work with the exact same version of the uenv. The physical installation path is in `$SCRATCH/spack`, deleting this directory will leave the anonymous spack environment created in 3. with dangling symlinks. |
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.
| Note: The `pw.x` is linked to the uenv, it won't work without activating the uenv, also it will only work with the exact same version of the uenv. The physical installation path is in `$SCRATCH/spack`, deleting this directory will leave the anonymous spack environment created in 3. with dangling symlinks. | |
| !!! warning | |
| The `pw.x` is linked to the uenv, it won't work without activating the uenv, also it will only work with the exact same version of the uenv. | |
| !!! warning | |
| The physical installation path is in `$SCRATCH/spack`, deleting this directory will leave the anonymous Spack environment created above with dangling symlinks. |
Preview: https://docs.tds.cscs.ch/69/software/sciapps/quantumespresso/