forked from EESSI/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update overview of available software
- Loading branch information
1 parent
ef9e09d
commit 2d3142c
Showing
11 changed files
with
207 additions
and
4 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters