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 [25 September 2024, 11:03] #735

Merged
Merged
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.

Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ The overview below shows which FLUENT installations are available per HPC-UGent
To start using FLUENT, load one of these modules using a `module load` command like:

```shell
module load FLUENT/2024R1
module load FLUENT/2024R2
```

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

| |accelgor|doduo|donphan|gallade|joltik|shinx|skitty|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|FLUENT/2024R2|-|-|x|-|x|x|-|
|FLUENT/2024R1|x|x|x|x|x|-|x|
|FLUENT/2023R1|x|x|x|x|x|-|x|
|FLUENT/2022R1|-|x|x|-|x|-|x|
Expand Down
3 changes: 2 additions & 1 deletion mkdocs/docs/HPC/only/gent/available_software/detail/ISA-L.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ The overview below shows which ISA-L installations are available per HPC-UGent T
To start using ISA-L, load one of these modules using a `module load` command like:

```shell
module load ISA-L/2.30.0-GCCcore-12.3.0
module load ISA-L/2.31.0-GCCcore-13.2.0
```

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

| |accelgor|doduo|donphan|gallade|joltik|shinx|skitty|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|ISA-L/2.31.0-GCCcore-13.2.0|x|x|x|-|x|x|x|
|ISA-L/2.30.0-GCCcore-12.3.0|x|x|x|x|x|x|x|
|ISA-L/2.30.0-GCCcore-11.3.0|x|x|x|x|x|-|x|
|ISA-L/2.30.0-GCCcore-11.2.0|x|x|x|-|x|-|x|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module load arrow-R/14.0.1-foss-2023a-R-4.3.2

| |accelgor|doduo|donphan|gallade|joltik|shinx|skitty|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|arrow-R/14.0.1-foss-2023a-R-4.3.2|-|-|-|-|-|x|-|
|arrow-R/14.0.1-foss-2023a-R-4.3.2|x|x|x|x|x|x|x|
|arrow-R/14.0.0.2-foss-2023a-R-4.3.2|x|x|x|x|x|-|x|
|arrow-R/11.0.0.3-foss-2022b-R-4.2.2|x|x|x|x|x|-|x|
|arrow-R/8.0.0-foss-2022a-R-4.2.1|x|x|x|x|x|-|x|
Expand Down
4 changes: 3 additions & 1 deletion mkdocs/docs/HPC/only/gent/available_software/detail/fastp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ The overview below shows which fastp installations are available per HPC-UGent T
To start using fastp, load one of these modules using a `module load` command like:

```shell
module load fastp/0.23.2-GCC-11.2.0
module load fastp/0.23.4-GCC-13.2.0
```

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

| |accelgor|doduo|donphan|gallade|joltik|shinx|skitty|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|fastp/0.23.4-GCC-13.2.0|x|x|x|-|x|x|x|
|fastp/0.23.4-GCC-12.3.0|x|x|x|-|x|x|x|
|fastp/0.23.2-GCC-11.2.0|x|x|x|-|x|-|x|
|fastp/0.20.1-iccifort-2020.1.217|-|x|x|-|x|-|-|
|fastp/0.20.0-iccifort-2019.5.281|-|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: Tue, 24 Sep 2024 at 11:05:13 CEST # This line is automatically updated by scripts/available_modules/available_modules.py
modules_last_updated: Wed, 25 Sep 2024 at 11:04:20 CEST # 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