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 @@ -24,6 +24,7 @@ module load Clang/18.1.8-GCCcore-13.3.0
|Clang/18.1.8-GCCcore-13.3.0|x|x|x|x|x|x|x|
|Clang/17.0.6-GCCcore-13.2.0|x|x|x|x|x|x|x|
|Clang/17.0.0_20230515-GCCcore-12.3.0-CUDA-12.1.1|x|-|x|-|x|x|-|
|Clang/16.0.6-GCCcore-12.3.0-CUDA-12.1.1|x|-|-|-|x|x|-|
|Clang/16.0.6-GCCcore-12.3.0|x|x|x|x|x|x|x|
|Clang/16.0.4-GCCcore-12.2.0|-|-|-|-|-|x|x|
|Clang/13.0.1-GCCcore-11.3.0|-|-|-|-|-|x|x|
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ The overview below shows which PyOpenCL installations are available per HPC-UGen
To start using PyOpenCL, load one of these modules using a `module load` command like:

```shell
module load PyOpenCL/2023.1.4-foss-2023a
module load PyOpenCL/2023.1.4-foss-2023a-CUDA-12.1.1
```

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

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|PyOpenCL/2023.1.4-foss-2023a-CUDA-12.1.1|x|-|-|-|x|x|-|
|PyOpenCL/2023.1.4-foss-2023a|x|x|x|x|x|x|x|
24 changes: 24 additions & 0 deletions mkdocs/docs/HPC/only/gent/available_software/detail/Stata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
hide:
- toc
---

Stata
=====

# Available modules


The overview below shows which Stata installations are available per HPC-UGent Tier-2 cluster, ordered based on software version (new to old).

To start using Stata, load one of these modules using a `module load` command like:

```shell
module load Stata/18
```

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

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|Stata/18|x|x|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 devbio-napari installations are available per HPC
To start using devbio-napari, load one of these modules using a `module load` command like:

```shell
module load devbio-napari/0.11.0-foss-2023a
module load devbio-napari/0.11.0-foss-2023a-CUDA-12.1.1
```

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

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|devbio-napari/0.11.0-foss-2023a-CUDA-12.1.1|x|-|-|-|x|x|-|
|devbio-napari/0.11.0-foss-2023a|x|x|x|x|x|x|x|
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ module load ncurses/6.5-GCCcore-14.3.0
|ncurses/6.3|x|x|x|x|x|x|x|
|ncurses/6.2-GCCcore-11.2.0|-|-|-|-|-|x|x|
|ncurses/6.2|x|x|x|x|x|x|x|
|ncurses/5.9|x|x|x|x|x|x|x|
3 changes: 2 additions & 1 deletion mkdocs/docs/HPC/only/gent/available_software/detail/pocl.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ The overview below shows which pocl installations are available per HPC-UGent Ti
To start using pocl, load one of these modules using a `module load` command like:

```shell
module load pocl/4.0-GCC-12.3.0
module load pocl/4.0-GCC-12.3.0-CUDA-12.1.1
```

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

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|pocl/4.0-GCC-12.3.0-CUDA-12.1.1|x|-|-|-|x|x|-|
|pocl/4.0-GCC-12.3.0|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, 11 Sep 2025 at 15:45:57 CEST # This line is automatically updated by scripts/available_modules/available_modules.py
modules_last_updated: Fri, 12 Sep 2025 at 15:46:01 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