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

add the detailed software pages #163

Merged
merged 2 commits into from
Jun 4, 2024
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
28 changes: 28 additions & 0 deletions docs/available_software/detail/ALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
hide:
- toc
---

ALL
===


A Load Balancing Library (ALL) aims to provide an easy way to include dynamicdomain-based load balancing into particle based simulation codes. The libraryis developed in the Simulation Laboratory Molecular Systems of the JülichSupercomputing Centre at Forschungszentrum Jülich.

https://gitlab.jsc.fz-juelich.de/SLMS/loadbalancing
# Available modules


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

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

```shell
module load ALL/0.9.2-foss-2023a
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|ALL/0.9.2-foss-2023a|x|x|x|x|x|x|x|x|
28 changes: 28 additions & 0 deletions docs/available_software/detail/AOFlagger.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
hide:
- toc
---

AOFlagger
=========


The AOFlagger is a tool that can find and remove radio-frequency interference (RFI)in radio astronomical observations. It can make use of Lua scripts to make flagging strategies flexible,and the tools are applicable to a wide set of telescopes.

https://aoflagger.readthedocs.io/
# Available modules


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

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

```shell
module load AOFlagger/3.4.0-foss-2023b
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|AOFlagger/3.4.0-foss-2023b|x|x|x|x|x|x|x|x|
29 changes: 29 additions & 0 deletions docs/available_software/detail/ATK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
hide:
- toc
---

ATK
===


ATK provides the set of accessibility interfaces that are implemented by other toolkits and applications. Using the ATK interfaces, accessibility tools have full access to view and control running applications.

https://developer.gnome.org/atk/
# Available modules


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

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

```shell
module load ATK/2.38.0-GCCcore-12.3.0
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|ATK/2.38.0-GCCcore-12.3.0|x|x|x|x|x|x|x|x|
|ATK/2.38.0-GCCcore-12.2.0|x|x|x|x|x|x|x|x|
28 changes: 28 additions & 0 deletions docs/available_software/detail/Abseil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
hide:
- toc
---

Abseil
======


Abseil is an open-source collection of C++ library code designed to augment theC++ standard library. The Abseil library code is collected from Google's ownC++ code base, has been extensively tested and used in production, and is thesame code we depend on in our daily coding lives.

https://abseil.io/
# Available modules


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

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

```shell
module load Abseil/20230125.3-GCCcore-12.3.0
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|Abseil/20230125.3-GCCcore-12.3.0|x|x|x|x|x|x|x|x|
29 changes: 29 additions & 0 deletions docs/available_software/detail/Armadillo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
hide:
- toc
---

Armadillo
=========


Armadillo is an open-source C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions.

https://arma.sourceforge.net/
# Available modules


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

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

```shell
module load Armadillo/12.8.0-foss-2023b
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|Armadillo/12.8.0-foss-2023b|x|x|x|x|x|x|x|x|
|Armadillo/11.4.3-foss-2022b|x|x|x|x|x|x|x|x|
30 changes: 30 additions & 0 deletions docs/available_software/detail/BLIS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
hide:
- toc
---

BLIS
====


BLIS is a portable software framework for instantiating high-performanceBLAS-like dense linear algebra libraries.

https://github.com/flame/blis/
# Available modules


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

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

```shell
module load BLIS/0.9.0-GCC-13.2.0
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|BLIS/0.9.0-GCC-13.2.0|x|x|x|x|x|x|x|x|
|BLIS/0.9.0-GCC-12.3.0|x|x|x|x|x|x|x|x|
|BLIS/0.9.0-GCC-12.2.0|x|x|x|x|x|x|x|x|
28 changes: 28 additions & 0 deletions docs/available_software/detail/BWA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
hide:
- toc
---

BWA
===


Burrows-Wheeler Aligner (BWA) is an efficient program that aligns relatively short nucleotide sequences against a long reference sequence such as the human genome.

http://bio-bwa.sourceforge.net/
# Available modules


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

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

```shell
module load BWA/0.7.17-20220923-GCCcore-12.3.0
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|BWA/0.7.17-20220923-GCCcore-12.3.0|x|x|x|x|x|x|x|x|
28 changes: 28 additions & 0 deletions docs/available_software/detail/Bazel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
hide:
- toc
---

Bazel
=====


Bazel is a build tool that builds code quickly and reliably.It is used to build the majority of Google's software.

https://bazel.io/
# Available modules


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

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

```shell
module load Bazel/6.3.1-GCCcore-12.3.0
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|Bazel/6.3.1-GCCcore-12.3.0|x|x|x|x|x|x|x|x|
35 changes: 35 additions & 0 deletions docs/available_software/detail/BeautifulSoup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
hide:
- toc
---

BeautifulSoup
=============


Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping.

https://www.crummy.com/software/BeautifulSoup
# Available modules


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

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

```shell
module load BeautifulSoup/4.12.2-GCCcore-12.3.0
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|BeautifulSoup/4.12.2-GCCcore-12.3.0|x|x|x|x|x|x|x|x|


### BeautifulSoup/4.12.2-GCCcore-12.3.0

This is a list of extensions included in the module:

BeautifulSoup-4.12.2, soupsieve-2.4.1
30 changes: 30 additions & 0 deletions docs/available_software/detail/Bison.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
hide:
- toc
---

Bison
=====


Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.

https://www.gnu.org/software/bison
# Available modules


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

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

```shell
module load Bison/3.8.2-GCCcore-13.2.0
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|Bison/3.8.2-GCCcore-13.2.0|x|x|x|x|x|x|x|x|
|Bison/3.8.2-GCCcore-12.3.0|x|x|x|x|x|x|x|x|
|Bison/3.8.2-GCCcore-12.2.0|x|x|x|x|x|x|x|x|
29 changes: 29 additions & 0 deletions docs/available_software/detail/Boost.MPI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
hide:
- toc
---

Boost.MPI
=========


Boost provides free peer-reviewed portable C++ source libraries.

https://www.boost.org/
# Available modules


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

To start using Boost.MPI, load one of these modules using a `module load` command like:

```shell
module load Boost.MPI/1.82.0-gompi-2023a
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|Boost.MPI/1.82.0-gompi-2023a|x|x|x|x|x|x|x|x|
|Boost.MPI/1.81.0-gompi-2022b|x|x|x|x|x|x|x|x|
28 changes: 28 additions & 0 deletions docs/available_software/detail/Boost.Python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
hide:
- toc
---

Boost.Python
============


Boost.Python is a C++ library which enables seamless interoperability between C++ and the Python programming language.

https://boostorg.github.io/python
# Available modules


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

To start using Boost.Python, load one of these modules using a `module load` command like:

```shell
module load Boost.Python/1.83.0-GCC-13.2.0
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|Boost.Python/1.83.0-GCC-13.2.0|x|x|x|x|x|x|x|x|
30 changes: 30 additions & 0 deletions docs/available_software/detail/Boost.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
hide:
- toc
---

Boost
=====


Boost provides free peer-reviewed portable C++ source libraries.

https://www.boost.org/
# Available modules


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

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

```shell
module load Boost/1.83.0-GCC-13.2.0
```

*(This data was automatically generated on Tue, 12 Mar 2024 at 18:02:07 CET)*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|Boost/1.83.0-GCC-13.2.0|x|x|x|x|x|x|x|x|
|Boost/1.82.0-GCC-12.3.0|x|x|x|x|x|x|x|x|
|Boost/1.81.0-GCC-12.2.0|x|x|x|x|x|x|x|x|
Loading
Loading