Skip to content

Commit

Permalink
update overview of available software
Browse files Browse the repository at this point in the history
  • Loading branch information
trz42 authored and github-actions[bot] committed Oct 2, 2024
1 parent ef9e09d commit 2d3142c
Show file tree
Hide file tree
Showing 11 changed files with 207 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/available_software/data/json_data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/available_software/data/json_data_detail.json

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions docs/available_software/detail/FLTK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
hide:
- toc
---

FLTK
====


FLTK is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation.

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


The overview below shows which FLTK installations are available per target architecture in EESSI, ordered based on software version (new to old).

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

```shell
module load FLTK/1.3.8-GCCcore-12.3.0
```

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

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

FreeImage
=========


FreeImage is an Open Source library project for developers who would like to support popular graphicsimage formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy touse, fast, multithreading safe.

http://freeimage.sourceforge.net
# Available modules


The overview below shows which FreeImage installations are available per target architecture in EESSI, ordered based on software version (new to old).

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

```shell
module load FreeImage/3.18.0-GCCcore-12.3.0
```

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

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

SLEPc
=====


SLEPc (Scalable Library for Eigenvalue Problem Computations) is a software library for the solution of large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial SVD of a large, sparse, rectangular matrix, and to solve quadratic eigenvalue problems.

https://slepc.upv.es
# Available modules


The overview below shows which SLEPc installations are available per target architecture in EESSI, ordered based on software version (new to old).

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

```shell
module load SLEPc/3.20.1-foss-2023a
```

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

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

basemap
=======


The matplotlib basemap toolkit is a library for plotting 2D data on maps in Python

https://matplotlib.org/basemap/
# Available modules


The overview below shows which basemap installations are available per target architecture in EESSI, ordered based on software version (new to old).

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

```shell
module load basemap/1.3.9-foss-2023a
```

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

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|basemap/1.3.9-foss-2023a|x|x|x|x|x|x|x|x|x|


### basemap/1.3.9-foss-2023a

This is a list of extensions included in the module:

basemap-1.3.9, basemap_data-1.3.9, pyshp-2.3.1
28 changes: 28 additions & 0 deletions docs/available_software/detail/gmsh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
hide:
- toc
---

gmsh
====


Gmsh is a 3D finite element grid generator with a build-in CAD engine and post-processor.

https://gmsh.info/
# Available modules


The overview below shows which gmsh installations are available per target architecture in EESSI, ordered based on software version (new to old).

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

```shell
module load gmsh/4.12.2-foss-2023a
```

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

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

occt
====


Open CASCADE Technology (OCCT) is an object-oriented C++class library designed for rapid production of sophisticated domain-specificCAD/CAM/CAE applications.

https://www.opencascade.com/
# Available modules


The overview below shows which occt installations are available per target architecture in EESSI, ordered based on software version (new to old).

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

```shell
module load occt/7.8.0-GCCcore-12.3.0
```

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

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|occt/7.8.0-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|
2 changes: 1 addition & 1 deletion docs/available_software/detail/tbb.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ module load tbb/2021.13.0-GCCcore-13.2.0
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|tbb/2021.13.0-GCCcore-13.2.0|-|-|-|x|x|x|x|x|x|
|tbb/2021.11.0-GCCcore-12.3.0|-|-|-|x|x|x|x|x|x|
|tbb/2021.11.0-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|
|tbb/2021.10.0-GCCcore-12.2.0|x|x|x|x|x|x|-|x|x|
28 changes: 28 additions & 0 deletions docs/available_software/detail/xprop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
hide:
- toc
---

xprop
=====


The xprop utility is for displaying window and font properties in an X server. One window or font is selected using the command line arguments or possibly in the case of a window, by clicking on the desired window. A list of properties is then given, possibly with formatting information.

https://www.x.org/wiki/
# Available modules


The overview below shows which xprop installations are available per target architecture in EESSI, ordered based on software version (new to old).

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

```shell
module load xprop/1.2.6-GCCcore-12.3.0
```

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

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|xprop/1.2.6-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ extra:
- icon: fontawesome/brands/twitter
link: https://twitter.com/eessi_hpc
# this gets auto-updated via update_generated_time.sh script run in update_available_software.yml action
generated_time: "Tue, 01 Oct 2024 at 01:47:58 UTC"
generated_time: "Wed, 02 Oct 2024 at 01:37:45 UTC"
extra_javascript:
# mermaid diagram
- https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs
Expand Down

0 comments on commit 2d3142c

Please sign in to comment.