Skip to content
Snippets Groups Projects
Commit ea599a37 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Thu, 31 Mar 2022 10:56:07 +0200

parent 5440cd50
No related branches found
No related tags found
No related merge requests found
Pipeline #25844 failed
...@@ -85,6 +85,7 @@ DFTB+/21.1-intel-2020b-Python-3.8.6-karolina,2 ...@@ -85,6 +85,7 @@ DFTB+/21.1-intel-2020b-Python-3.8.6-karolina,2
DFTB+/21.2-intel-2020b,2 DFTB+/21.2-intel-2020b,2
Doxygen/1.8.20-GCCcore-10.2.0,2 Doxygen/1.8.20-GCCcore-10.2.0,2
Doxygen/1.9.1-GCCcore-10.3.0,2 Doxygen/1.9.1-GCCcore-10.3.0,2
DualSPHysics/5.0.175-GCC-11.2.0-CUDA-11.6.0,2
ELPA/2019.11.001-intel-2020b,2 ELPA/2019.11.001-intel-2020b,2
ELPA/2020.11.001-foss-2020b,2 ELPA/2020.11.001-foss-2020b,2
ELPA/2021.05.001-foss-2021a,2 ELPA/2021.05.001-foss-2021a,2
...@@ -218,8 +219,6 @@ Ninja/1.10.2-GCCcore-10.3.0,2 ...@@ -218,8 +219,6 @@ Ninja/1.10.2-GCCcore-10.3.0,2
Ninja/1.10.2-GCCcore-11.2.0,2 Ninja/1.10.2-GCCcore-11.2.0,2
ORCA/4.2.1-OpenMPI-3.1.4,2 ORCA/4.2.1-OpenMPI-3.1.4,2
ORCA/5.0.1-OpenMPI-4.1.1,2 ORCA/5.0.1-OpenMPI-4.1.1,2
OS7/activate,2
OS8/activate,2
OVITO/3.5.4-GCC-10.2.0-pro,2 OVITO/3.5.4-GCC-10.2.0-pro,2
Octave/6.4.0-intel-2020b-without-X11,2 Octave/6.4.0-intel-2020b-without-X11,2
OpenBLAS/0.3.12-GCC-10.2.0,2 OpenBLAS/0.3.12-GCC-10.2.0,2
......
...@@ -11,6 +11,12 @@ ...@@ -11,6 +11,12 @@
| [picard](https://broadinstitute.github.io/picard/) | A set of tools (in Java) for working with next generation sequencing data in the BAM format. | | [picard](https://broadinstitute.github.io/picard/) | A set of tools (in Java) for working with next generation sequencing data in the BAM format. |
| [snpEff](https://pcingola.github.io/SnpEff/) | SnpEff is a variant annotation and effect prediction tool. It annotates and predicts the effects of genetic variants (such as amino acid changes). | | [snpEff](https://pcingola.github.io/SnpEff/) | SnpEff is a variant annotation and effect prediction tool. It annotates and predicts the effects of genetic variants (such as amino acid changes). |
## Cae
| Module | Description |
| ------ | ----------- |
| [DualSPHysics](https://dual.sphysics.org/) | DualSPHysics is based on the Smoothed Particle Hydrodynamics model named SPHysics. The code is developed to study free-surface flow phenomena where Eulerian methods can be difficult to apply, such as waves or impact of dam-breaks on off-shore structures. DualSPHysics is a set of C++, CUDA and Java codes designed to deal with real-life engineering problems. |
## Chem ## Chem
| Module | Description | | Module | Description |
...@@ -269,8 +275,6 @@ ...@@ -269,8 +275,6 @@
| [networkx](https://pypi.python.org/pypi/networkx) | NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. | | [networkx](https://pypi.python.org/pypi/networkx) | NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. |
| [Ninja](https://ninja-build.org/) | Ninja is a small build system with a focus on speed. | | [Ninja](https://ninja-build.org/) | Ninja is a small build system with a focus on speed. |
| [numactl](https://github.com/numactl/numactl) | The numactl program allows you to run your application program on specific cpu's and memory nodes. It does this by supplying a NUMA memory policy to the operating system before running your program. The libnuma library provides convenient ways for you to add NUMA memory policies into your own program. | | [numactl](https://github.com/numactl/numactl) | The numactl program allows you to run your application program on specific cpu's and memory nodes. It does this by supplying a NUMA memory policy to the operating system before running your program. The libnuma library provides convenient ways for you to add NUMA memory policies into your own program. |
| [OS7](support.it4i.cz) | This module activates the installed modules from RHEL7 or CentOS7. Old modules may be incompatible with the new RHEL8 OS. Users using these modules use them at their own risk without warranty from IT4Innovations. |
| [OS8](support.it4i.cz) | This module activates the installed modules on RHEL8. |
| [parallel](https://savannah.gnu.org/projects/parallel/) | parallel: Build and execute shell commands in parallel | | [parallel](https://savannah.gnu.org/projects/parallel/) | parallel: Build and execute shell commands in parallel |
| [pigz](http://zlib.net/pigz/) | pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when local_compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries. | | [pigz](http://zlib.net/pigz/) | pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when local_compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries. |
| [re2c](https://re2c.org/) | re2c is a free and open-source lexer generator for C and C++. Its main goal is generating fast lexers: at least as fast as their reasonably optimized hand-coded counterparts. Instead of using traditional table-driven approach, re2c encodes the generated finite state automata directly in the form of conditional jumps and comparisons. | | [re2c](https://re2c.org/) | re2c is a free and open-source lexer generator for C and C++. Its main goal is generating fast lexers: at least as fast as their reasonably optimized hand-coded counterparts. Instead of using traditional table-driven approach, re2c encodes the generated finite state automata directly in the form of conditional jumps and comparisons. |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment