Skip to content
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

Auto Update Modules [21 November 2024, 15:43] #789

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion mkdocs/docs/HPC/only/gent/available_software/detail/VASP.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ The overview below shows which VASP installations are available per HPC-UGent Ti
To start using VASP, load one of these modules using a `module load` command like:

```shell
module load VASP/6.4.2-gomkl-2023a-VASPsol-20210413-vtst-197-Wannier90-3.1.0
module load VASP/6.4.3-gomkl-2023b-VASPsol-20210413-vtst-204
```

*(This data was automatically generated on {{modules_last_updated}})*

| |accelgor|doduo|donphan|gallade|joltik|shinx|skitty|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|VASP/6.4.3-gomkl-2023b-VASPsol-20210413-vtst-204|x|x|x|x|-|x|x|
|VASP/6.4.2-gomkl-2023a-VASPsol-20210413-vtst-197-Wannier90-3.1.0|x|x|x|x|-|x|x|
|VASP/6.4.2-gomkl-2023a|x|x|x|x|-|x|x|
|VASP/6.4.2-gomkl-2021a-VASPsol-20210413-vtst-197-Wannier90-3.1.0|-|x|x|x|-|-|-|
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/extra/gent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hpcname: hpcugent
loginnode: login.hpc.ugent.be
loginhost: gligar07.gastly.os
altloginhost: gligar08.gastly.os
modules_last_updated: Mon, 18 Nov 2024 at 15:44:41 CET # This line is automatically updated by scripts/available_modules/available_modules.py
modules_last_updated: Thu, 21 Nov 2024 at 15:44:41 CET # This line is automatically updated by scripts/available_modules/available_modules.py
# get these with ssh-keyscan gligar01.ugent.be > file
# ssh-keygen -l -f file
# ssh-keygen -l -f file -E md5
Expand Down
Loading