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 @@ -21,7 +21,7 @@ module load CUDA/12.6.0

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

NAMD
====

# Available modules


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

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

```shell
module load NAMD/3.0.1-foss-2024a-CUDA-12.6.0
```

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

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

pybigtools
==========

# Available modules


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

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

```shell
module load pybigtools/0.1.2-gfbf-2023a
```

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

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|pybigtools/0.1.2-gfbf-2023a|-|x|x|x|x|x|x|
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
hide:
- toc
---

scatac_fragment_tools
=====================

# Available modules


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

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

```shell
module load scatac_fragment_tools/0.1.0-foss-2023a
```

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

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|scatac_fragment_tools/0.1.0-foss-2023a|-|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: Tue, 17 Jun 2025 at 15:45:42 CEST # This line is automatically updated by scripts/available_modules/available_modules.py
modules_last_updated: Wed, 18 Jun 2025 at 15:45:43 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