Skip to content
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,11 +14,12 @@ The overview below shows which PnetCDF installations are available per HPC-UGent
To start using PnetCDF, load one of these modules using a `module load` command like:

```shell
module load PnetCDF/1.12.3-gompi-2023a
module load PnetCDF/1.13.0-gompi-2024a
```

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

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|PnetCDF/1.13.0-gompi-2024a|x|-|x|x|x|x|x|
|PnetCDF/1.12.3-gompi-2023a|x|x|-|x|-|x|x|
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ The overview below shows which netCDF-C++4 installations are available per HPC-U
To start using netCDF-C++4, load one of these modules using a `module load` command like:

```shell
module load netCDF-C++4/4.3.1-gompi-2023a
module load netCDF-C++4/4.3.1-gompi-2024a
```

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

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|netCDF-C++4/4.3.1-gompi-2024a|x|-|x|x|x|x|x|
|netCDF-C++4/4.3.1-gompi-2023a|x|x|-|x|-|x|x|
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ The overview below shows which py-cpuinfo installations are available per HPC-UG
To start using py-cpuinfo, load one of these modules using a `module load` command like:

```shell
module load py-cpuinfo/9.0.0-GCCcore-13.2.0
module load py-cpuinfo/9.0.0-GCCcore-13.3.0
```

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

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|py-cpuinfo/9.0.0-GCCcore-13.3.0|x|x|x|x|x|x|x|
|py-cpuinfo/9.0.0-GCCcore-13.2.0|x|x|x|x|x|x|x|
|py-cpuinfo/9.0.0-GCCcore-12.3.0|x|x|x|x|x|x|x|
3 changes: 2 additions & 1 deletion mkdocs/docs/HPC/only/gent/available_software/detail/zarr.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ The overview below shows which zarr installations are available per HPC-UGent Ti
To start using zarr, load one of these modules using a `module load` command like:

```shell
module load zarr/2.18.3-foss-2023b
module load zarr/2.18.4-foss-2024a
```

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

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|zarr/2.18.4-foss-2024a|x|x|x|x|x|x|x|
|zarr/2.18.3-foss-2023b|x|x|x|x|x|x|x|
|zarr/2.17.1-foss-2023a|x|x|x|x|x|x|x|
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: gligar09.gastly.os
altloginhost: gligar10.gastly.os
modules_last_updated: Thu, 03 Apr 2025 at 15:45:32 CEST # This line is automatically updated by scripts/available_modules/available_modules.py
modules_last_updated: Fri, 04 Apr 2025 at 15:45:35 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