From 35b97aee4bd4370a35f63da654cbfe270a7f6aaa Mon Sep 17 00:00:00 2001 From: tanmoy1989 Date: Fri, 23 Feb 2024 16:56:56 +0000 Subject: [PATCH 1/2] Adding software.markdown page --- software.markdown | 11117 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 11117 insertions(+) create mode 100644 software.markdown diff --git a/software.markdown b/software.markdown new file mode 100644 index 0000000..5d14aa6 --- /dev/null +++ b/software.markdown @@ -0,0 +1,11117 @@ +--- +layout: page +title: Software Catalogue +permalink: /software/ +nav_order: 4 +--- +The table shows here provides a concise overview of various software modules available within the environment modules system. Each row of the table represents a different software module and includes its name, a brief description, and available versions. This table serves as a convenient reference for users to explore and select the appropriate software modules based on their requirements. For more information on how to utilize these modules within the environment modules system, please refer to the documentation on environment modules provided [here](/gettingstarted/software/modules#Environment modules). + +## Module list + +Module Name | Description | Versions +------- | ------- | ------- +Advisor | Vectorization Optimization and Thread Prototyping - Vectorize & thread code or performance dies - Easy workflow + data + tips = faster code faster - Prioritize, Prototype & Predict performance gain | [Advisor/2021.4.0](#advisor202140)
+aiohttp | Asynchronous HTTP client/server framework for asyncio and Python. | [aiohttp/3.8.1](#aiohttp381)
[aiohttp/3.8.3](#aiohttp383)
+Albumentations | Albumentations is a Python library for fast and flexible image augmentations | [Albumentations/1.3.0](#albumentations130)
+AlphaFold | AlphaFold can predict protein structures with atomic accuracy even where no similar structure is known | [AlphaFold/2.1.1](#alphafold211)
+ant | Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. | [ant/1.10.12-Java-11](#ant11012-java-11)
[ant/1.10.9-Java-11](#ant1109-java-11)
+AOCC | AMD Optimized C/C++ & Fortran compilers (AOCC) based on LLVM 13.0 | [AOCC/3.2.0](#aocc320)
+AOCL | AMD Optimized libraries (AOCL) based on LLVM 13.0 | [AOCL/4.0-ilp64](#aocl40-ilp64)
[AOCL/4.0-lp64](#aocl40-lp64)
+archspec | A library for detecting, labeling, and reasoning about microarchitectures | [archspec/0.1.3](#archspec013)
+Arm-Forge | Arm Forge includes a graphical debugger, parallel profiler, and an application performance reports tool. | [Arm-Forge/22.1.1](#arm-forge2211)
+Arrow | Apache Arrow (incl. PyArrow Python bindings), a cross-language development platform for in-memory data. | [Arrow/6.0.0](#arrow600)
+arrow-R | R interface to the Apache Arrow C++ library | [arrow-R/6.0.0.2-R-4.1.2](#arrow-r6002-r-412)
+ASE | ASE is a python package providing an open source Atomic Simulation Environment in the Python scripting language.From version 3.20.1 we also include the ase-ext package, it contains optional reimplementationsin C of functions in ASE. ASE uses it automatically when installed. | [ASE/3.20.1](#ase3201)
[ASE/3.21.1](#ase3211)
[ASE/3.22.0](#ase3220)
[ASE/3.22.1](#ase3221)
+aston | Enables access to Aston modules. | [aston](#aston)
+at-spi2-atk | AT-SPI 2 toolkit bridge | [at-spi2-atk/2.38.0](#at-spi2-atk2380)
+at-spi2-core | Assistive Technology Service Provider Interface. | [at-spi2-core/2.38.0](#at-spi2-core2380)
[at-spi2-core/2.44.1](#at-spi2-core2441)
+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. | [ATK/2.36.0](#atk2360)
[ATK/2.38.0](#atk2380)
+AUGUSTUS | AUGUSTUS is a program that predicts genes in eukaryotic genomic sequences | [AUGUSTUS/3.5.0](#augustus350)
+Autoconf | Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of M4 macro calls. | [Autoconf/2.69](#autoconf269)
[Autoconf/2.71](#autoconf271)
[Autoconf/2.71-GCCcore-11.3.0](#autoconf271-gcccore-1130)
+Automake | Automake: GNU Standards-compliant Makefile generator | [Automake/1.16.1](#automake1161)
[Automake/1.16.2](#automake1162)
[Automake/1.16.3](#automake1163)
[Automake/1.16.4](#automake1164)
[Automake/1.16.5](#automake1165)
[Automake/1.16.5-GCCcore-11.3.0](#automake1165-gcccore-1130)
+Autotools | This bundle collect the standard GNU build tools: Autoconf, Automake and libtool | [Autotools/20180311](#autotools20180311)
[Autotools/20200321](#autotools20200321)
[Autotools/20210128](#autotools20210128)
[Autotools/20210726](#autotools20210726)
[Autotools/20220317](#autotools20220317)
[Autotools/20220317-GCCcore-11.3.0](#autotools20220317-gcccore-1130)
+BamTools | BamTools provides both a programmer's API and an end-user's toolkit for handling BAM files. | [BamTools/2.5.2](#bamtools252)
+Bazel | Bazel is a build tool that builds code quickly and reliably.It is used to build the majority of Google's software. | [Bazel/0.26.1](#bazel0261)
[Bazel/3.7.2](#bazel372)
[Bazel/5.1.1](#bazel511)
[Bazel/5.1.1-GCCcore-11.3.0](#bazel511-gcccore-1130)
+BCFtools | Samtools is a suite of programs for interacting with high-throughput sequencing data. BCFtools - Reading/writing BCF2/VCF/gVCF files and calling/filtering/summarising SNP and short indel sequence variants | [BCFtools/1.15.1](#bcftools1151)
+BeautifulSoup | Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping. | [BeautifulSoup/4.10.0](#beautifulsoup4100)
[BeautifulSoup/4.9.3](#beautifulsoup493)
+binutils | binutils: GNU binary utilities | [binutils/2.32](#binutils232)
[binutils/2.34](#binutils234)
[binutils/2.35](#binutils235)
[binutils/2.36.1](#binutils2361)
[binutils/2.37](#binutils237)
[binutils/2.38](#binutils238)
[binutils/2.38-GCCcore-11.3.0](#binutils238-gcccore-1130)
[binutils/2.39](#binutils239)
+BioPerl | Bioperl is the product of a community effort to produce Perl code which is useful in biology. Examples include Sequence objects, Alignment objects and database searching objects. | [BioPerl/1.7.8](#bioperl178)
+Biopython | Biopython is a set of freely available tools for biological computation written in Python by an international team of developers. It is a distributed collaborative effort to develop Python libraries and applications which address the needs of current and future work in bioinformatics. | [Biopython/1.78](#biopython178)
+birmingham | Enables access to Birmingham modules. | [birmingham](#birmingham)
+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. | [Bison/3.3.2](#bison332)
[Bison/3.5.3](#bison353)
[Bison/3.7.1](#bison371)
[Bison/3.7.6](#bison376)
[Bison/3.8.2](#bison382)
[Bison/3.8.2-GCCcore-11.3.0](#bison382-gcccore-1130)
+BLAST+ | Basic Local Alignment Search Tool, or BLAST, is an algorithm for comparing primary biological sequence information, such as the amino-acid sequences of different proteins or the nucleotides of DNA sequences. | [BLAST+/2.13.0](#blast2130)
+BLIS | AMD's fork of BLIS. BLIS is a portable software framework for instantiating high-performanceBLAS-like dense linear algebra libraries. | [BLIS/0.8.1](#blis081)
[BLIS/0.9.0](#blis090)
[BLIS/3.0.1-amd](#blis301-amd)
+Blosc | Blosc, an extremely fast, multi-threaded, meta-compressor library | [Blosc/1.21.3](#blosc1213)
+Blosc2 | Blosc, an extremely fast, multi-threaded, meta-compressor library | [Blosc2/2.4.3](#blosc2243)
[Blosc2/2.6.1](#blosc2261)
+bokeh | Statistical and novel interactive HTML plots for Python | [bokeh/2.2.3](#bokeh223)
[bokeh/2.4.3](#bokeh243)
+Boost | Boost provides free peer-reviewed portable C++ source libraries. | [Boost/1.71.0](#boost1710)
[Boost/1.72.0](#boost1720)
[Boost/1.74.0](#boost1740)
[Boost/1.76.0](#boost1760)
[Boost/1.77.0](#boost1770)
[Boost/1.79.0](#boost1790)
[Boost/1.81.0](#boost1810)
+Boost.MPI | Boost provides free peer-reviewed portable C++ source libraries. | [Boost.MPI/1.79.0](#boostmpi1790)
+Boost.Python | Boost.Python is a C++ library which enables seamless interoperability between C++ and the Python programming language. | [Boost.Python/1.71.0](#boostpython1710)
[Boost.Python/1.74.0](#boostpython1740)
+Brotli | Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.The specification of the Brotli Compressed Data Format is defined in RFC 7932. | [Brotli/1.0.9](#brotli109)
+Brunsli | Brunsli is a lossless JPEG repacking library. | [Brunsli/0.1](#brunsli01)
+bzip2 | bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression. | [bzip2/1.0.8](#bzip2108)
[bzip2/1.0.8-GCCcore-11.3.0](#bzip2108-gcccore-1130)
+cairo | Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB | [cairo/1.16.0](#cairo1160)
[cairo/1.17.4](#cairo1174)
+Catch2 | A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later | [Catch2/2.13.9](#catch22139)
+CFITSIO | CFITSIO is a library of C and Fortran subroutines for reading and writing data files inFITS (Flexible Image Transport System) data format. | [CFITSIO/4.2.0](#cfitsio420)
+CGAL | The goal of the CGAL Open Source Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. | [CGAL/4.11.1-Python-2.7.16](#cgal4111-python-2716)
[CGAL/4.14.1-Python-3.7.4](#cgal4141-python-374)
[CGAL/4.14.3](#cgal4143)
[CGAL/4.14.3-Python-3.8.2](#cgal4143-python-382)
[CGAL/5.2](#cgal52)
+CGNS | The CGNS system is designed to facilitate the exchange of data between sites and applications, and to help stabilize the archiving of aerodynamic data. | [CGNS/4.3.0](#cgns430)
+CharLS | CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless imagecompression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000compression ratios. | [CharLS/2.4.1](#charls241)
+Check | Check is a unit testing framework for C. It features a simple interface fordefining unit tests, putting little in the way of the developer. Tests arerun in a separate address space, so both assertion failures and code errorsthat cause segmentation faults or other signals can be caught. Test resultsare reportable in the following: Subunit, TAP, XML, and a generic loggingformat. | [Check/0.15.2](#check0152)
+Clang | C, C++, Objective-C compiler, based on LLVM. Does not include C++ standard library -- use libstdc++ from GCC. | [Clang/11.0.1](#clang1101)
+Clang-Python-bindings | Python bindings for libclang | [Clang-Python-bindings/11.0.1](#clang-python-bindings1101)
+CMake | CMake, the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. | [CMake/3.15.3](#cmake3153)
[CMake/3.16.4](#cmake3164)
[CMake/3.18.4](#cmake3184)
[CMake/3.20.1](#cmake3201)
[CMake/3.21.1](#cmake3211)
[CMake/3.22.1](#cmake3221)
[CMake/3.23.1](#cmake3231)
[CMake/3.23.1-GCCcore-11.3.0](#cmake3231-gcccore-1130)
[CMake/3.24.3](#cmake3243)
+CP2K | CP2K is a freely available (GPL) program, written in Fortran 95, to perform atomistic and molecular simulations of solid state, liquid, molecular and biological systems. It provides a general framework for different methods such as e.g. density functional theory (DFT) using a mixed Gaussian and plane waves approach (GPW), and classical pair and many-body potentials. | [CP2K/7.1](#cp2k71)
[CP2K/8.2](#cp2k82)
+cppy | A small C++ header library which makes it easier to writePython extension modules. The primary feature is a PyObject smart pointerwhich automatically handles reference counting and provides conveniencemethods for performing common object operations. | [cppy/1.2.1](#cppy121)
+ctffind | Program for finding CTFs of electron micrographs. | [ctffind/4.1.14](#ctffind4114)
+CUDA | CUDA (formerly Compute Unified Device Architecture) is a parallel computing platform and programming model created by NVIDIA and implemented by the graphics processing units (GPUs) that they produce. CUDA gives developers access to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs. | [CUDA/10.1.243](#cuda101243)
[CUDA/11.1.1](#cuda1111)
[CUDA/11.3.1](#cuda1131)
[CUDA/11.4.1](#cuda1141)
[CUDA/11.5.0](#cuda1150)
[CUDA/11.6.0](#cuda1160)
[CUDA/11.7.0](#cuda1170)
[CUDA/8.0.61](#cuda8061)
+CUDAcore | CUDA (formerly Compute Unified Device Architecture) is a parallel computing platform and programming model created by NVIDIA and implemented by the graphics processing units (GPUs) that they produce. CUDA gives developers access to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs. | [CUDAcore/11.1.1](#cudacore1111)
[CUDAcore/11.5.1](#cudacore1151)
+cuDNN | The NVIDIA CUDA Deep Neural Network library (cuDNN) isa GPU-accelerated library of primitives for deep neural networks. | [cuDNN/7.6.4.38](#cudnn76438)
[cuDNN/8.0.4.30-CUDA-11.1.1](#cudnn80430-cuda-1111)
[cuDNN/8.2.1.32-CUDA-11.3.1](#cudnn82132-cuda-1131)
[cuDNN/8.3.2.44-CUDA-11.5.0](#cudnn83244-cuda-1150)
[cuDNN/8.4.1.50-CUDA-11.7.0](#cudnn84150-cuda-1170)
+CuPy | CuPy is an open-source array library accelerated with NVIDIA CUDA. | [CuPy/8.5.0](#cupy850)
+cURL | libcurl is a free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more. | [cURL/7.66.0](#curl7660)
[cURL/7.69.1](#curl7691)
[cURL/7.72.0](#curl7720)
[cURL/7.76.0](#curl7760)
[cURL/7.78.0](#curl7780)
[cURL/7.83.0](#curl7830)
[cURL/7.83.0-GCCcore-11.3.0](#curl7830-gcccore-1130)
[cURL/7.86.0](#curl7860)
+cuTENSOR | The cuTENSOR Library is a GPU-accelerated tensor linear algebra library providing tensor contraction, reduction and elementwise operations. | [cuTENSOR/1.2.2.5-CUDA-11.1.1](#cutensor1225-cuda-1111)
+Cython | Cython is an optimising static compiler for both the Python programminglanguage and the extended Cython programming language (based on Pyrex). | [Cython/0.29.22](#cython02922)
+dask | Dask natively scales Python. Dask provides advanced parallelism for analytics, enabling performance at scale for the tools you love. | [dask/2021.2.0](#dask202120)
[dask/2022.10.0](#dask2022100)
+DB | Berkeley DB enables the development of custom data management solutions, without the overhead traditionally associated with such custom projects. | [DB/18.1.32](#db18132)
[DB/18.1.40](#db18140)
[DB/18.1.40-GCCcore-11.3.0](#db18140-gcccore-1130)
+DB_File | Perl5 access to Berkeley DB version 1.x. | [DB_File/1.858](#db_file1858)
+DBus | D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a "single instance" application or daemon, and to launch applications and daemons on demand when their services are needed. | [DBus/1.13.12](#dbus11312)
[DBus/1.13.18](#dbus11318)
[DBus/1.14.0](#dbus1140)
+deepdiff | DeepDiff: Deep Difference of dictionaries, iterables and almost any other object recursively. | [deepdiff/5.7.0](#deepdiff570)
[deepdiff/5.8.1](#deepdiff581)
+DFTB+ | DFTB+ is a fast and efficient versatile quantum mechanical simulation package.It is based on the Density Functional Tight Binding (DFTB) method, containingalmost all of the useful extensions which have been developed for the DFTBframework so far. Using DFTB+ you can carry out quantum mechanical simulationslike with ab-initio density functional theory based packages, but in anapproximate way gaining typically around two order of magnitude in speed. | [DFTB+/20.2.1](#dftb2021)
+dftd3-lib | This is a repackaged version of the DFTD3 program by S. Grimme and his coworkers.The original program (V3.1 Rev 1) was downloaded at 2016-04-03. It has beenconverted to free format and encapsulated into modules. | [dftd3-lib/0.9](#dftd3-lib09)
+DGL | DGL is an easy-to-use, high performance and scalable Python package for deep learning on graphs.DGL is framework agnostic, meaning if a deep graph model is a component of an end-to-end application, the restof the logics can be implemented in any major frameworks, such as PyTorch, Apache MXNet or TensorFlow. | [DGL/0.9.0](#dgl090)
+dijitso | dijitso is a Python module for distributed just-in-time shared library building. | [dijitso/2019.1.0-Python-3.7.4](#dijitso201910-python-374)
+dill | dill extends python's pickle module for serializing and de-serializing python objects to the majority of the built-in python types. Serialization is the process of converting an object to a byte stream, and the inverse of which is converting a byte stream back to on python object hierarchy. | [dill/0.3.6](#dill036)
[dill/0.3.6-GCCcore-11.3.0](#dill036-gcccore-1130)
+dm-tree | dm-tree provides tree, a library for working with nested data structures. In a way,tree generalizes the builtin map function which only supports flat sequences, andallows to apply a function to each "leaf" preserving the overall structure. | [dm-tree/0.1.8](#dm-tree018)
[dm-tree/0.1.8-GCCcore-11.3.0](#dm-tree018-gcccore-1130)
+DMTCP | DMTCP is a tool to transparently checkpoint the state of multiplesimultaneous applications, including multi-threaded and distributed applications.It operates directly on the user binary executable, without any Linux kernel modulesor other kernel modifications. | [DMTCP/2.6.0](#dmtcp260)
+DOLFIN | DOLFIN is the C++/Python interface of FEniCS, providing a consistent PSE (Problem Solving Environment) for ordinary and partial differential equations. | [DOLFIN/2019.1.0.post0-Python-3.7.4](#dolfin201910post0-python-374)
+double-conversion | Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles. | [double-conversion/3.1.4](#double-conversion314)
[double-conversion/3.1.5](#double-conversion315)
[double-conversion/3.2.0](#double-conversion320)
[double-conversion/3.2.0-GCCcore-11.3.0](#double-conversion320-gcccore-1130)
+Doxygen | Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D. | [Doxygen/1.8.16](#doxygen1816)
[Doxygen/1.8.17](#doxygen1817)
[Doxygen/1.8.20](#doxygen1820)
[Doxygen/1.9.1](#doxygen191)
[Doxygen/1.9.4](#doxygen194)
+EasyBuild | EasyBuild is a software build and installation framework written in Python that allows you to install software in a structured, repeatable and robust way. | [EasyBuild/4.4.1](#easybuild441)
[EasyBuild/4.4.2](#easybuild442)
[EasyBuild/4.5.0](#easybuild450)
[EasyBuild/4.5.1](#easybuild451)
[EasyBuild/4.5.2](#easybuild452)
[EasyBuild/4.5.3](#easybuild453)
[EasyBuild/4.6.0](#easybuild460)
[EasyBuild/4.6.1](#easybuild461)
[EasyBuild/4.6.2](#easybuild462)
[EasyBuild/4.7.0](#easybuild470)
[EasyBuild/4.7.1](#easybuild471)
[EasyBuild/4.7.2](#easybuild472)
[EasyBuild/4.8.1](#easybuild481)
[EasyBuild/4.8.2](#easybuild482)
[EasyBuild/4.9.0](#easybuild490)
+ecCodes | ecCodes is a package developed by ECMWF which provides an application programming interface and a set of tools for decoding and encoding messages in the following formats: WMO FM-92 GRIB edition 1 and edition 2, WMO FM-94 BUFR edition 3 and edition 4, WMO GTS abbreviated header (only decoding). | [ecCodes/2.27.0](#eccodes2270)
+Eigen | Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. | [Eigen/3.3.7](#eigen337)
[Eigen/3.3.8](#eigen338)
[Eigen/3.3.9](#eigen339)
[Eigen/3.4.0](#eigen340)
[Eigen/3.4.0-GCCcore-11.3.0](#eigen340-gcccore-1130)
+elfutils | The elfutils project provides libraries and tools for ELF files and DWARF data. | [elfutils/0.187](#elfutils0187)
+ELPA | Eigenvalue SoLvers for Petaflop-Applications. | [ELPA/2019.11.001](#elpa201911001)
[ELPA/2020.11.001](#elpa202011001)
[ELPA/2021.05.001](#elpa202105001)
[ELPA/2021.11.001](#elpa202111001)
[ELPA/2022.11.001](#elpa202211001)
+ELSI | ELSI provides and enhances scalable, open-source software library solutions for electronic structure calculations in materials science, condensed matter physics, chemistry, and many other fields. ELSI focuses on methods that solve or circumvent eigenvalue problems in electronic structure theory. The ELSI infrastructure should also be useful for other challenging eigenvalue problems. | [ELSI/2.7.1-PEXSI](#elsi271-pexsi)
+Exonerate | Exonerate is a generic tool for pairwise sequence comparison. It allows you to align sequences using a many alignment models, using either exhaustive dynamic programming, or a variety of heuristics. | [Exonerate/2.4.0](#exonerate240)
+expat | Expat is an XML parser library written in C. It is a stream-oriented parserin which an application registers handlers for things the parser might findin the XML document (like start tags). | [expat/2.2.7](#expat227)
[expat/2.2.9](#expat229)
[expat/2.4.1](#expat241)
[expat/2.4.8](#expat248)
[expat/2.4.8-GCCcore-11.3.0](#expat248-gcccore-1130)
[expat/2.4.9](#expat249)
+expecttest | This library implements expect tests (also known as "golden" tests). Expect tests are a method of writing tests where instead of hard-coding the expected output of a test, you run the test to get the output, and the test framework automatically populates the expected output. If the output of the test changes, you can rerun the test with the environment variable EXPECTTEST_ACCEPT=1 to automatically update the expected output. | [expecttest/0.1.3](#expecttest013)
+FEniCS | FEniCS is a computing platform for solving partial differential equations (PDEs). | [FEniCS/2019.1.0-Python-3.7.4](#fenics201910-python-374)
+FFC | The FEniCS Form Compiler (FFC) is a compiler for finite element variational forms. | [FFC/2019.1.0.post0-Python-3.7.4](#ffc201910post0-python-374)
+FFmpeg | A complete, cross-platform solution to record, convert and stream audio and video. | [FFmpeg/4.2.1](#ffmpeg421)
[FFmpeg/4.2.2](#ffmpeg422)
[FFmpeg/4.3.1](#ffmpeg431)
[FFmpeg/4.3.2](#ffmpeg432)
[FFmpeg/4.4.2](#ffmpeg442)
+FFTW | FFTW is a C subroutine library for computing the discrete Fourier transform (DFT)in one or more dimensions, of arbitrary input size, and of both real and complex data. | [FFTW/3.3.10](#fftw3310)
[FFTW/3.3.8](#fftw338)
[FFTW/3.3.8-amd](#fftw338-amd)
[FFTW/3.3.9](#fftw339)
+FFTW.MPI | FFTW is a C subroutine library for computing the discrete Fourier transform (DFT)in one or more dimensions, of arbitrary input size, and of both real and complex data. | [FFTW.MPI/3.3.10](#fftwmpi3310)
+FHI-vibes | FHI-vibes is a python package for calculating, analyzing, and understanding the vibrational properties of solids from first principles. | [FHI-vibes/1.0.4](#fhi-vibes104)
+FIAT | The FInite element Automatic Tabulator (FIAT) supportsgeneration of arbitrary order instances of the Lagrange elements onlines, triangles, and tetrahedra. It is also capable of generatingarbitrary order instances of Jacobi-type quadrature rules on the sameelement shapes. | [FIAT/2019.1.0-Python-3.7.4](#fiat201910-python-374)
+FLAC | FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaningthat audio is compressed in FLAC without any loss in quality. | [FLAC/1.3.3](#flac133)
+Flask | Flask is a lightweight WSGI web application framework. It is designed to makegetting started quick and easy, with the ability to scale up to complexapplications.This module includes the Flask extensions: Flask-Cors | [Flask/1.1.2](#flask112)
[Flask/2.2.2](#flask222)
+flatbuffers | FlatBuffers: Memory Efficient Serialization LibraryIncludes the Flatbuffers compiler, C/C++ bindings and Python runtime library. | [flatbuffers/1.12.0](#flatbuffers1120)
[flatbuffers/2.0.0](#flatbuffers200)
[flatbuffers/2.0.7](#flatbuffers207)
[flatbuffers/2.0.7-GCCcore-11.3.0](#flatbuffers207-gcccore-1130)
+flatbuffers-python | Python Flatbuffers runtime library. | [flatbuffers-python/1.12](#flatbuffers-python112)
[flatbuffers-python/2.0](#flatbuffers-python20)
+flex | Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. | [flex/2.6.4](#flex264)
[flex/2.6.4-GCCcore-11.3.0](#flex264-gcccore-1130)
+FlexiBLAS | FlexiBLAS is a wrapper library that enables the exchange of the BLAS and LAPACK implementationused by a program without recompiling or relinking it. | [FlexiBLAS/3.0.4](#flexiblas304)
[FlexiBLAS/3.2.0](#flexiblas320)
+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. | [FLTK/1.3.5](#fltk135)
[FLTK/1.3.8](#fltk138)
+fontconfig | Fontconfig is a library designed to provide system-wide font configuration, customization and application access. | [fontconfig/2.13.1](#fontconfig2131)
[fontconfig/2.13.92](#fontconfig21392)
[fontconfig/2.13.93](#fontconfig21393)
[fontconfig/2.13.94](#fontconfig21394)
[fontconfig/2.14.0](#fontconfig2140)
+foss | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. | [foss/2019b](#foss2019b)
[foss/2020a](#foss2020a)
[foss/2020b](#foss2020b)
[foss/2021a](#foss2021a)
[foss/2021b](#foss2021b)
[foss/2022a](#foss2022a)
+fosscuda | GCC based compiler toolchain __with CUDA support__, and including OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. | [fosscuda/2019b](#fosscuda2019b)
[fosscuda/2020b](#fosscuda2020b)
+freetype | FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display servers, font conversion tools, text image generation tools, and many other products as well. | [freetype/2.10.1](#freetype2101)
[freetype/2.10.3](#freetype2103)
[freetype/2.10.4](#freetype2104)
[freetype/2.11.0](#freetype2110)
[freetype/2.12.1](#freetype2121)
+FriBidi | The Free Implementation of the Unicode Bidirectional Algorithm. | [FriBidi/1.0.10](#fribidi1010)
[FriBidi/1.0.12](#fribidi1012)
[FriBidi/1.0.5](#fribidi105)
[FriBidi/1.0.9](#fribidi109)
+GCC | The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). | [GCC/10.2.0](#gcc1020)
[GCC/10.3.0](#gcc1030)
[GCC/11.2.0](#gcc1120)
[GCC/11.3.0](#gcc1130)
[GCC/12.2.0](#gcc1220)
[GCC/8.3.0](#gcc830)
[GCC/9.3.0](#gcc930)
+GCCcore | The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). | [GCCcore/10.2.0](#gcccore1020)
[GCCcore/10.3.0](#gcccore1030)
[GCCcore/11.2.0](#gcccore1120)
[GCCcore/11.3.0](#gcccore1130)
[GCCcore/12.2.0](#gcccore1220)
[GCCcore/8.3.0](#gcccore830)
[GCCcore/9.3.0](#gcccore930)
+gcccuda | GNU Compiler Collection (GCC) based compiler toolchain, along with CUDA toolkit. | [gcccuda/2019b](#gcccuda2019b)
[gcccuda/2020b](#gcccuda2020b)
+Gctf | Gctf: real-time CTF determination and correction, Kai Zhang, 2016 | [Gctf/1.06](#gctf106)
+GDAL | GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model to the calling application for all supported formats. It also comes with a variety of useful commandline utilities for data translation and processing. | [GDAL/3.3.2](#gdal332)
+Gdk-Pixbuf | The Gdk Pixbuf is a toolkit for image loading and pixel buffer manipulation. It is used by GTK+ 2 and GTK+ 3 to load and manipulate images. In the past it was distributed as part of GTK+ 2 but it was split off into a separate package in preparation for the change to GTK+ 3. | [Gdk-Pixbuf/2.40.0](#gdk-pixbuf2400)
[Gdk-Pixbuf/2.42.8](#gdk-pixbuf2428)
+GDL | GDL is a free/libre/open source incremental compiler compatible with IDL (Interactive Data Language)and to some extent with PV-WAVE. Together with its library routines it serves as a tool for data analysis and visualization in such disciplines as astronomy, geosciences and medical imaging. | [GDL/1.0.2](#gdl102)
+GDRCopy | A low-latency GPU memory copy library based on NVIDIA GPUDirect RDMA technology. | [GDRCopy/2.1-CUDA-11.1.1](#gdrcopy21-cuda-1111)
[GDRCopy/2.2](#gdrcopy22)
[GDRCopy/2.3](#gdrcopy23)
[GDRCopy/2.3-CUDAcore-11.5.1](#gdrcopy23-cudacore-1151)
+GeneMark-ET | Eukaryotic gene prediction suite with automatic training | [GeneMark-ET/4.71](#genemark-et471)
+GEOS | GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS) | [GEOS/3.10.3](#geos3103)
[GEOS/3.9.1](#geos391)
+gettext | GNU 'gettext' is an important step for the GNU Translation Project, as it is an asset on which we maybuild many other steps. This package offers to programmers, translators, and even users, a well integrated set of toolsand documentation | [gettext/0.19.8.1](#gettext01981)
[gettext/0.20.1](#gettext0201)
[gettext/0.21](#gettext021)
[gettext/0.21-GCCcore-11.3.0](#gettext021-gcccore-1130)
[gettext/0.21.1](#gettext0211)
+Ghostscript | Ghostscript is a versatile processor for PostScript data with the ability to render PostScript to different targets. It used to be part of the cups printing stack, but is no longer used for that. | [Ghostscript/9.54.0](#ghostscript9540)
[Ghostscript/9.56.1](#ghostscript9561)
+giflib | giflib is a library for reading and writing gif images.It is API and ABI compatible with libungif which was in wide use whilethe LZW compression algorithm was patented. | [giflib/5.2.1](#giflib521)
[giflib/5.2.1-GCCcore-11.3.0](#giflib521-gcccore-1130)
+git | Git is a free and open source distributed version control system designedto handle everything from small to very large projects with speed and efficiency. | [git/2.23.0-nodocs](#git2230-nodocs)
[git/2.28.0-nodocs](#git2280-nodocs)
[git/2.32.0-nodocs](#git2320-nodocs)
[git/2.36.0-GCCcore-11.3.0-nodocs](#git2360-gcccore-1130-nodocs)
[git/2.36.0-nodocs](#git2360-nodocs)
[git/2.38.1-nodocs](#git2381-nodocs)
+glew | The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-sourceC/C++ extension loading library. GLEW provides efficient run-time mechanismsfor determining which OpenGL extensions are supported on the target platform. | [glew/2.2.0-glx](#glew220-glx)
+GLib | GLib is one of the base libraries of the GTK+ project | [GLib/2.62.0](#glib2620)
[GLib/2.64.1](#glib2641)
[GLib/2.66.1](#glib2661)
[GLib/2.68.2](#glib2682)
[GLib/2.69.1](#glib2691)
[GLib/2.72.1](#glib2721)
+glibc | The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. | [glibc/2.29](#glibc229)
[glibc/2.30](#glibc230)
[glibc/2.31](#glibc231)
+GLM | OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications. | [GLM/0.9.9.8](#glm0998)
+GlobalArrays | Global Arrays (GA) is a Partitioned Global Address Space (PGAS) programming model | [GlobalArrays/5.7.2-peigs](#globalarrays572-peigs)
+GLPK | The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. | [GLPK/5.0](#glpk50)
+GMP | GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. | [GMP/6.1.2](#gmp612)
[GMP/6.2.0](#gmp620)
[GMP/6.2.1](#gmp621)
[GMP/6.2.1-GCCcore-11.3.0](#gmp621-gcccore-1130)
+gmpy2 | GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x | [gmpy2/2.1.0b4](#gmpy2210b4)
[gmpy2/2.1.2](#gmpy2212)
+gnuplot | Portable interactive, function plotting utility | [gnuplot/5.2.8](#gnuplot528)
[gnuplot/5.4.1](#gnuplot541)
[gnuplot/5.4.2](#gnuplot542)
[gnuplot/5.4.4](#gnuplot544)
+GObject-Introspection | GObject introspection is a middleware layer between C libraries (using GObject) and language bindings. The C library can be scanned at compile time and generate a metadata file, in addition to the actual native C library. Then at runtime, language bindings can read this metadata and automatically provide bindings to call into the C library. | [GObject-Introspection/1.63.1-Python-3.7.4](#gobject-introspection1631-python-374)
[GObject-Introspection/1.64.0-Python-3.8.2](#gobject-introspection1640-python-382)
[GObject-Introspection/1.66.1](#gobject-introspection1661)
[GObject-Introspection/1.68.0](#gobject-introspection1680)
[GObject-Introspection/1.72.0](#gobject-introspection1720)
+gomkl | GNU Compiler Collection (GCC) based compiler toolchain with OpenMPI and MKL | [gomkl/2019b](#gomkl2019b)
+gompi | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support. | [gompi/2019b](#gompi2019b)
[gompi/2020a](#gompi2020a)
[gompi/2020b](#gompi2020b)
[gompi/2021a](#gompi2021a)
[gompi/2021b](#gompi2021b)
[gompi/2022a](#gompi2022a)
+gompic | GNU Compiler Collection (GCC) based compiler toolchain along with CUDA toolkit, including OpenMPI for MPI support with CUDA features enabled. | [gompic/2019b](#gompic2019b)
[gompic/2020b](#gompic2020b)
+googletest | Google's framework for writing C++ tests on a variety of platforms | [googletest/1.11.0](#googletest1110)
+GPAW | GPAW is a density-functional theory (DFT) Python code based on the projector-augmented wave (PAW) method and the atomic simulation environment (ASE). It uses real-space uniform grids and multigrid methods or atom-centered basis-functions. | [GPAW/21.6.0-ASE-3.22.0-ELPA-2020.11.001](#gpaw2160-ase-3220-elpa-202011001)
+GPAW-setups | PAW setup for the GPAW Density Functional Theory package. Users can install setups manually using 'gpaw install-data' or use setups from this package. The versions of GPAW and GPAW-setups can be intermixed. | [GPAW-setups/0.9.20000](#gpaw-setups0920000)
+gperf | GNU gperf is a perfect hash function generator. For a given list of strings, it produces a hash function and hash table, in form of C or C++ code, for looking up a value depending on the input string. The hash function is perfect, which means that the hash table has no collisions, and the hash table lookup needs a single string comparison only. | [gperf/3.1](#gperf31)
+gperftools | gperftools is a collection of a high-performance multi-threaded malloc()implementation, plus some pretty nifty performance analysis tools.Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler. | [gperftools/2.9.1](#gperftools291)
+GPflow | GPflow is a package for building Gaussian process models in python, using TensorFlow. | [GPflow/1.5.1-TensorFlow-1.15.5-Python-3.7.4](#gpflow151-tensorflow-1155-python-374)
[GPflow/1.5.1-nvidia-tensorflow-1.15.5+nv21.10-Python-3.8.2](#gpflow151-nvidia-tensorflow-1155nv2110-python-382)
+GPyTorch | GPyTorch is a Gaussian process library implemented using PyTorch. | [GPyTorch/1.3.0](#gpytorch130)
+Graphene | Graphene is a thin layer of types for graphic libraries | [Graphene/1.10.8](#graphene1108)
+GraphicsMagick | GraphicsMagick is the swiss army knife of image processing. | [GraphicsMagick/1.3.41](#graphicsmagick1341)
+graphite2 | Graphite is a "smart font" system developed specifically to handle the complexities of lesser-known languages of the world. | [graphite2/1.3.14](#graphite21314)
+groff | Groff (GNU troff) is a typesetting system that reads plain text mixed with formatting commands and produces formatted output. | [groff/1.22.4](#groff1224)
[groff/1.22.4-GCCcore-11.3.0](#groff1224-gcccore-1130)
+GROMACS | GROMACS is a versatile package to perform molecular dynamics, i.e. simulate theNewtonian equations of motion for systems with hundreds to millions ofparticles.This is a CPU only build, containing both MPI and threadMPI binariesfor both single and double precision.It also contains the gmxapi extension for the single precision MPI build. | [GROMACS/2020](#gromacs2020)
[GROMACS/2021.2](#gromacs20212)
[GROMACS/2021.5-CUDA-11.4.1-PLUMED-2.8.0](#gromacs20215-cuda-1141-plumed-280)
[GROMACS/2021.5-PLUMED-2.8.0](#gromacs20215-plumed-280)
[GROMACS/2022.6](#gromacs20226)
[GROMACS/2022.6-CUDA-11.4.1](#gromacs20226-cuda-1141)
[GROMACS/2023.1](#gromacs20231)
[GROMACS/2023.1-CUDA-11.7.0](#gromacs20231-cuda-1170)
[GROMACS/2023.3](#gromacs20233)
[GROMACS/2023.3-CUDA-11.4.1](#gromacs20233-cuda-1141)
+GSL | The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. | [GSL/2.6](#gsl26)
[GSL/2.7](#gsl27)
+GST-plugins-bad | GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing. | [GST-plugins-bad/1.20.2](#gst-plugins-bad1202)
+GST-plugins-base | GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing. | [GST-plugins-base/1.18.4](#gst-plugins-base1184)
[GST-plugins-base/1.20.2](#gst-plugins-base1202)
+GStreamer | GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing. | [GStreamer/1.18.4](#gstreamer1184)
[GStreamer/1.20.2](#gstreamer1202)
+GTK+ | GTK+ is the primary library used to construct user interfaces in GNOME. It provides all the user interface controls, or widgets, used in a common graphical application. Its object-oriented API allows you to construct user interfaces without dealing with the low-level details of drawing and device interaction. | [GTK+/3.24.23](#gtk32423)
+GTK2 | The GTK+ 2 package contains libraries used for creating graphical user interfaces for applications. | [GTK2/2.24.33](#gtk222433)
+GTK3 | GTK+ is the primary library used to construct user interfaces in GNOME. It provides all the user interface controls, or widgets, used in a common graphical application. Its object-oriented API allows you to construct user interfaces without dealing with the low-level details of drawing and device interaction. | [GTK3/3.24.33](#gtk332433)
+GTK4 | GTK+ is the primary library used to construct user interfaces in GNOME. It provides all the user interface controls, or widgets, used in a common graphical application. Its object-oriented API allows you to construct user interfaces without dealing with the low-level details of drawing and device interaction. | [GTK4/4.7.0](#gtk4470)
+gzip | gzip (GNU zip) is a popular data compression program as a replacement for compress | [gzip/1.10](#gzip110)
[gzip/1.12](#gzip112)
+h5py | HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library, version 5. HDF5 is a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data. | [h5py/2.10.0-Python-3.7.4](#h5py2100-python-374)
[h5py/2.10.0-Python-3.8.2](#h5py2100-python-382)
[h5py/3.1.0](#h5py310)
[h5py/3.2.1](#h5py321)
[h5py/3.7.0](#h5py370)
[h5py/3.7.0-foss-2022a](#h5py370-foss-2022a)
+HarfBuzz | HarfBuzz is an OpenType text shaping engine. | [HarfBuzz/2.6.4](#harfbuzz264)
[HarfBuzz/2.6.7](#harfbuzz267)
[HarfBuzz/2.8.1](#harfbuzz281)
[HarfBuzz/4.2.1](#harfbuzz421)
+HDF | HDF (also known as HDF4) is a library and multi-object file format for storing and managing data between machines. | [HDF/4.2.15](#hdf4215)
+HDF5 | HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. | [HDF5/1.10.5](#hdf51105)
[HDF5/1.10.6](#hdf51106)
[HDF5/1.10.7](#hdf51107)
[HDF5/1.12.1](#hdf51121)
[HDF5/1.12.2](#hdf51122)
[HDF5/1.12.2-gompi-2022a](#hdf51122-gompi-2022a)
[HDF5/1.13.1](#hdf51131)
+help2man | help2man produces simple manual pages from the '--help' and '--version' output of other commands. | [help2man/1.47.12](#help2man14712)
[help2man/1.47.16](#help2man14716)
[help2man/1.47.4](#help2man1474)
[help2man/1.47.8](#help2man1478)
[help2man/1.48.3](#help2man1483)
[help2man/1.49.2](#help2man1492)
[help2man/1.49.2-GCCcore-11.3.0](#help2man1492-gcccore-1130)
+HH-suite | The HH-suite is an open-source software package for sensitive protein sequence searching based on the pairwise alignment of hidden Markov models (HMMs). | [HH-suite/3.3.0](#hh-suite330)
+Highway | Highway is a C++ library for SIMD (Single Instruction, Multiple Data), i.e. applying the sameoperation to 'lanes'. | [Highway/1.0.3](#highway103)
+HMMER | HMMER is used for searching sequence databases for homologs of protein sequences, and for making protein sequence alignments. It implements methods using probabilistic models called profile hidden Markov models (profile HMMs). Compared to BLAST, FASTA, and other sequence alignment and database search tools based on older scoring methodology, HMMER aims to be significantly more accurate and more able to detect remote homologs because of the strength of its underlying mathematical models. In the past, this strength came at significant computational expense, but in the new HMMER3 project, HMMER is now essentially as fast as BLAST. | [HMMER/3.3.2](#hmmer332)
+HPL | HPL is a software package that solves a (random) dense linear system in double precision (64 bits) arithmetic on distributed-memory computers. It can thus be regarded as a portable as well as freely available implementation of the High Performance Computing Linpack Benchmark. | [HPL/2.3](#hpl23)
[HPL/2.3-AOCL-4.0-lp64](#hpl23-aocl-40-lp64)
[HPL/2.3-amd](#hpl23-amd)
+HTSlib | A C library for reading/writing high-throughput sequencing data. This package includes the utilities bgzip and tabix | [HTSlib/1.15.1](#htslib1151)
+hwloc | The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs. It primarily aims at helping applications with gathering information about modern computing hardware so as to exploit it accordingly and efficiently. | [hwloc/1.11.12](#hwloc11112)
[hwloc/2.2.0](#hwloc220)
[hwloc/2.4.1](#hwloc241)
[hwloc/2.5.0](#hwloc250)
[hwloc/2.7.1](#hwloc271)
[hwloc/2.7.1-GCCcore-11.3.0](#hwloc271-gcccore-1130)
+Hydra | Hydra is an open-source Python framework that simplifies the development ofresearch and other complex applications. The key feature is the ability todynamically create a hierarchical configuration by composition and override itthrough config files and the command line. The name Hydra comes from itsability to run multiple similar jobs - much like a Hydra with multiple heads. | [Hydra/1.1.1](#hydra111)
+hypothesis | Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less work. | [hypothesis/5.41.2](#hypothesis5412)
[hypothesis/5.41.5](#hypothesis5415)
[hypothesis/6.13.1](#hypothesis6131)
[hypothesis/6.14.6](#hypothesis6146)
[hypothesis/6.46.7](#hypothesis6467)
[hypothesis/6.46.7-GCCcore-11.3.0](#hypothesis6467-gcccore-1130)
+Hypre | Hypre is a library for solving large, sparse linear systems of equations on massively parallel computers. The problems of interest arise in the simulation codes being developed at LLNL and elsewhere to study physical phenomena in the defense, environmental, energy, and biological sciences. | [Hypre/2.18.2](#hypre2182)
[Hypre/2.21.0](#hypre2210)
[Hypre/2.25.0](#hypre2250)
+iccifort | Intel C, C++ & Fortran compilers | [iccifort/2019.5.281](#iccifort20195281)
+ICU | ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. | [ICU/64.2](#icu642)
[ICU/66.1](#icu661)
[ICU/67.1](#icu671)
[ICU/69.1](#icu691)
[ICU/71.1](#icu711)
[ICU/71.1-GCCcore-11.3.0](#icu711-gcccore-1130)
[ICU/72.1](#icu721)
+iimpi | Intel C/C++ and Fortran compilers, alongside Intel MPI. | [iimpi/2019b](#iimpi2019b)
[iimpi/2022a](#iimpi2022a)
+imagecodecs | Imagecodecs is a Python library that provides block-oriented, in-memory buffer transformation,compression, and decompression functions for use in the tifffile, czifile, zarr, and otherscientific image input/output modules. | [imagecodecs/2022.2.22](#imagecodecs2022222)
+imageio | Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, video, volumetric data, and scientific formats. | [imageio/2.22.2](#imageio2222)
+ImageMagick | ImageMagick is a software suite to create, edit, compose, or convert bitmap images | [ImageMagick/7.1.0-4](#imagemagick710-4)
+Imath | Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics | [Imath/3.1.5](#imath315)
+imgaug | This python library helps you with augmenting images for your machine learning projects. It converts a set of input images into a new, much larger set of slightly altered images. | [imgaug/0.4.0](#imgaug040)
+imkl | Intel oneAPI Math Kernel Library | [imkl/2019.5.281](#imkl20195281)
[imkl/2021.4.0](#imkl202140)
[imkl/2022.1.0](#imkl202210)
+imkl-FFTW | FFTW interfaces using Intel oneAPI Math Kernel Library | [imkl-FFTW/2022.1.0](#imkl-fftw202210)
+impi | Intel MPI Library, compatible with MPICH ABI | [impi/2019.7.217](#impi20197217)
[impi/2021.6.0](#impi202160)
+intel | Compiler toolchain including Intel compilers, Intel MPI and Intel Math Kernel Library (MKL). | [intel/2019b](#intel2019b)
[intel/2022a](#intel2022a)
+intel-compilers | Intel C, C++ & Fortran compilers (classic and oneAPI) | [intel-compilers/2022.1.0](#intel-compilers202210)
+intltool | intltool is a set of tools to centralize translation of many different file formats using GNU gettext-compatible PO files. | [intltool/0.51.0](#intltool0510)
+iomkl | Intel Cluster Toolchain Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MKL & OpenMPI. | [iomkl/2019b](#iomkl2019b)
+iompi | Intel C/C++ and Fortran compilers, alongside Open MPI. | [iompi/2019b](#iompi2019b)
+IPython | IPython provides a rich architecture for interactive computing with: Powerful interactive shells (terminal and Qt-based). A browser-based notebook with support for code, text, mathematical expressions, inline plots and other rich media. Support for interactive data visualization and use of GUI toolkits. Flexible, embeddable interpreters to load into your own projects. Easy to use, high performance tools for parallel computing. | [IPython/7.18.1](#ipython7181)
+JAGS | JAGS is Just Another Gibbs Sampler. It is a program for analysis of Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) simulation | [JAGS/4.3.0](#jags430)
+JasPer | The JasPer Project is an open-source initiative to provide a free software-based reference implementation of the codec specified in the JPEG-2000 Part-1 standard. | [JasPer/2.0.14](#jasper2014)
[JasPer/2.0.24](#jasper2024)
[JasPer/2.0.28](#jasper2028)
[JasPer/2.0.33](#jasper2033)
+Java | Java Platform, Standard Edition (Java SE) lets you develop and deployJava applications on desktops and servers. | [Java/1.8.0_292-OpenJDK](#java180_292-openjdk)
[Java/11.0.2](#java1102)
[Java/17.0.6](#java1706)
+jax | Composable transformations of Python+NumPy programs:differentiate, vectorize, JIT to GPU/TPU, and more | [jax/0.2.19](#jax0219)
+jbigkit | JBIG-KIT is a software implementation of the JBIG1 data compression standard (ITU-T T.82), which was designed for bi-level image data, such as scanned documents. | [jbigkit/2.1](#jbigkit21)
+jemalloc | jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. | [jemalloc/5.2.1](#jemalloc521)
+JsonCpp | JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files. | [JsonCpp/1.9.4](#jsoncpp194)
[JsonCpp/1.9.5](#jsoncpp195)
[JsonCpp/1.9.5-GCCcore-11.3.0](#jsoncpp195-gcccore-1130)
+Judy | A C library that implements a dynamic array. | [Judy/1.0.5](#judy105)
+Julia | Julia is a high-level, high-performance dynamic programming language for numerical computing | [Julia/1.6.2-linux-x86_64](#julia162-linux-x86_64)
+jxrlib | Open source implementation of jpegxr | [jxrlib/1.1](#jxrlib11)
+Kalign | Kalign is a fast multiple sequence alignment program for biological sequences. | [Kalign/3.3.1](#kalign331)
+kim-api | Open Knowledgebase of Interatomic Models.KIM is an API and OpenKIM is a collection of interatomic models (potentials) foratomistic simulations. This is a library that can be used by simulation programsto get access to the models in the OpenKIM database.This EasyBuild only installs the API, the models can be installed with thepackage openkim-models, or the user can install them manually by running kim-api-collections-management install user MODELNAMEor kim-api-collections-management install user OpenKIMto install them all. | [kim-api/2.2.1](#kim-api221)
+LAME | LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL. | [LAME/3.100](#lame3100)
+LAMMPS | LAMMPS is a classical molecular dynamics code, and an acronymfor Large-scale Atomic/Molecular Massively Parallel Simulator. LAMMPS haspotentials for solid-state materials (metals, semiconductors) and soft matter(biomolecules, polymers) and coarse-grained or mesoscopic systems. It can beused to model atoms or, more generically, as a parallel particle simulator atthe atomic, meso, or continuum scale. LAMMPS runs on single processors or inparallel using message-passing techniques and a spatial-decomposition of thesimulation domain. The code is designed to be easy to modify or extend with newfunctionality. | [LAMMPS/29Sep2021-CUDA-11.4.1-gpu](#lammps29sep2021-cuda-1141-gpu)
[LAMMPS/29Sep2021-CUDA-11.4.1-kokkos](#lammps29sep2021-cuda-1141-kokkos)
[LAMMPS/29Sep2021-kokkos](#lammps29sep2021-kokkos)
+LERC | LERC is an open-source image or raster format which supports rapid encoding and decodingfor any pixel type (not just RGB or Byte). Users set the maximum compression error per pixel while encoding,so the precision of the original input image is preserved (within user defined error bounds). | [LERC/3.0](#lerc30)
+libaec | Libaec provides fast lossless compression of 1 up to 32 bit wide signed or unsigned integers(samples). The library achieves best results for low entropy data as often encountered in space imaginginstrument data or numerical model output from weather or climate simulations. While floating point representationsare not directly supported, they can also be efficiently coded by grouping exponents and mantissa. | [libaec/1.0.6](#libaec106)
+libaio | Asynchronous input/output library that uses the kernels native interface. | [libaio/0.3.112](#libaio03112)
+libarchive | Multi-format archive and compression library | [libarchive/3.4.3](#libarchive343)
[libarchive/3.5.1](#libarchive351)
[libarchive/3.6.1](#libarchive361)
[libarchive/3.6.1-GCCcore-11.3.0](#libarchive361-gcccore-1130)
+libavif | This library aims to be a friendly, portable C implementation of the AV1 Image File Format,as described here: https://aomediacodec.github.io/av1-avif/ | [libavif/0.11.1](#libavif0111)
+libcerf | libcerf is a self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions. | [libcerf/1.13](#libcerf113)
[libcerf/1.14](#libcerf114)
[libcerf/1.17](#libcerf117)
[libcerf/2.1](#libcerf21)
+libde265 | libde265 is an open source implementation of the h.265 video codec | [libde265/1.0.8](#libde265108)
+libdeflate | Heavily optimized library for DEFLATE/zlib/gzip compression and decompression. | [libdeflate/1.10](#libdeflate110)
+libdrm | Direct Rendering Manager runtime library. | [libdrm/2.4.100](#libdrm24100)
[libdrm/2.4.102](#libdrm24102)
[libdrm/2.4.106](#libdrm24106)
[libdrm/2.4.107](#libdrm24107)
[libdrm/2.4.110](#libdrm24110)
[libdrm/2.4.99](#libdrm2499)
+libepoxy | Epoxy is a library for handling OpenGL function pointer management for you | [libepoxy/1.5.10](#libepoxy1510)
[libepoxy/1.5.4](#libepoxy154)
+libevent | The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. | [libevent/2.1.11](#libevent2111)
[libevent/2.1.12](#libevent2112)
+libfabric | Libfabric is a core component of OFI. It is the library that defines and exportsthe user-space API of OFI, and is typically the only software that applicationsdeal with directly. It works in conjunction with provider libraries, which areoften integrated directly into libfabric. | [libfabric/1.11.0](#libfabric1110)
[libfabric/1.12.1](#libfabric1121)
[libfabric/1.13.2](#libfabric1132)
[libfabric/1.15.1](#libfabric1151)
+libffi | The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. | [libffi/3.2.1](#libffi321)
[libffi/3.3](#libffi33)
[libffi/3.4.2](#libffi342)
[libffi/3.4.2-GCCcore-11.3.0](#libffi342-gcccore-1130)
[libffi/3.4.4](#libffi344)
+libFLAME | AMD fork of libFLAME. libFLAME is a portable library for dense matrix computations,providing much of the functionality present in LAPACK. | [libFLAME/3.0.1-amd](#libflame301-amd)
+libgd | GD is an open source code library for the dynamic creation of images by programmers. | [libgd/2.2.5](#libgd225)
[libgd/2.3.0](#libgd230)
[libgd/2.3.1](#libgd231)
[libgd/2.3.3](#libgd233)
+libgeotiff | Library for reading and writing coordinate system information from/to GeoTIFF files | [libgeotiff/1.7.0](#libgeotiff170)
[libgeotiff/1.7.1](#libgeotiff171)
+libgit2 | libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrantlinkable library with a solid API, allowing you to write native speed custom Git applications in any languagewhich supports C bindings. | [libgit2/1.1.1](#libgit2111)
+libGLU | The OpenGL Utility Library (GLU) is a computer graphics library for OpenGL. | [libGLU/9.0.1](#libglu901)
[libGLU/9.0.2](#libglu902)
+libglvnd | libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors. | [libglvnd/1.2.0](#libglvnd120)
[libglvnd/1.3.2](#libglvnd132)
[libglvnd/1.3.3](#libglvnd133)
[libglvnd/1.4.0](#libglvnd140)
+libheif | libheif is an HEIF and AVIF file format decoder and encoder | [libheif/1.12.0](#libheif1120)
+libiconv | Libiconv converts from one character encoding to another through Unicode conversion | [libiconv/1.16](#libiconv116)
[libiconv/1.17](#libiconv117)
+Libint | Libint library is used to evaluate the traditional (electron repulsion) and certain novel two-body matrix elements (integrals) over Cartesian Gaussian functions used in modern atomic and molecular theory. | [Libint/2.6.0-lmax-6-cp2k](#libint260-lmax-6-cp2k)
+libjpeg-turbo | libjpeg-turbo is a fork of the original IJG libjpeg which uses SIMD to accelerate baseline JPEG compression and decompression. libjpeg is a library that implements JPEG image encoding, decoding and transcoding. | [libjpeg-turbo/2.0.3](#libjpeg-turbo203)
[libjpeg-turbo/2.0.4](#libjpeg-turbo204)
[libjpeg-turbo/2.0.5](#libjpeg-turbo205)
[libjpeg-turbo/2.0.6](#libjpeg-turbo206)
[libjpeg-turbo/2.1.3](#libjpeg-turbo213)
[libjpeg-turbo/2.1.3-GCCcore-11.3.0](#libjpeg-turbo213-gcccore-1130)
+LibLZF | LibLZF is a very small data compression library. It consists of only two .c and two .h filesand is very easy to incorporate into your own programs. The compression algorithm is very, very fast, yet stillwritten in portable C. | [LibLZF/3.6](#liblzf36)
+libogg | Ogg is a multimedia container format, and the native file and stream format for the Xiph.orgmultimedia codecs. | [libogg/1.3.5](#libogg135)
+libpciaccess | Generic PCI access library. | [libpciaccess/0.14](#libpciaccess014)
[libpciaccess/0.16](#libpciaccess016)
[libpciaccess/0.16-GCCcore-11.3.0](#libpciaccess016-gcccore-1130)
+libpng | libpng is the official PNG reference library | [libpng/1.6.37](#libpng1637)
[libpng/1.6.37-GCCcore-11.3.0](#libpng1637-gcccore-1130)
+libreadline | The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands. | [libreadline/8.0](#libreadline80)
[libreadline/8.1](#libreadline81)
[libreadline/8.1.2](#libreadline812)
[libreadline/8.1.2-GCCcore-11.3.0](#libreadline812-gcccore-1130)
[libreadline/8.2](#libreadline82)
+libsndfile | Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. | [libsndfile/1.0.31](#libsndfile1031)
+libsodium | Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more. | [libsodium/1.0.18](#libsodium1018)
+LibTIFF | tiff: Library and tools for reading and writing TIFF data files | [LibTIFF/4.1.0](#libtiff410)
[LibTIFF/4.2.0](#libtiff420)
[LibTIFF/4.3.0](#libtiff430)
+libtirpc | Libtirpc is a port of Suns Transport-Independent RPC library to Linux. | [libtirpc/1.3.2](#libtirpc132)
+libtool | GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface. | [libtool/2.4.6](#libtool246)
[libtool/2.4.7](#libtool247)
[libtool/2.4.7-GCCcore-11.3.0](#libtool247-gcccore-1130)
+libunwind | The primary goal of libunwind is to define a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation. As such, the API is useful in a number of applications | [libunwind/1.3.1](#libunwind131)
[libunwind/1.4.0](#libunwind140)
[libunwind/1.5.0](#libunwind150)
[libunwind/1.6.2](#libunwind162)
+libvdwxc | libvdwxc is a general library for evaluating energy and potential forexchange-correlation (XC) functionals from the vdW-DF family that can be used with variousof density functional theory (DFT) codes. | [libvdwxc/0.4.0](#libvdwxc040)
+libvorbis | Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressedaudio format | [libvorbis/1.3.7](#libvorbis137)
+libwebp | WebP is a modern image format that provides superiorlossless and lossy compression for images on the web. Using WebP,webmasters and web developers can create smaller, richer images thatmake the web faster. | [libwebp/1.1.0](#libwebp110)
[libwebp/1.2.4](#libwebp124)
+libxc | Libxc is a library of exchange-correlation functionals for density-functional theory. The aim is to provide a portable, well tested and reliable set of exchange and correlation functionals. | [libxc/4.3.4](#libxc434)
[libxc/5.1.5](#libxc515)
[libxc/5.2.3](#libxc523)
+libxml2 | Libxml2 is the XML C parser and toolchain developed for the Gnome project (but usable outside of the Gnome platform). | [libxml2/2.10.3](#libxml22103)
[libxml2/2.9.10](#libxml22910)
[libxml2/2.9.13](#libxml22913)
[libxml2/2.9.13-GCCcore-11.3.0](#libxml22913-gcccore-1130)
[libxml2/2.9.9](#libxml2299)
+libxslt | Libxslt is the XSLT C library developed for the GNOME project (but usable outside of the Gnome platform). | [libxslt/1.1.34](#libxslt1134)
+libxsmm | LIBXSMM is a library for small dense and small sparse matrix-matrix multiplicationstargeting Intel Architecture (x86). | [libxsmm/1.16.1](#libxsmm1161)
[libxsmm/1.16.2](#libxsmm1162)
+libyaml | LibYAML is a YAML parser and emitter written in C. | [libyaml/0.2.5](#libyaml025)
+LittleCMS | Little CMS intends to be an OPEN SOURCE small-footprint color management engine, with special focus on accuracy and performance. | [LittleCMS/2.12](#littlecms212)
[LittleCMS/2.13.1](#littlecms2131)
+LLVM | The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation ("LLVM IR"). The LLVM Core libraries are well documented, and it is particularly easy to invent your own language (or port an existing compiler) to use LLVM as an optimizer and code generator. | [LLVM/11.0.0](#llvm1100)
[LLVM/11.1.0](#llvm1110)
[LLVM/12.0.1](#llvm1201)
[LLVM/14.0.3](#llvm1403)
[LLVM/9.0.0](#llvm900)
[LLVM/9.0.1](#llvm901)
+LMDB | LMDB is a fast, memory-efficient database. With memory-mapped files, it has the read performance of a pure in-memory database while retaining the persistence of standard disk-based databases. | [LMDB/0.9.24](#lmdb0924)
[LMDB/0.9.28](#lmdb0928)
[LMDB/0.9.29](#lmdb0929)
[LMDB/0.9.29-GCCcore-11.3.0](#lmdb0929-gcccore-1130)
+lmod | Lmod: An Environment Module System | [lmod](#lmod)
+loughborough | Enables access to Loughborough modules. | [loughborough](#loughborough)
+lpsolve | Mixed Integer Linear Programming (MILP) solver | [lpsolve/5.5.2.11](#lpsolve55211)
+Lua | Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. | [Lua/5.1.5](#lua515)
[Lua/5.3.5](#lua535)
[Lua/5.4.2](#lua542)
[Lua/5.4.3](#lua543)
[Lua/5.4.4](#lua544)
+lxml | The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. | [lxml/4.9.1](#lxml491)
+lz4 | LZ4 is lossless compression algorithm, providing compression speed at 400 MB/s per core. It features an extremely fast decoder, with speed in multiple GB/s per core. | [lz4/1.9.2](#lz4192)
[lz4/1.9.3](#lz4193)
[lz4/1.9.4](#lz4194)
+LZO | Portable lossless data compression library | [LZO/2.10](#lzo210)
+M4 | GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc. | [M4/1.4.18](#m41418)
[M4/1.4.19](#m41419)
[M4/1.4.19-GCCcore-11.3.0](#m41419-gcccore-1130)
+magma | The MAGMA project aims to develop a dense linear algebra library similar to LAPACK but for heterogeneous/hybrid architectures, starting with current Multicore+GPU systems. | [magma/2.5.4](#magma254)
[magma/2.6.1-CUDA-11.3.1](#magma261-cuda-1131)
[magma/2.6.2-CUDA-11.7.0](#magma262-cuda-1170)
+make | GNU version of make utility | [make/4.3](#make43)
+makeinfo | makeinfo is part of the Texinfo project, the official documentation format of the GNU project. | [makeinfo/6.7](#makeinfo67)
[makeinfo/6.7-minimal](#makeinfo67-minimal)
+MAKER | MAKER is a portable and easily configurable genome annotation pipeline. Itspurpose is to allow smaller eukaryotic and prokaryotic genome projects toindependently annotate their genomes and to create genome databases. | [MAKER/3.01.04](#maker30104)
+Mako | A super-fast templating language that borrows the best ideas from the existing templating languages | [Mako/1.1.0](#mako110)
[Mako/1.1.2](#mako112)
[Mako/1.1.3](#mako113)
[Mako/1.1.4](#mako114)
[Mako/1.2.0](#mako120)
+MariaDB | MariaDB is an enhanced, drop-in replacement for MySQL.Included engines: myISAM, Aria, InnoDB, RocksDB, TokuDB, OQGraph, Mroonga. | [MariaDB/10.5.8](#mariadb1058)
+MATIO | matio is an C library for reading and writing Matlab MAT files. | [MATIO/1.5.17](#matio1517)
+MATLAB | MATLAB is a high-level language and interactive environment that enables you to perform computationally intensive tasks faster than with traditional programming languages such as C, C++, and Fortran. | [MATLAB/2021a_Update_5](#matlab2021a_update_5)
[MATLAB/2021b_Update_2](#matlab2021b_update_2)
[MATLAB/2022a](#matlab2022a)
[MATLAB/2023a_Update_1](#matlab2023a_update_1)
+MATLAB-parenv | Matlab supports MVAPICH2 allowng to run parallel calculationsacross several nodes and use the infiniband network. | [MATLAB-parenv/0.0-iccifort-2019.5.281](#matlab-parenv00-iccifort-20195281)
+matplotlib | matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits. | [matplotlib/3.1.1-Python-3.7.4](#matplotlib311-python-374)
[matplotlib/3.2.1-Python-3.8.2](#matplotlib321-python-382)
[matplotlib/3.3.3](#matplotlib333)
[matplotlib/3.5.2](#matplotlib352)
+Mesa | Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics. | [Mesa/19.1.7](#mesa1917)
[Mesa/19.2.1](#mesa1921)
[Mesa/20.0.2](#mesa2002)
[Mesa/20.2.1](#mesa2021)
[Mesa/21.1.1](#mesa2111)
[Mesa/21.1.7](#mesa2117)
[Mesa/22.0.3](#mesa2203)
+Meson | Meson is a cross-platform build system designed to be both as fast and as user friendly as possible. | [Meson/0.51.2-Python-3.7.4](#meson0512-python-374)
[Meson/0.55.1-Python-3.8.2](#meson0551-python-382)
[Meson/0.55.3](#meson0553)
[Meson/0.58.0](#meson0580)
[Meson/0.58.2](#meson0582)
[Meson/0.59.1-Python-3.7.4](#meson0591-python-374)
[Meson/0.62.1](#meson0621)
+METIS | METIS is a set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices. The algorithms implemented in METIS are based on the multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes. | [METIS/5.1.0](#metis510)
+Miniconda3 | Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number of other useful packages. | [Miniconda3/4.12.0](#miniconda34120)
[Miniconda3/4.9.2](#miniconda3492)
+MotionCor2 | MotionCor2 correct anisotropic image motion at thesingle pixel level across the whole frame, suitable for both singleparticle and tomographic images. Iterative, patch-based motion detectionis combined with spatial and temporal constraints and dose weighting.Cite publication: Shawn Q. Zheng, Eugene Palovcak, Jean-Paul Armache,Yifan Cheng and David A. Agard (2016) Anisotropic Correction ofBeam-induced Motion for Improved Single-particle ElectronCryo-microscopy, Nature Methods, submitted.BioArxiv: https://biorxiv.org/content/early/2016/07/04/061960 | [MotionCor2/1.4.7](#motioncor2147)
+MPC | Gnu Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It extends the principles of the IEEE-754 standard for fixed precision real floating point numbers to complex numbers, providing well-defined semantics for every operation. At the same time, speed of operation at high precision is a major design goal. | [MPC/1.1.0](#mpc110)
[MPC/1.2.1](#mpc121)
+MPFR | The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. | [MPFR/4.0.2](#mpfr402)
[MPFR/4.1.0](#mpfr410)
[MPFR/4.2.0](#mpfr420)
+mpi4py | MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors. | [mpi4py/3.1.4](#mpi4py314)
+MUMPS | A parallel sparse direct solver | [MUMPS/5.2.1-metis](#mumps521-metis)
[MUMPS/5.4.0-metis](#mumps540-metis)
[MUMPS/5.5.1-metis](#mumps551-metis)
+MVAPICH2 | MVAPICH2 is an open source implementation of Message Passing Interface (MPI)that delivers the best performance, scalability and fault tolerance forhigh-end computing systems and servers using InfiniBand, 10GigE/iWARP and RoCEnetworking technologies. MVAPICH2 simplifies the task of porting MPI applicationsto run on clusters with NVIDIA GPUs by supporting standard MPI calls from GPUdevice memory. It optimizes the data movement between host and GPU, and betweenGPUs in the best way possible while requiring minimal or no effort from the application developer | [MVAPICH2/2.3.6](#mvapich2236)
+NAMD | NAMD is a parallel molecular dynamics code designed for high-performance simulation of large biomolecular systems. | [NAMD/2.14](#namd214)
[NAMD/2.14-mpi](#namd214-mpi)
+NASM | NASM: General-purpose x86 assembler | [NASM/2.14.02](#nasm21402)
[NASM/2.15.05](#nasm21505)
[NASM/2.15.05-GCCcore-11.3.0](#nasm21505-gcccore-1130)
+NCCL | The NVIDIA Collective Communications Library (NCCL) implements multi-GPU and multi-node collectivecommunication primitives that are performance optimized for NVIDIA GPUs. | [NCCL/2.10.3-CUDA-11.3.1](#nccl2103-cuda-1131)
[NCCL/2.10.3-CUDA-11.4.1](#nccl2103-cuda-1141)
[NCCL/2.12.12-CUDA-11.7.0](#nccl21212-cuda-1170)
[NCCL/2.4.8](#nccl248)
[NCCL/2.8.3-CUDA-11.1.1](#nccl283-cuda-1111)
+ncurses | The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses. | [ncurses/6.0](#ncurses60)
[ncurses/6.1](#ncurses61)
[ncurses/6.2](#ncurses62)
[ncurses/6.3](#ncurses63)
[ncurses/6.3-GCCcore-11.3.0](#ncurses63-gcccore-1130)
+Neovim | PLATform for Assembling NUcleotide Sequences | [Neovim/0.6.1](#neovim061)
+netCDF | NetCDF (network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. | [netCDF/4.7.1](#netcdf471)
[netCDF/4.7.4](#netcdf474)
[netCDF/4.8.0](#netcdf480)
[netCDF/4.8.1](#netcdf481)
[netCDF/4.9.0](#netcdf490)
+netcdf4-python | Python/numpy interface to netCDF. | [netcdf4-python/1.6.1](#netcdf4-python161)
+nettle | Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. | [nettle/3.5.1](#nettle351)
[nettle/3.7.3](#nettle373)
+networkx | NetworkX is a Python package for the creation, manipulation,and study of the structure, dynamics, and functions of complex networks. | [networkx/2.5](#networkx25)
[networkx/2.6.3](#networkx263)
[networkx/2.8.4](#networkx284)
[networkx/2.8.4-foss-2022a](#networkx284-foss-2022a)
+Nextflow | Nextflow is a reactive workflow framework and a programming DSL that eases writing computational pipelines with complex data | [Nextflow/22.10.1](#nextflow22101)
+NFFT | The NFFT (nonequispaced fast Fourier transform or nonuniform fast Fourier transform) is a C subroutine library for computing the nonequispaced discrete Fourier transform (NDFT) and its generalisations in one or more dimensions, of arbitrary input size, and of complex data. | [NFFT/3.5.2](#nfft352)
+Ninja | Ninja is a small build system with a focus on speed. | [Ninja/1.10.0](#ninja1100)
[Ninja/1.10.1](#ninja1101)
[Ninja/1.10.2](#ninja1102)
[Ninja/1.10.2-GCCcore-11.3.0](#ninja1102-gcccore-1130)
[Ninja/1.11.1](#ninja1111)
[Ninja/1.9.0](#ninja190)
+nlohmann_json | JSON for Modern C++ | [nlohmann_json/3.10.5](#nlohmann_json3105)
+NLopt | NLopt is a free/open-source library for nonlinear optimization, providing a common interface for a number of different free optimization routines available online as well as original implementations of various other algorithms. | [NLopt/2.7.0](#nlopt270)
+nodejs | Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. | [nodejs/14.17.6](#nodejs14176)
[nodejs/16.15.1](#nodejs16151)
+nottingham | Enables access to University of Nottingham modules. | [nottingham](#nottingham)
+NSPR | Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc-like functions. | [NSPR/4.21](#nspr421)
[NSPR/4.25](#nspr425)
[NSPR/4.29](#nspr429)
[NSPR/4.30](#nspr430)
[NSPR/4.34](#nspr434)
+NSS | Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. | [NSS/3.45](#nss345)
[NSS/3.51](#nss351)
[NSS/3.57](#nss357)
[NSS/3.65](#nss365)
[NSS/3.79](#nss379)
+nsync | nsync is a C library that exports various synchronization primitives, such as mutexes | [nsync/1.24.0](#nsync1240)
[nsync/1.25.0](#nsync1250)
[nsync/1.25.0-GCCcore-11.3.0](#nsync1250-gcccore-1130)
+NTPoly | is a massively parallel library for computing the functions of sparse, symmetric matrices based on polynomial expansions. For sufficiently sparse matrices, most of the matrix functions in NTPoly can be computed in linear time. | [NTPoly/2.7.0](#ntpoly270)
+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/2.0.12](#numactl2012)
[numactl/2.0.13](#numactl2013)
[numactl/2.0.14](#numactl2014)
[numactl/2.0.14-GCCcore-11.3.0](#numactl2014-gcccore-1130)
[numactl/2.0.16](#numactl2016)
+numba | Numba is an Open Source NumPy-aware optimizing compiler forPython sponsored by Continuum Analytics, Inc. It uses the remarkable LLVMcompiler infrastructure to compile Python syntax to machine code. | [numba/0.53.1](#numba0531)
[numba/0.56.4](#numba0564)
+NVHPC | C, C++ and Fortran compilers included with the NVIDIA HPC SDK (previously: PGI) | [NVHPC/21.11](#nvhpc2111)
+nvidia-tensorflow | An open-source software library for Machine Intelligence.This version of Tensorflow has been developed by NVidia to support newer versions of CUDA (11.x onwards)than was support by the original 1.x release in order to benefit from performance improvements. | [nvidia-tensorflow/1.15.5+nv21.10-Python-3.8.2](#nvidia-tensorflow1155nv2110-python-382)
[nvidia-tensorflow/1.15.5+nv22.01-Python-3.8.2](#nvidia-tensorflow1155nv2201-python-382)
+NWChem | NWChem aims to provide its users with computational chemistry tools that are scalable both in their ability to treat large scientific computational chemistry problems efficiently, and in their use of available parallel computing resources from high-performance parallel supercomputers to conventional workstation clusters. NWChem software can handle: biomolecules, nanostructures, and solid-state; from quantum to classical, and all combinations; Gaussian basis functions or plane-waves; scaling from one to thousands of processors; properties and relativity. | [NWChem/7.0.2-Python-3.7.4](#nwchem702-python-374)
+ocf | Enables access to ocf modules. | [ocf](#ocf)
+OpenBLAS | OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. | [OpenBLAS/0.3.12](#openblas0312)
[OpenBLAS/0.3.15](#openblas0315)
[OpenBLAS/0.3.18](#openblas0318)
[OpenBLAS/0.3.20](#openblas0320)
[OpenBLAS/0.3.7](#openblas037)
[OpenBLAS/0.3.9](#openblas039)
+OpenCV | OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Includes extra modules for OpenCV from the contrib repository. | [OpenCV/4.5.1-contrib](#opencv451-contrib)
[OpenCV/4.6.0-contrib](#opencv460-contrib)
+OpenEXR | OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications | [OpenEXR/2.5.5](#openexr255)
[OpenEXR/3.1.5](#openexr315)
+OpenFOAM | OpenFOAM is a free, open source CFD software package. OpenFOAM has an extensive range of features to solve anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to solid dynamics and electromagnetics. | [OpenFOAM/5.0-20180606](#openfoam50-20180606)
[OpenFOAM/7-20200508](#openfoam7-20200508)
[OpenFOAM/8](#openfoam8)
[OpenFOAM/9](#openfoam9)
[OpenFOAM/v1812](#openfoamv1812)
[OpenFOAM/v2106](#openfoamv2106)
+OpenJPEG | OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, a still-image compression standard from the Joint Photographic Experts Group (JPEG). Since may 2015, it is officially recognized by ISO/IEC and ITU-T as a JPEG 2000 Reference Software. | [OpenJPEG/2.5.0](#openjpeg250)
+OpenMM | OpenMM is a toolkit for molecular simulation. | [OpenMM/7.4.1-Python-3.7.4](#openmm741-python-374)
[OpenMM/7.5.1](#openmm751)
+OpenMPI | The Open MPI Project is an open source MPI-3 implementation. | [OpenMPI/3.1.4](#openmpi314)
[OpenMPI/4.0.3](#openmpi403)
[OpenMPI/4.0.5](#openmpi405)
[OpenMPI/4.1.1](#openmpi411)
[OpenMPI/4.1.1-CUDAcore-11.5.1](#openmpi411-cudacore-1151)
[OpenMPI/4.1.4](#openmpi414)
+OpenPGM | OpenPGM is an open source implementation of the Pragmatic General Multicast (PGM) specification in RFC 3208 available at www.ietf.org. PGM is a reliable and scalable multicast protocol that enables receivers to detect loss, request retransmission of lost data, or notify an application of unrecoverable loss. PGM is a receiver-reliable protocol, which means the receiver is responsible for ensuring all data is received, absolving the sender of reception responsibility. | [OpenPGM/5.2.122](#openpgm52122)
+OpenSlide | OpenSlide is a C library that provides a simple interface toread whole-slide images (also known as virtual slides). | [OpenSlide/3.4.1-largefiles](#openslide341-largefiles)
+openslide-python | OpenSlide Python is a Python interface to the OpenSlide library. | [openslide-python/1.2.0](#openslide-python120)
+OpenSSL | The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolchain implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. | [OpenSSL/1.1](#openssl11)
+ORCA | ORCA is a flexible, efficient and easy-to-use general purpose tool for quantumchemistry with specific emphasis on spectroscopic properties of open-shellmolecules. It features a wide variety of standard quantum chemical methodsranging from semiempirical methods to DFT to single- and multireferencecorrelated ab initio methods. It can also treat environmental and relativisticeffects. | [ORCA/5.0.2-static](#orca502-static)
[ORCA/5.0.4](#orca504)
+Pango | Pango is a library for laying out and rendering of text, with an emphasis on internationalization.Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in thecontext of the GTK+ widget toolkit. Pango forms the core of text and font handling for GTK+-2.x. | [Pango/1.44.7](#pango1447)
[Pango/1.47.0](#pango1470)
[Pango/1.48.5](#pango1485)
[Pango/1.50.7](#pango1507)
+parallel | parallel: Build and execute shell commands in parallel | [parallel/20190922](#parallel20190922)
[parallel/20210322](#parallel20210322)
[parallel/20210622](#parallel20210622)
[parallel/20220722](#parallel20220722)
+ParaView | ParaView is a scientific parallel visualizer. | [ParaView/5.4.1-Python-2.7.16-mpi](#paraview541-python-2716-mpi)
[ParaView/5.6.2-Python-3.7.4-mpi](#paraview562-python-374-mpi)
[ParaView/5.8.0-Python-3.8.2-mpi](#paraview580-python-382-mpi)
[ParaView/5.8.1-mpi](#paraview581-mpi)
[ParaView/5.9.1-mpi](#paraview591-mpi)
+ParMETIS | ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs, meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning schemes. | [ParMETIS/4.0.3](#parmetis403)
+patchelf | PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables. | [patchelf/0.10](#patchelf010)
+PCRE | The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. | [PCRE/8.43](#pcre843)
[PCRE/8.44](#pcre844)
[PCRE/8.45](#pcre845)
+PCRE2 | The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. | [PCRE2/10.33](#pcre21033)
[PCRE2/10.34](#pcre21034)
[PCRE2/10.35](#pcre21035)
[PCRE2/10.36](#pcre21036)
[PCRE2/10.37](#pcre21037)
[PCRE2/10.40](#pcre21040)
+Perl | Larry Wall's Practical Extraction and Report Language | [Perl/5.30.0](#perl5300)
[Perl/5.30.2](#perl5302)
[Perl/5.30.2-minimal](#perl5302-minimal)
[Perl/5.32.0](#perl5320)
[Perl/5.32.0-minimal](#perl5320-minimal)
[Perl/5.32.1](#perl5321)
[Perl/5.32.1-minimal](#perl5321-minimal)
[Perl/5.34.0](#perl5340)
[Perl/5.34.1](#perl5341)
[Perl/5.34.1-GCCcore-11.3.0](#perl5341-gcccore-1130)
[Perl/5.34.1-minimal](#perl5341-minimal)
[Perl/5.36.0](#perl5360)
+PETSc | PETSc, pronounced PET-see (the S is silent), is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. | [PETSc/3.12.4-Python-3.7.4](#petsc3124-python-374)
[PETSc/3.15.1](#petsc3151)
[PETSc/3.20.4](#petsc3204)
+petsc4py | petsc4py are Python bindings for PETSc, the Portable, Extensible Toolchain for Scientific Computation. | [petsc4py/3.12.0-Python-3.7.4](#petsc4py3120-python-374)
+phonopy | Phonopy is an open source package of phonon calculations based on the supercell approach. | [phonopy/2.16.3](#phonopy2163)
+PICI-LIGGGHTS | UoB Postron Imaging Centre's Improved LIGGGHTS distribution with an emphasis on the Python interface. | [PICI-LIGGGHTS/3.8.1](#pici-liggghts381)
+Pillow | Pillow is the 'friendly PIL fork' by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. | [Pillow/8.0.1](#pillow801)
[Pillow/8.2.0](#pillow820)
[Pillow/9.1.1](#pillow911)
[Pillow/9.2.0](#pillow920)
+Pillow-SIMD | Pillow is the 'friendly PIL fork' by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. | [Pillow-SIMD/7.1.2](#pillow-simd712)
[Pillow-SIMD/8.2.0](#pillow-simd820)
[Pillow-SIMD/9.2.0](#pillow-simd920)
+pixman | Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization. Important users of pixman are the cairo graphics library and the X server. | [pixman/0.38.4](#pixman0384)
[pixman/0.40.0](#pixman0400)
+pkg-config | pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib (or other libraries). | [pkg-config/0.29.2](#pkg-config0292)
+pkgconf | pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org. | [pkgconf/1.8.0](#pkgconf180)
[pkgconf/1.8.0-GCCcore-11.3.0](#pkgconf180-gcccore-1130)
[pkgconf/1.9.3](#pkgconf193)
+pkgconfig | pkgconfig is a Python module to interface with the pkg-config command line tool | [pkgconfig/1.5.1-Python-3.7.4](#pkgconfig151-python-374)
[pkgconfig/1.5.1-Python-3.8.2](#pkgconfig151-python-382)
[pkgconfig/1.5.1-python](#pkgconfig151-python)
[pkgconfig/1.5.4-python](#pkgconfig154-python)
[pkgconfig/1.5.5-GCCcore-11.3.0-python](#pkgconfig155-gcccore-1130-python)
[pkgconfig/1.5.5-python](#pkgconfig155-python)
+PLplot | PLplot is a cross-platform software package for creating scientific plots whose (UTF-8) plot symbols and text are limited in practice only by what Unicode-aware system fonts are installed on a user's computer. | [PLplot/5.14.0-Java-17.0.6](#plplot5140-java-1706)
+PLUMED | PLUMED is an open source library for free energy calculations in molecular systems which works together with some of the most popular molecular dynamics engines. Free energy calculations can be performed as a function of many order parameters with a particular focus on biological problems, using state of the art methods such as metadynamics, umbrella sampling and Jarzynski-equation based steered MD. The software, written in C++, can be easily interfaced with both fortran and C/C++ codes. | [PLUMED/2.6.2](#plumed262)
[PLUMED/2.7.2](#plumed272)
[PLUMED/2.7.3](#plumed273)
[PLUMED/2.8.0](#plumed280)
+PLY | PLY is yet another implementation of lex and yacc for Python. | [PLY/3.11-Python-3.7.4](#ply311-python-374)
+pmi | No description |[pmi/pmix-x86_64](#pmipmix-x86_64)
+PMIx | Process Management for Exascale EnvironmentsPMI Exascale (PMIx) represents an attempt toprovide an extended version of the PMI standard specifically designedto support clusters up to and including exascale sizes. The overallobjective of the project is not to branch the existing pseudo-standarddefinitions - in fact, PMIx fully supports both of the existing PMI-1and PMI-2 APIs - but rather to (a) augment and extend those APIs toeliminate some current restrictions that impact scalability, and (b)provide a reference implementation of the PMI-server that demonstratesthe desired level of scalability. | [PMIx/3.1.5](#pmix315)
[PMIx/3.2.3](#pmix323)
[PMIx/4.1.0](#pmix410)
[PMIx/4.1.2](#pmix412)
+poetry | Python packaging and dependency management made easy | [poetry/1.0.9-Python-3.8.2](#poetry109-python-382)
+PostgreSQL | PostgreSQL is a powerful, open source object-relational database system. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation. | [PostgreSQL/13.2](#postgresql132)
+PROJ | Program proj is a standard Unix filter function which convertsgeographic longitude and latitude coordinates into cartesian coordinates | [PROJ/8.1.0](#proj810)
[PROJ/9.0.0](#proj900)
+protobuf | Google Protocol Buffers | [protobuf/3.10.0](#protobuf3100)
[protobuf/3.14.0](#protobuf3140)
[protobuf/3.17.3](#protobuf3173)
[protobuf/3.19.4](#protobuf3194)
[protobuf/3.19.4-GCCcore-11.3.0](#protobuf3194-gcccore-1130)
+protobuf-python | Python Protocol Buffers runtime library. | [protobuf-python/3.14.0](#protobuf-python3140)
[protobuf-python/3.17.3](#protobuf-python3173)
[protobuf-python/3.19.4](#protobuf-python3194)
[protobuf-python/3.19.4-GCCcore-11.3.0](#protobuf-python3194-gcccore-1130)
+py-cpuinfo | py-cpuinfo gets CPU info with pure Python. | [py-cpuinfo/9.0.0](#py-cpuinfo900)
+pybind11 | pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. | [pybind11/2.4.3-Python-3.7.4](#pybind11243-python-374)
[pybind11/2.4.3-Python-3.8.2](#pybind11243-python-382)
[pybind11/2.6.0](#pybind11260)
[pybind11/2.6.2](#pybind11262)
[pybind11/2.7.1](#pybind11271)
[pybind11/2.9.2](#pybind11292)
[pybind11/2.9.2-GCCcore-11.3.0](#pybind11292-gcccore-1130)
+PyCairo | Python bindings for the cairo library | [PyCairo/1.21.0](#pycairo1210)
+pydicom | Pure python package for DICOM medical file reading and writing. | [pydicom/2.3.0](#pydicom230)
+PyGObject | PyGObject is a Python package which provides bindings for GObject basedlibraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more. | [PyGObject/3.42.1](#pygobject3421)
+PyTables | PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data. PyTables is built on top of the HDF5 library, using the Python language and the NumPy package. It features an object-oriented interface that, combined with C extensions for the performance-critical parts of the code (generated using Cython), makes it a fast, yet extremely easy to use tool for interactively browsing, processing and searching very large amounts of data. One important feature of PyTables is that it optimizes memory and disk resources so that data takes much less space (specially if on-flight compression is used) than other solutions such as relational or object oriented databases. | [PyTables/3.8.0](#pytables380)
+pytest-xdist | xdist: pytest distributed testing pluginThe pytest-xdist plugin extends pytest with some unique test execution modes: * test run parallelization: if you have multiple CPUs or hosts you can use those for a combined test run. This allows to speed up development or to use special resources of remote machines. * --looponfail: run your tests repeatedly in a subprocess. After each run pytest waits until a file in your project changes and then re-runs the previously failing tests. This is repeated until all tests pass after which again a full run is performed. * Multi-Platform coverage: you can specify different Python interpreters or different platforms and run tests in parallel on all of them.Before running tests remotely, pytest efficiently rsyncs yourprogram source code to the remote place. All test results are reportedback and displayed to your local terminal. You may specify differentPython versions and interpreters. | [pytest-xdist/2.3.0](#pytest-xdist230)
+Python | Python is a programming language that lets you work more quickly and integrate your systems more effectively. | [Python/2.7.16](#python2716)
[Python/2.7.18](#python2718)
[Python/2.7.18-bare](#python2718-bare)
[Python/3.10.4](#python3104)
[Python/3.10.4-GCCcore-11.3.0](#python3104-gcccore-1130)
[Python/3.10.4-GCCcore-11.3.0-bare](#python3104-gcccore-1130-bare)
[Python/3.10.4-bare](#python3104-bare)
[Python/3.10.8-bare](#python3108-bare)
[Python/3.7.4](#python374)
[Python/3.8.2](#python382)
[Python/3.8.6](#python386)
[Python/3.9.5](#python395)
[Python/3.9.5-bare](#python395-bare)
[Python/3.9.6](#python396)
[Python/3.9.6-bare](#python396-bare)
+PyTorch | Tensors and Dynamic neural networks in Python with strong GPU acceleration.PyTorch is a deep learning framework that puts Python first. | [PyTorch/1.10.0](#pytorch1100)
[PyTorch/1.11.0-CUDA-11.1.1](#pytorch1110-cuda-1111)
[PyTorch/1.12.0](#pytorch1120)
[PyTorch/1.12.1](#pytorch1121)
[PyTorch/1.12.1-CUDA-11.7.0](#pytorch1121-cuda-1170)
[PyTorch/1.7.1](#pytorch171)
[PyTorch/1.9.0](#pytorch190)
[PyTorch/2.0-Miniconda3-4.12.0](#pytorch20-miniconda3-4120)
+PyTorch-Geometric | PyTorch Geometric (PyG) is a geometric deep learning extension library for PyTorch. | [PyTorch-Geometric/2.0.1-PyTorch-1.9.0](#pytorch-geometric201-pytorch-190)
+PyTorch-Lightning | PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. | [PyTorch-Lightning/1.8.4-CUDA-11.7.0](#pytorch-lightning184-cuda-1170)
[PyTorch-Lightning/1.9.0](#pytorch-lightning190)
+PyYAML | PyYAML is a YAML parser and emitter for the Python programming language. | [PyYAML/5.3.1](#pyyaml531)
[PyYAML/5.4.1](#pyyaml541)
[PyYAML/6.0](#pyyaml60)
+Qhull | Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. The source code runs in 2-d, 3-d, 4-d, and higher dimensions. Qhull implements the Quickhull algorithm for computing the convex hull. | [Qhull/2020.2](#qhull20202)
+qmul | Enables access to QMUL modules. | [qmul](#qmul)
+Qt | Qt is a comprehensive cross-platform C++ application framework. | [Qt/4.8.7](#qt487)
+Qt5 | Qt is a comprehensive cross-platform C++ application framework. | [Qt5/5.13.1](#qt55131)
[Qt5/5.14.1](#qt55141)
[Qt5/5.14.2](#qt55142)
[Qt5/5.15.2](#qt55152)
[Qt5/5.15.5](#qt55155)
+QuantumESPRESSO | Quantum ESPRESSO is an integrated suite of computer codesfor electronic-structure calculations and materials modeling at the nanoscale.It is based on density-functional theory, plane waves, and pseudopotentials(both norm-conserving and ultrasoft). | [QuantumESPRESSO/6.8](#quantumespresso68)
[QuantumESPRESSO/7.1](#quantumespresso71)
+QuSpin | QuSpin is an open-source Python package for exact diagonalization and quantum dynamics of arbitrary boson,fermion and spin many-body systems. QuSpin supports the use of various (user-defined) symmetries forone and higher-dimensional lattice systems, (imaginary) time evolution following arbitrary user-specifieddriving protocols, and constrained Hilbert spaces. | [QuSpin/0.3.6](#quspin036)
+R | R is a free software environment for statistical computing and graphics. | [R/4.1.2](#r412)
+R-bundle-Bioconductor | Bioconductor provides tools for the analysis and coprehension of high-throughput genomic data. | [R-bundle-Bioconductor/3.14-R-4.1.2](#r-bundle-bioconductor314-r-412)
+RDFlib | RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. | [RDFlib/5.0.0](#rdflib500)
+RDKit | RDKit is a collection of cheminformatics and machine-learning software written in C++ and Python. | [RDKit/2020.03.3-Python-3.8.6](#rdkit2020033-python-386)
+RE2 | RE2 is a fast, safe, thread-friendly alternative to backtracking regularexpression engines like those used in PCRE, Perl, and Python. It is a C++library. | [RE2/2021-06-01](#re22021-06-01)
+re2c | re2c is a free and open-source lexer generator for C and C++. Its main goal is generatingfast lexers: at least as fast as their reasonably optimized hand-coded counterparts. Instead of usingtraditional table-driven approach, re2c encodes the generated finite state automata directly in the formof conditional jumps and comparisons. | [re2c/1.2.1](#re2c121)
[re2c/1.3](#re2c13)
[re2c/2.0.3](#re2c203)
[re2c/2.1.1](#re2c211)
[re2c/2.2](#re2c22)
+RELION | RELION (for REgularised LIkelihood OptimisatioN, pronounce rely-on) is a stand-alone computer program that employs an empirical Bayesian approach to refinement of (multiple) 3D reconstructions or 2D class averages in electron cryo-microscopy (cryo-EM). | [RELION/3.1.3](#relion313)
[RELION/4.0.0](#relion400)
[RELION/4.0.0-CUDA-11.7.0](#relion400-cuda-1170)
[RELION/4.0_beta.2021.12.16](#relion40_beta20211216)
+RepeatMasker | RepeatMasker is a program that screens DNA sequences for interspersed repeats and low complexity DNA sequences. | [RepeatMasker/4.1.4](#repeatmasker414)
+ResMap | ResMap (Resolution Map) is a Python (NumPy/SciPy) application with a Tkinter GUI. It is an easy to use software package for computing the local resolution of 3D density maps studied in structural biology, primarily electron cryo-microscopy (cryo-EM). | [ResMap/1.1.4](#resmap114)
+rjags | The rjags package is an interface to the JAGS library. | [rjags/4-10-R-4.1.2](#rjags4-10-r-412)
+RMBlast | RMBlast is a RepeatMasker compatible version of the standard NCBI BLAST suite. The primary difference between this distribution and the NCBI distribution is the addition of a new program 'rmblastn' for use with RepeatMasker and RepeatModeler. | [RMBlast/2.13.0](#rmblast2130)
+Rust | Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. | [Rust/1.52.1](#rust1521)
[Rust/1.54.0](#rust1540)
[Rust/1.60.0](#rust1600)
[Rust/1.60.0-GCCcore-11.3.0](#rust1600-gcccore-1130)
[Rust/1.65.0](#rust1650)
+SAMtools | SAM Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format. | [SAMtools/1.16.1](#samtools1161)
+ScaFaCoS | ScaFaCoS is a library of scalable fast coulomb solvers. | [ScaFaCoS/1.0.1](#scafacos101)
+ScaLAPACK | The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routinesredesigned for distributed memory MIMD parallel computers. | [ScaLAPACK/2.0.2](#scalapack202)
[ScaLAPACK/2.1.0](#scalapack210)
[ScaLAPACK/2.1.0-fb](#scalapack210-fb)
[ScaLAPACK/2.2.0-fb](#scalapack220-fb)
[ScaLAPACK/3.0-amd](#scalapack30-amd)
+SchNetPack | SchNetPack is a toolbox for the development and application of deep neural networks to the prediction of potential energy surfaces and other quantum-chemical properties of molecules and materials. | [SchNetPack/2.0.1](#schnetpack201)
+scikit-build | Scikit-Build, or skbuild, is an improved build system generatorfor CPython C/C++/Fortran/Cython extensions. | [scikit-build/0.11.1](#scikit-build0111)
[scikit-build/0.15.0](#scikit-build0150)
+scikit-image | scikit-image is a collection of algorithms for image processing. | [scikit-image/0.18.1](#scikit-image0181)
[scikit-image/0.19.3](#scikit-image0193)
+scikit-learn | Scikit-learn integrates machine learning algorithms in the tightly-knit scientific Python world,building upon numpy, scipy, and matplotlib. As a machine-learning module,it provides versatile tools for data mining and analysis in any field of science and engineering.It strives to be simple and efficient, accessible to everybody, and reusable in various contexts. | [scikit-learn/0.23.2](#scikit-learn0232)
[scikit-learn/1.1.2](#scikit-learn112)
+SciPy-bundle | Bundle of Python packages for scientific software | [SciPy-bundle/2019.10-Python-3.7.4](#scipy-bundle201910-python-374)
[SciPy-bundle/2020.03-Python-3.8.2](#scipy-bundle202003-python-382)
[SciPy-bundle/2020.11](#scipy-bundle202011)
[SciPy-bundle/2021.05](#scipy-bundle202105)
[SciPy-bundle/2021.10](#scipy-bundle202110)
[SciPy-bundle/2022.05](#scipy-bundle202205)
[SciPy-bundle/2022.05-foss-2022a](#scipy-bundle202205-foss-2022a)
+SCOTCH | Software package and libraries for sequential and parallel graph partitioning,static mapping, and sparse matrix block ordering, and sequential mesh and hypergraph partitioning. | [SCOTCH/6.0.9](#scotch609)
[SCOTCH/6.1.0](#scotch610)
[SCOTCH/7.0.1](#scotch701)
+SDL2 | SDL: Simple DirectMedia Layer, a cross-platform multimedia library | [SDL2/2.0.14](#sdl22014)
[SDL2/2.0.22](#sdl22022)
+Seaborn | Seaborn is a Python visualization library based on matplotlib. It provides a high-level interface for drawing attractive statistical graphics. | [Seaborn/0.12.1](#seaborn0121)
+SentencePiece | Unsupervised text tokenizer for Neural Network-based text generation. | [SentencePiece/0.1.96](#sentencepiece0196)
+settarg | No description |[settarg](#settarg)
+shapelib | The Shapefile C Library provides the ability to write simple C programs for reading, writing and updating (to a limited extent) ESRI Shapefiles, and the associated attribute file (.dbf). | [shapelib/1.5.0](#shapelib150)
+Shapely | Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects.It is based on the widely deployed GEOS (the engine of PostGIS) and JTS (from which GEOS is ported) libraries. | [Shapely/1.8.2](#shapely182)
+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. | [SLEPc/3.12.2-Python-3.7.4](#slepc3122-python-374)
[SLEPc/3.20.0](#slepc3200)
+slepc4py | Python bindings for SLEPc, the Scalable Library for Eigenvalue Problem Computations. | [slepc4py/3.12.0-Python-3.7.4](#slepc4py3120-python-374)
+SNAP-HMM | SNAP is a general purpose gene finding program suitable for both eukaryotic andprokaryotic genomes. SNAP is an acroynm for Semi-HMM-based Nucleic AcidParser. | [SNAP-HMM/20221022](#snap-hmm20221022)
+snappy | Snappy is a compression/decompression library. It does not aimfor maximum compression, or compatibility with any other compression library;instead, it aims for very high speeds and reasonable compression. | [snappy/1.1.7](#snappy117)
[snappy/1.1.8](#snappy118)
[snappy/1.1.9](#snappy119)
[snappy/1.1.9-GCCcore-11.3.0](#snappy119-gcccore-1130)
+SOFA_C | SOFA operates under the auspices of the International Astronomical Union (IAU) to provide algorithms and software for use in astronomical computing.The SOFA Collection consists of two libraries of routines, one coded in Fortran 77 the other in ANSI C.There is a suite of vector/matrix routines and various utilities that underpin the astronomy algorithms, which include routines for the following: Astrometry, Calendars, Time Scales, Ecliptic Coordinates, Earth Rotation and Sidereal Time, Ephemerides (medium precision), Fundamental Arguments, Galactic Coordinates, Geocentric/Geodetic Transformations, Precession, Nutation and Polar Motion, Star Catalog Conversion | [SOFA_C/19](#sofa_c19)
+SOFA_F | SOFA operates under the auspices of the International Astronomical Union (IAU) to provide algorithms and software for use in astronomical computing.The SOFA Collection consists of two libraries of routines, one coded in Fortran 77 the other in ANSI C.There is a suite of vector/matrix routines and various utilities that underpin the astronomy algorithms, which include routines for the following: Astrometry, Calendars, Time Scales, Ecliptic Coordinates, Earth Rotation and Sidereal Time, Ephemerides (medium precision), Fundamental Arguments, Galactic Coordinates, Geocentric/Geodetic Transformations, Precession, Nutation and Polar Motion, Star Catalog Conversion | [SOFA_F/19](#sofa_f19)
+spglib-python | Spglib for Python. Spglib is a library for finding and handling crystal symmetries written in C. | [spglib-python/1.16.0](#spglib-python1160)
[spglib-python/2.0.0](#spglib-python200)
+SQLite | SQLite: SQL Database Engine in a C Library | [SQLite/3.29.0](#sqlite3290)
[SQLite/3.31.1](#sqlite3311)
[SQLite/3.33.0](#sqlite3330)
[SQLite/3.35.4](#sqlite3354)
[SQLite/3.36](#sqlite336)
[SQLite/3.38.3](#sqlite3383)
[SQLite/3.38.3-GCCcore-11.3.0](#sqlite3383-gcccore-1130)
[SQLite/3.39.4](#sqlite3394)
+STREAM | The STREAM benchmark is a simple synthetic benchmark program that measures sustainable memory bandwidth (in MB/s) and the corresponding computation rate for simple vector kernels. | [STREAM/5.10](#stream510)
+SuiteSparse | SuiteSparse is a collection of libraries manipulate sparse matrices. | [SuiteSparse/5.10.1-METIS-5.1.0](#suitesparse5101-metis-510)
[SuiteSparse/5.13.0-METIS-5.1.0](#suitesparse5130-metis-510)
[SuiteSparse/5.6.0-METIS-5.1.0](#suitesparse560-metis-510)
+SUNDIALS | SUNDIALS: SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers | [SUNDIALS/5.1.0](#sundials510)
+SWIG | SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. | [SWIG/3.0.12](#swig3012)
[SWIG/4.0.1](#swig401)
[SWIG/4.0.2](#swig402)
+sympy | SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries. | [sympy/1.11.1](#sympy1111)
[sympy/1.5.1-Python-3.7.4](#sympy151-python-374)
+Szip | Szip compression software, providing lossless compression of scientific data | [Szip/2.1.1](#szip211)
[Szip/2.1.1-GCCcore-11.3.0](#szip211-gcccore-1130)
+tbb | Intel(R) Threading Building Blocks (Intel(R) TBB) lets you easily write parallel C++ programs that take full advantage of multicore performance, that are portable, composable and have future-proof scalability. | [tbb/2020.3](#tbb20203)
[tbb/2021.5.0](#tbb202150)
+Tcl | Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. | [Tcl/8.6.10](#tcl8610)
[Tcl/8.6.11](#tcl8611)
[Tcl/8.6.12](#tcl8612)
[Tcl/8.6.12-GCCcore-11.3.0](#tcl8612-gcccore-1130)
[Tcl/8.6.9](#tcl869)
+tcsh | Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C shell (csh). It is a command language interpreter usable both as an interactive login shell and a shell script command processor. It includes a command-line editor, programmable word completion, spelling correction, a history mechanism, job control and a C-like syntax. | [tcsh/6.22.03](#tcsh62203)
+tensorboard | TensorBoard is a suite of web applications for inspecting and understanding your TensorFlow runsand graphs. | [tensorboard/2.8.0](#tensorboard280)
+tensorboardX | Tensorboard for PyTorch. | [tensorboardX/2.2-PyTorch-1.9.0](#tensorboardx22-pytorch-190)
[tensorboardX/2.5.1](#tensorboardx251)
+TensorFlow | An open-source software library for Machine Intelligence | [TensorFlow/1.15.2-Python-3.7.4](#tensorflow1152-python-374)
[TensorFlow/1.15.5-Python-3.7.4](#tensorflow1155-python-374)
[TensorFlow/2.11.0](#tensorflow2110)
[TensorFlow/2.11.0-CUDA-11.7.0](#tensorflow2110-cuda-1170)
[TensorFlow/2.11.0-foss-2022a](#tensorflow2110-foss-2022a)
[TensorFlow/2.4.1](#tensorflow241)
[TensorFlow/2.5.0](#tensorflow250)
[TensorFlow/2.6.0-CUDA-11.3.1](#tensorflow260-cuda-1131)
+tensorflow-probability | TensorFlow Probability (TFP) is a library for probabilistic reasoning and statistical analysis. | [tensorflow-probability/0.19.0](#tensorflow-probability0190)
[tensorflow-probability/0.19.0-foss-2022a](#tensorflow-probability0190-foss-2022a)
+TIAToolbox | This package is for those interested in digital pathology: including graduate students, medical staff, members of the TIA Centre and of PathLAKE, and anyone, anywhere, who may find it useful. | [TIAToolbox/1.2.1](#tiatoolbox121)
[TIAToolbox/1.2.1-CUDA-11.7.0](#tiatoolbox121-cuda-1170)
+Tinker-HP | Tinker-HP is a CPUs and GPUs based, multi-precision, MPI massively parallel package dedicated to long polarizable molecular dynamics simulations and to polarizable QM/MM. | [Tinker-HP/1.2](#tinker-hp12)
+Tk | Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building a graphical user interface (GUI) in many different programming languages. | [Tk/8.6.10](#tk8610)
[Tk/8.6.11](#tk8611)
[Tk/8.6.12](#tk8612)
[Tk/8.6.9](#tk869)
+Tkinter | Tkinter module, built with the Python buildsystem | [Tkinter/3.10.4](#tkinter3104)
[Tkinter/3.7.4](#tkinter374)
[Tkinter/3.8.2](#tkinter382)
[Tkinter/3.8.6](#tkinter386)
[Tkinter/3.9.6](#tkinter396)
+torchtext | Data loaders and abstractions for text and NLP | [torchtext/0.10.0-PyTorch-1.9.0](#torchtext0100-pytorch-190)
+torchvision | Datasets, Transforms and Models specific to Computer Vision | [torchvision/0.10.0-PyTorch-1.9.0](#torchvision0100-pytorch-190)
[torchvision/0.13.1](#torchvision0131)
[torchvision/0.13.1-CUDA-11.7.0](#torchvision0131-cuda-1170)
+tqdm | A fast, extensible progress bar for Python and CLI | [tqdm/4.56.2](#tqdm4562)
[tqdm/4.60.0](#tqdm4600)
[tqdm/4.64.0](#tqdm4640)
+TRF | Tandem Repeats Finder: a program to analyze DNA sequences. | [TRF/4.09.1](#trf4091)
+Trilinos | The Trilinos Project is an effort to develop algorithms and enabling technologies within an object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems. A unique design feature of Trilinos is its focus on packages. | [Trilinos/12.12.1-Python-3.7.4](#trilinos12121-python-374)
+TRIQS | TRIQS (Toolbox for Research on Interacting Quantum Systems) is a scientific project providing a set of C++ and Python libraries to develop new tools for the study of interacting quantum systems. | [TRIQS/3.0.2](#triqs302)
+TRIQS-cthyb | TRIQS (Toolbox for Research on Interacting Quantum Systems) is a scientific project providing a set of C++ and Python libraries to develop new tools for the study of interacting quantum systems. cthyb = continuous-time hybridisation-expansion quantum Monte Carlo The TRIQS-based hybridization-expansion solver allows to solve the generic problem of a quantum impurity embedded in a conduction bath for an arbitrary local interaction vertex. The impurity can be any set of orbitals, on one or several atoms. | [TRIQS-cthyb/3.0.0](#triqs-cthyb300)
+TRIQS-dft_tools | TRIQS (Toolbox for Research on Interacting Quantum Systems) is a scientific project providing a set of C++ and Python libraries to develop new tools for the study of interacting quantum systems. This TRIQS-based-based application is aimed at ab-initio calculations for correlated materials, combining realistic DFT band-structure calculation with the dynamical mean-field theory. Together with the necessary tools to perform the DMFT self-consistency loop for realistic multi-band problems, the package provides a full-fledged charge self-consistent interface to the Wien2K package. In addition, if Wien2k is not available, it provides a generic interface for one-shot DFT+DMFT calculations, where only the single-particle Hamiltonian in orbital space has to be provided. | [TRIQS-dft_tools/3.0.0](#triqs-dft_tools300)
+TRIQS-maxent | TRIQS (Toolbox for Research on Interacting Quantum Systems) is a scientific project providing a set of C++ and Python libraries to develop new tools for the study of interacting quantum systems. The goal of this TRIQS application is to provide a modular Maximum Entropy program to perform analytic continuation. In the spirit of TRIQS, the implementation is not intended as a monolithic package that the user interacts with via input files, but as a set of tools (i.e., functions and classes) that can be called from python. | [TRIQS-maxent/1.0.0](#triqs-maxent100)
+TRIQS-tprf | TRIQS (Toolbox for Research on Interacting Quantum Systems) is a scientific project providing a set of C++ and Python libraries to develop new tools for the study of interacting quantum systems. TPRF is a TRIQS-based two-particle response function tool box that implements basic operations for higher order response functions such as inversion, products, the random phase approximation, the bethe salpeter equation (in the local vertex approximation), etc.. The aim is to provide efficient (C++/OpenMP/MPI) implementations of the basic operations needed to compute the two-particle response in the different two-particle channels (particle-hole, particle-particle). | [TRIQS-tprf/3.0.0](#triqs-tprf300)
+typing-extensions | Typing Extensions - Backported and Experimental Type Hints for Python | [typing-extensions/3.10.0.0](#typing-extensions31000)
[typing-extensions/3.7.4.3](#typing-extensions3743)
[typing-extensions/4.5.0](#typing-extensions450)
+UCC | UCC (Unified Collective Communication) is a collectivecommunication operations API and library that is flexible, complete, and feature-rich for current and emerging programming models and runtimes. | [UCC/1.0.0](#ucc100)
+UCX | Unified Communication XAn open-source production grade communication framework for data centricand high-performance applications | [UCX/1.10.0](#ucx1100)
[UCX/1.11.2](#ucx1112)
[UCX/1.11.2-CUDAcore-11.5.1](#ucx1112-cudacore-1151)
[UCX/1.12.1](#ucx1121)
[UCX/1.8.0](#ucx180)
[UCX/1.9.0](#ucx190)
[UCX/1.9.0-CUDA-11.1.1](#ucx190-cuda-1111)
+UCX-CUDA | Unified Communication XAn open-source production grade communication framework for data centricand high-performance applicationsThis module adds the UCX CUDA support. | [UCX-CUDA/1.10.0-CUDA-11.3.1](#ucx-cuda1100-cuda-1131)
[UCX-CUDA/1.11.2-CUDA-11.4.1](#ucx-cuda1112-cuda-1141)
[UCX-CUDA/1.12.1-CUDA-11.7.0](#ucx-cuda1121-cuda-1170)
+UDUNITS | UDUNITS supports conversion of unit specifications between formatted and binary forms, arithmetic manipulation of units, and conversion of values between compatible scales of measurement. | [UDUNITS/2.2.28](#udunits2228)
+UFL | The Unified Form Language (UFL) is a domain specific language for declaration of finite element discretizations of variational forms. More precisely, it defines a flexible interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation. | [UFL/2019.1.0-Python-3.7.4](#ufl201910-python-374)
+umap-learn | Uniform Manifold Approximation and Projection (UMAP) is a dimension reduction technique that can be used for visualisation similarly to t-SNE, but also for general non-linear dimension reduction. | [umap-learn/0.5.3](#umap-learn053)
+UnZip | UnZip is an extraction utility for archives compressedin .zip format (also called "zipfiles"). Although highly compatible bothwith PKWARE's PKZIP and PKUNZIP utilities for MS-DOS and with Info-ZIP'sown Zip program, our primary objectives have been portability andnon-MSDOS functionality. | [UnZip/6.0](#unzip60)
[UnZip/6.0-GCCcore-11.3.0](#unzip60-gcccore-1130)
+util-linux | Set of Linux utilities | [util-linux/2.34](#util-linux234)
[util-linux/2.35](#util-linux235)
[util-linux/2.36](#util-linux236)
[util-linux/2.37](#util-linux237)
[util-linux/2.38](#util-linux238)
+Voro++ | Voro++ is a software library for carrying out three-dimensional computations of the Voronoitessellation. A distinguishing feature of the Voro++ library is that it carries out cell-based calculations,computing the Voronoi cell for each particle individually. It is particularly well-suited for applications thatrely on cell-based statistics, where features of Voronoi cells (eg. volume, centroid, number of faces) can be usedto analyze a system of particles. | [Voro++/0.4.6](#voro046)
+VTK | The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, image processing and visualization. VTK consists of a C++ class library and several interpreted interface layers including Tcl/Tk, Java, and Python. VTK supports a wide variety of visualization algorithms including: scalar, vector, tensor, texture, and volumetric methods; and advanced modeling techniques such as: implicit modeling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation. | [VTK/8.2.0-Python-3.7.4](#vtk820-python-374)
[VTK/8.2.0-Python-3.8.2](#vtk820-python-382)
[VTK/9.2.2](#vtk922)
+VTune | Intel VTune Amplifier XE is the premier performance profiler for C, C++, C#, Fortran, Assembly and Java. | [VTune/2022.2.0](#vtune202220)
+warwick | Enables access to Warwick modules. | [warwick](#warwick)
+Wayland | Wayland is a project to define a protocol for a compositor to talk to its clients as well as a library implementation of the protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. | [Wayland/1.20.0](#wayland1200)
+wxWidgets | wxWidgets is a C++ library that lets developers createapplications for Windows, Mac OS X, Linux and other platforms with asingle code base. It has popular language bindings for Python, Perl,Ruby and many other languages, and unlike other cross-platform toolkits,wxWidgets gives applications a truly native look and feel because ituses the platform's native API rather than emulating the GUI. | [wxWidgets/3.1.4](#wxwidgets314)
[wxWidgets/3.2.1](#wxwidgets321)
+X11 | The X Window System (X11) is a windowing system for bitmap displays | [X11/20190717](#x1120190717)
[X11/20200222](#x1120200222)
[X11/20201008](#x1120201008)
[X11/20210518](#x1120210518)
[X11/20210802](#x1120210802)
[X11/20220504](#x1120220504)
+x264 | x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format, and is released under the terms of the GNU GPL. | [x264/20190925](#x26420190925)
[x264/20191217](#x26420191217)
[x264/20201026](#x26420201026)
[x264/20210414](#x26420210414)
[x264/20210613](#x26420210613)
[x264/20220620](#x26420220620)
+x265 | x265 is a free software library and application for encoding video streams into the H.265 AVC compression format, and is released under the terms of the GNU GPL. | [x265/3.2](#x26532)
[x265/3.3](#x26533)
[x265/3.5](#x26535)
+xarray | xarray (formerly xray) is an open source project and Python package that aims to bring the labeled data power of pandas to the physical sciences, by providing N-dimensional variants of the core pandas data structures. | [xarray/2022.9.0](#xarray202290)
+XML-LibXML | Perl binding for libxml2 | [XML-LibXML/2.0207](#xml-libxml20207)
+xorg-macros | X.org macros utilities. | [xorg-macros/1.19.2](#xorg-macros1192)
[xorg-macros/1.19.3](#xorg-macros1193)
[xorg-macros/1.19.3-GCCcore-11.3.0](#xorg-macros1193-gcccore-1130)
+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. | [xprop/1.2.5](#xprop125)
+Xvfb | Xvfb is an X server that can run on machines with no display hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory. | [Xvfb/1.20.13](#xvfb12013)
+xxd | xxd is part of the VIM package and this will only install xxd, not vim!xxd converts to/from hexdumps of binary files. | [xxd/8.2.4220](#xxd824220)
+XZ | xz: XZ utilities | [XZ/5.2.4](#xz524)
[XZ/5.2.5](#xz525)
[XZ/5.2.5-GCCcore-11.3.0](#xz525-gcccore-1130)
[XZ/5.2.7](#xz527)
+YACS | YACS was created as a lightweight library to define andmanage system configurations, such as those commonly found in softwaredesigned for scientific experimentation. These "configurations"typically cover concepts like hyperparameters used in training a machinelearning model or configurable model hyperparameters, such as the depthof a convolutional neural network. | [YACS/0.1.8](#yacs018)
+yaml-cpp | yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec | [yaml-cpp/0.6.3](#yaml-cpp063)
+Yasm | Yasm: Complete rewrite of the NASM assembler with BSD license | [Yasm/1.3.0](#yasm130)
+Z3 | Z3 is a theorem prover from Microsoft Research. | [Z3/4.8.10](#z34810)
+zarr | Zarr is a Python package providing an implementation of compressed, chunked, N-dimensional arrays, designed for use in parallel computing. | [zarr/2.13.3](#zarr2133)
+ZeroMQ | ZeroMQ looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fanout, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. | [ZeroMQ/4.3.3](#zeromq433)
[ZeroMQ/4.3.4](#zeromq434)
+zfp | zfp is a compressed format for representing multidimensional floating-point and integer arrays.zfp provides compressed-array classes that support high throughput read and write random access to individual arrayelements. zfp also supports serial and parallel (OpenMP and CUDA) compression of whole arrays, e.g., for applicationsthat read and write large data sets to and from disk. | [zfp/1.0.0](#zfp100)
+Zip | Zip is a compression and file packaging/archive utility.Although highly compatible both with PKWARE's PKZIP and PKUNZIPutilities for MS-DOS and with Info-ZIP's own UnZip, our primary objectiveshave been portability and other-than-MSDOS functionality | [Zip/3.0](#zip30)
[Zip/3.0-GCCcore-11.3.0](#zip30-gcccore-1130)
+zlib | zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. | [zlib/1.2.11](#zlib1211)
[zlib/1.2.12](#zlib1212)
[zlib/1.2.12-GCCcore-11.3.0](#zlib1212-gcccore-1130)
+zlib-ng | zlib data compression library for the next generation systems | [zlib-ng/2.0.6](#zlib-ng206)
+Zopfli | Zopfli Compression Algorithm is a compression library programmed in C to performvery good, but slow, deflate or zlib compression. | [Zopfli/1.0.3](#zopfli103)
+zstd | Zstandard is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression/speed trade-off, while being backed by a very fast decoder. It also offers a special mode for small data, called dictionary compression, and can create dictionaries from any sample set. | [zstd/1.4.4](#zstd144)
[zstd/1.4.5](#zstd145)
[zstd/1.4.9](#zstd149)
[zstd/1.5.0](#zstd150)
[zstd/1.5.2](#zstd152)
+ +# Details + +## Advisor/2021.4.0 + +module load Advisor/2021.4.0 + + +[Return to modules](#module-list) + +------- + +## aiohttp/3.8.1 + +module load GCCcore/10.2.0 aiohttp/3.8.1 + + +[Return to modules](#module-list) + +------- + +## aiohttp/3.8.3 + +module load GCCcore/11.3.0 aiohttp/3.8.3 + + +[Return to modules](#module-list) + +------- + +## Albumentations/1.3.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 Albumentations/1.3.0 + + +[Return to modules](#module-list) + +------- + +## AlphaFold/2.1.1 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 AlphaFold/2.1.1 + + +[Return to modules](#module-list) + +------- + +## ant/1.10.12-Java-11 + +module load ant/1.10.12-Java-11 + + +[Return to modules](#module-list) + +------- + +## ant/1.10.9-Java-11 + +module load ant/1.10.9-Java-11 + + +[Return to modules](#module-list) + +------- + +## AOCC/3.2.0 + +module load GCCcore/11.3.0 AOCC/3.2.0 + +module load GCCcore/11.2.0 AOCC/3.2.0 + + +[Return to modules](#module-list) + +------- + +## AOCL/4.0-ilp64 + +module load GCCcore/11.2.0 AOCL/4.0-ilp64 + + +[Return to modules](#module-list) + +------- + +## AOCL/4.0-lp64 + +module load GCCcore/11.2.0 AOCL/4.0-lp64 + + +[Return to modules](#module-list) + +------- + +## archspec/0.1.3 + +module load GCCcore/11.2.0 archspec/0.1.3 + + +[Return to modules](#module-list) + +------- + +## Arm-Forge/22.1.1 + +module load Arm-Forge/22.1.1 + + +[Return to modules](#module-list) + +------- + +## Arrow/6.0.0 + +module load GCC/11.2.0 OpenMPI/4.1.1 Arrow/6.0.0 + + +[Return to modules](#module-list) + +------- + +## arrow-R/6.0.0.2-R-4.1.2 + +module load GCC/11.2.0 OpenMPI/4.1.1 arrow-R/6.0.0.2-R-4.1.2 + + +[Return to modules](#module-list) + +------- + +## ASE/3.20.1 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 ASE/3.20.1 + + +[Return to modules](#module-list) + +------- + +## ASE/3.21.1 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 ASE/3.21.1 + + +[Return to modules](#module-list) + +------- + +## ASE/3.22.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 ASE/3.22.0 + + +[Return to modules](#module-list) + +------- + +## ASE/3.22.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 ASE/3.22.1 + + +[Return to modules](#module-list) + +------- + +## aston + +module load aston + + +[Return to modules](#module-list) + +------- + +## at-spi2-atk/2.38.0 + +module load GCCcore/10.2.0 at-spi2-atk/2.38.0 + +module load GCCcore/11.3.0 at-spi2-atk/2.38.0 + + +[Return to modules](#module-list) + +------- + +## at-spi2-core/2.38.0 + +module load GCCcore/10.2.0 at-spi2-core/2.38.0 + + +[Return to modules](#module-list) + +------- + +## at-spi2-core/2.44.1 + +module load GCCcore/11.3.0 at-spi2-core/2.44.1 + + +[Return to modules](#module-list) + +------- + +## ATK/2.36.0 + +module load GCCcore/10.2.0 ATK/2.36.0 + + +[Return to modules](#module-list) + +------- + +## ATK/2.38.0 + +module load GCCcore/11.3.0 ATK/2.38.0 + + +[Return to modules](#module-list) + +------- + +## AUGUSTUS/3.5.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 AUGUSTUS/3.5.0 + + +[Return to modules](#module-list) + +------- + +## Autoconf/2.69 + +module load GCCcore/10.2.0 Autoconf/2.69 + +module load GCCcore/9.3.0 Autoconf/2.69 + +module load GCCcore/8.3.0 Autoconf/2.69 + + +[Return to modules](#module-list) + +------- + +## Autoconf/2.71 + +module load GCCcore/11.3.0 Autoconf/2.71 + +module load Autoconf/2.71 + +module load GCCcore/12.2.0 Autoconf/2.71 + +module load GCCcore/10.3.0 Autoconf/2.71 + +module load GCCcore/11.2.0 Autoconf/2.71 + + +[Return to modules](#module-list) + +------- + +## Autoconf/2.71-GCCcore-11.3.0 + +module load Autoconf/2.71-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## Automake/1.16.1 + +module load GCCcore/9.3.0 Automake/1.16.1 + +module load GCCcore/8.3.0 Automake/1.16.1 + + +[Return to modules](#module-list) + +------- + +## Automake/1.16.2 + +module load GCCcore/10.2.0 Automake/1.16.2 + + +[Return to modules](#module-list) + +------- + +## Automake/1.16.3 + +module load GCCcore/10.3.0 Automake/1.16.3 + + +[Return to modules](#module-list) + +------- + +## Automake/1.16.4 + +module load GCCcore/11.2.0 Automake/1.16.4 + + +[Return to modules](#module-list) + +------- + +## Automake/1.16.5 + +module load GCCcore/11.3.0 Automake/1.16.5 + +module load Automake/1.16.5 + +module load GCCcore/12.2.0 Automake/1.16.5 + + +[Return to modules](#module-list) + +------- + +## Automake/1.16.5-GCCcore-11.3.0 + +module load Automake/1.16.5-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## Autotools/20180311 + +module load GCCcore/9.3.0 Autotools/20180311 + +module load GCCcore/8.3.0 Autotools/20180311 + + +[Return to modules](#module-list) + +------- + +## Autotools/20200321 + +module load GCCcore/10.2.0 Autotools/20200321 + + +[Return to modules](#module-list) + +------- + +## Autotools/20210128 + +module load GCCcore/10.3.0 Autotools/20210128 + + +[Return to modules](#module-list) + +------- + +## Autotools/20210726 + +module load GCCcore/11.2.0 Autotools/20210726 + + +[Return to modules](#module-list) + +------- + +## Autotools/20220317 + +module load Autotools/20220317 + +module load GCCcore/11.3.0 Autotools/20220317 + +module load GCCcore/12.2.0 Autotools/20220317 + + +[Return to modules](#module-list) + +------- + +## Autotools/20220317-GCCcore-11.3.0 + +module load Autotools/20220317-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## BamTools/2.5.2 + +module load GCC/11.3.0 BamTools/2.5.2 + + +[Return to modules](#module-list) + +------- + +## Bazel/0.26.1 + +module load GCCcore/8.3.0 Bazel/0.26.1 + + +[Return to modules](#module-list) + +------- + +## Bazel/3.7.2 + +module load GCCcore/10.2.0 Bazel/3.7.2 + +module load GCCcore/10.3.0 Bazel/3.7.2 + + +[Return to modules](#module-list) + +------- + +## Bazel/5.1.1 + +module load GCCcore/11.3.0 Bazel/5.1.1 + + +[Return to modules](#module-list) + +------- + +## Bazel/5.1.1-GCCcore-11.3.0 + +module load Bazel/5.1.1-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## BCFtools/1.15.1 + +module load GCC/11.3.0 BCFtools/1.15.1 + + +[Return to modules](#module-list) + +------- + +## BeautifulSoup/4.10.0 + +module load GCCcore/11.3.0 BeautifulSoup/4.10.0 + + +[Return to modules](#module-list) + +------- + +## BeautifulSoup/4.9.3 + +module load GCCcore/10.2.0 BeautifulSoup/4.9.3 + + +[Return to modules](#module-list) + +------- + +## binutils/2.32 + +module load binutils/2.32 + +module load GCCcore/8.3.0 binutils/2.32 + + +[Return to modules](#module-list) + +------- + +## binutils/2.34 + +module load binutils/2.34 + +module load GCCcore/9.3.0 binutils/2.34 + + +[Return to modules](#module-list) + +------- + +## binutils/2.35 + +module load GCCcore/10.2.0 binutils/2.35 + +module load binutils/2.35 + + +[Return to modules](#module-list) + +------- + +## binutils/2.36.1 + +module load binutils/2.36.1 + +module load GCCcore/10.3.0 binutils/2.36.1 + + +[Return to modules](#module-list) + +------- + +## binutils/2.37 + +module load GCCcore/11.2.0 binutils/2.37 + +module load binutils/2.37 + + +[Return to modules](#module-list) + +------- + +## binutils/2.38 + +module load binutils/2.38 + +module load GCCcore/11.3.0 binutils/2.38 + + +[Return to modules](#module-list) + +------- + +## binutils/2.38-GCCcore-11.3.0 + +module load binutils/2.38-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## binutils/2.39 + +module load GCCcore/12.2.0 binutils/2.39 + +module load binutils/2.39 + + +[Return to modules](#module-list) + +------- + +## BioPerl/1.7.8 + +module load GCCcore/11.3.0 BioPerl/1.7.8 + + +[Return to modules](#module-list) + +------- + +## Biopython/1.78 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 Biopython/1.78 + + +[Return to modules](#module-list) + +------- + +## birmingham + +module load birmingham + + +[Return to modules](#module-list) + +------- + +## Bison/3.3.2 + +module load GCCcore/8.3.0 Bison/3.3.2 + +module load Bison/3.3.2 + + +[Return to modules](#module-list) + +------- + +## Bison/3.5.3 + +module load Bison/3.5.3 + +module load GCCcore/10.2.0 Bison/3.5.3 + +module load GCCcore/9.3.0 Bison/3.5.3 + + +[Return to modules](#module-list) + +------- + +## Bison/3.7.1 + +module load Bison/3.7.1 + +module load GCCcore/10.2.0 Bison/3.7.1 + + +[Return to modules](#module-list) + +------- + +## Bison/3.7.6 + +module load Bison/3.7.6 + +module load GCCcore/10.3.0 Bison/3.7.6 + +module load GCCcore/11.2.0 Bison/3.7.6 + + +[Return to modules](#module-list) + +------- + +## Bison/3.8.2 + +module load GCCcore/11.3.0 Bison/3.8.2 + +module load GCCcore/12.2.0 Bison/3.8.2 + +module load Bison/3.8.2 + + +[Return to modules](#module-list) + +------- + +## Bison/3.8.2-GCCcore-11.3.0 + +module load Bison/3.8.2-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## BLAST+/2.13.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 BLAST+/2.13.0 + + +[Return to modules](#module-list) + +------- + +## BLIS/0.8.1 + +module load GCC/11.2.0 BLIS/0.8.1 + + +[Return to modules](#module-list) + +------- + +## BLIS/0.9.0 + +module load GCC/12.2.0 BLIS/0.9.0 + +module load GCC/11.3.0 BLIS/0.9.0 + + +[Return to modules](#module-list) + +------- + +## BLIS/3.0.1-amd + +module load GCCcore/10.2.0 BLIS/3.0.1-amd + + +[Return to modules](#module-list) + +------- + +## Blosc/1.21.3 + +module load GCCcore/11.3.0 Blosc/1.21.3 + + +[Return to modules](#module-list) + +------- + +## Blosc2/2.4.3 + +module load GCCcore/11.3.0 Blosc2/2.4.3 + + +[Return to modules](#module-list) + +------- + +## Blosc2/2.6.1 + +module load GCCcore/11.3.0 Blosc2/2.6.1 + + +[Return to modules](#module-list) + +------- + +## bokeh/2.2.3 + +module load GCC/10.2.0 OpenMPI/4.0.5 bokeh/2.2.3 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 bokeh/2.2.3 + + +[Return to modules](#module-list) + +------- + +## bokeh/2.4.3 + +module load GCC/11.3.0 OpenMPI/4.1.4 bokeh/2.4.3 + + +[Return to modules](#module-list) + +------- + +## Boost/1.71.0 + +module load iccifort/2019.5.281 impi/2019.7.217 Boost/1.71.0 + +module load GCC/8.3.0 OpenMPI/3.1.4 Boost/1.71.0 + +module load iccifort/2019.5.281 OpenMPI/3.1.4 Boost/1.71.0 + + +[Return to modules](#module-list) + +------- + +## Boost/1.72.0 + +module load GCC/9.3.0 OpenMPI/4.0.3 Boost/1.72.0 + + +[Return to modules](#module-list) + +------- + +## Boost/1.74.0 + +module load GCC/10.2.0 Boost/1.74.0 + + +[Return to modules](#module-list) + +------- + +## Boost/1.76.0 + +module load GCC/10.3.0 Boost/1.76.0 + + +[Return to modules](#module-list) + +------- + +## Boost/1.77.0 + +module load GCC/11.2.0 Boost/1.77.0 + + +[Return to modules](#module-list) + +------- + +## Boost/1.79.0 + +module load GCC/11.3.0 Boost/1.79.0 + + +[Return to modules](#module-list) + +------- + +## Boost/1.81.0 + +module load GCC/12.2.0 Boost/1.81.0 + + +[Return to modules](#module-list) + +------- + +## Boost.MPI/1.79.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 Boost.MPI/1.79.0 + + +[Return to modules](#module-list) + +------- + +## Boost.Python/1.71.0 + +module load GCC/8.3.0 OpenMPI/3.1.4 Boost.Python/1.71.0 + + +[Return to modules](#module-list) + +------- + +## Boost.Python/1.74.0 + +module load GCC/10.2.0 Boost.Python/1.74.0 + + +[Return to modules](#module-list) + +------- + +## Brotli/1.0.9 + +module load GCCcore/10.2.0 Brotli/1.0.9 + +module load GCCcore/11.3.0 Brotli/1.0.9 + +module load GCCcore/11.2.0 Brotli/1.0.9 + + +[Return to modules](#module-list) + +------- + +## Brunsli/0.1 + +module load GCCcore/11.3.0 Brunsli/0.1 + + +[Return to modules](#module-list) + +------- + +## bzip2/1.0.8 + +module load GCCcore/10.2.0 bzip2/1.0.8 + +module load GCCcore/10.3.0 bzip2/1.0.8 + +module load GCCcore/11.3.0 bzip2/1.0.8 + +module load GCCcore/9.3.0 bzip2/1.0.8 + +module load GCCcore/12.2.0 bzip2/1.0.8 + +module load GCCcore/8.3.0 bzip2/1.0.8 + +module load GCCcore/11.2.0 bzip2/1.0.8 + + +[Return to modules](#module-list) + +------- + +## bzip2/1.0.8-GCCcore-11.3.0 + +module load bzip2/1.0.8-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## cairo/1.16.0 + +module load GCCcore/9.3.0 cairo/1.16.0 + +module load GCCcore/10.3.0 cairo/1.16.0 + +module load GCCcore/8.3.0 cairo/1.16.0 + +module load GCCcore/10.2.0 cairo/1.16.0 + +module load GCCcore/11.2.0 cairo/1.16.0 + + +[Return to modules](#module-list) + +------- + +## cairo/1.17.4 + +module load GCCcore/11.3.0 cairo/1.17.4 + + +[Return to modules](#module-list) + +------- + +## Catch2/2.13.9 + +module load GCCcore/12.2.0 Catch2/2.13.9 + + +[Return to modules](#module-list) + +------- + +## CFITSIO/4.2.0 + +module load GCCcore/11.3.0 CFITSIO/4.2.0 + + +[Return to modules](#module-list) + +------- + +## CGAL/4.11.1-Python-2.7.16 + +module load iccifort/2019.5.281 OpenMPI/3.1.4 CGAL/4.11.1-Python-2.7.16 + + +[Return to modules](#module-list) + +------- + +## CGAL/4.14.1-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 CGAL/4.14.1-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## CGAL/4.14.3 + +module load GCC/10.3.0 OpenMPI/4.1.1 CGAL/4.14.3 + + +[Return to modules](#module-list) + +------- + +## CGAL/4.14.3-Python-3.8.2 + +module load GCC/9.3.0 OpenMPI/4.0.3 CGAL/4.14.3-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## CGAL/5.2 + +module load GCC/10.2.0 OpenMPI/4.0.5 CGAL/5.2 + + +[Return to modules](#module-list) + +------- + +## CGNS/4.3.0 + +module load GCC/10.3.0 OpenMPI/4.1.1 CGNS/4.3.0 + +module load GCC/8.3.0 OpenMPI/3.1.4 CGNS/4.3.0 + +module load iccifort/2019.5.281 impi/2019.7.217 CGNS/4.3.0 + + +[Return to modules](#module-list) + +------- + +## CharLS/2.4.1 + +module load GCCcore/11.3.0 CharLS/2.4.1 + + +[Return to modules](#module-list) + +------- + +## Check/0.15.2 + +module load GCCcore/10.2.0 Check/0.15.2 + + +[Return to modules](#module-list) + +------- + +## Clang/11.0.1 + +module load GCCcore/10.2.0 Clang/11.0.1 + + +[Return to modules](#module-list) + +------- + +## Clang-Python-bindings/11.0.1 + +module load GCCcore/10.2.0 Clang-Python-bindings/11.0.1 + + +[Return to modules](#module-list) + +------- + +## CMake/3.15.3 + +module load GCCcore/8.3.0 CMake/3.15.3 + + +[Return to modules](#module-list) + +------- + +## CMake/3.16.4 + +module load GCCcore/9.3.0 CMake/3.16.4 + + +[Return to modules](#module-list) + +------- + +## CMake/3.18.4 + +module load GCCcore/10.2.0 CMake/3.18.4 + +module load CMake/3.18.4 + + +[Return to modules](#module-list) + +------- + +## CMake/3.20.1 + +module load GCCcore/10.2.0 CMake/3.20.1 + +module load GCCcore/10.3.0 CMake/3.20.1 + + +[Return to modules](#module-list) + +------- + +## CMake/3.21.1 + +module load GCCcore/11.2.0 CMake/3.21.1 + + +[Return to modules](#module-list) + +------- + +## CMake/3.22.1 + +module load GCCcore/11.2.0 CMake/3.22.1 + + +[Return to modules](#module-list) + +------- + +## CMake/3.23.1 + +module load GCCcore/11.3.0 CMake/3.23.1 + + +[Return to modules](#module-list) + +------- + +## CMake/3.23.1-GCCcore-11.3.0 + +module load CMake/3.23.1-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## CMake/3.24.3 + +module load GCCcore/12.2.0 CMake/3.24.3 + +module load GCCcore/11.3.0 CMake/3.24.3 + + +[Return to modules](#module-list) + +------- + +## CP2K/7.1 + +module load GCC/10.2.0 OpenMPI/4.0.5 CP2K/7.1 + + +[Return to modules](#module-list) + +------- + +## CP2K/8.2 + +module load GCC/10.3.0 OpenMPI/4.1.1 CP2K/8.2 + + +[Return to modules](#module-list) + +------- + +## cppy/1.2.1 + +module load GCCcore/11.3.0 cppy/1.2.1 + + +[Return to modules](#module-list) + +------- + +## ctffind/4.1.14 + +module load GCC/11.3.0 OpenMPI/4.1.4 ctffind/4.1.14 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 ctffind/4.1.14 + + +[Return to modules](#module-list) + +------- + +## CUDA/10.1.243 + +module load GCC/8.3.0 CUDA/10.1.243 + + +[Return to modules](#module-list) + +------- + +## CUDA/11.1.1 + +module load GCC/10.2.0 CUDA/11.1.1 + + +[Return to modules](#module-list) + +------- + +## CUDA/11.3.1 + +module load CUDA/11.3.1 + + +[Return to modules](#module-list) + +------- + +## CUDA/11.4.1 + +module load CUDA/11.4.1 + + +[Return to modules](#module-list) + +------- + +## CUDA/11.5.0 + +module load CUDA/11.5.0 + + +[Return to modules](#module-list) + +------- + +## CUDA/11.6.0 + +module load CUDA/11.6.0 + + +[Return to modules](#module-list) + +------- + +## CUDA/11.7.0 + +module load CUDA/11.7.0 + + +[Return to modules](#module-list) + +------- + +## CUDA/8.0.61 + +module load CUDA/8.0.61 + + +[Return to modules](#module-list) + +------- + +## CUDAcore/11.1.1 + +module load CUDAcore/11.1.1 + + +[Return to modules](#module-list) + +------- + +## CUDAcore/11.5.1 + +module load CUDAcore/11.5.1 + + +[Return to modules](#module-list) + +------- + +## cuDNN/7.6.4.38 + +module load GCC/8.3.0 CUDA/10.1.243 cuDNN/7.6.4.38 + + +[Return to modules](#module-list) + +------- + +## cuDNN/8.0.4.30-CUDA-11.1.1 + +module load cuDNN/8.0.4.30-CUDA-11.1.1 + + +[Return to modules](#module-list) + +------- + +## cuDNN/8.2.1.32-CUDA-11.3.1 + +module load cuDNN/8.2.1.32-CUDA-11.3.1 + + +[Return to modules](#module-list) + +------- + +## cuDNN/8.3.2.44-CUDA-11.5.0 + +module load cuDNN/8.3.2.44-CUDA-11.5.0 + + +[Return to modules](#module-list) + +------- + +## cuDNN/8.4.1.50-CUDA-11.7.0 + +module load cuDNN/8.4.1.50-CUDA-11.7.0 + + +[Return to modules](#module-list) + +------- + +## CuPy/8.5.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 CuPy/8.5.0 + + +[Return to modules](#module-list) + +------- + +## cURL/7.66.0 + +module load GCCcore/8.3.0 cURL/7.66.0 + + +[Return to modules](#module-list) + +------- + +## cURL/7.69.1 + +module load GCCcore/9.3.0 cURL/7.69.1 + + +[Return to modules](#module-list) + +------- + +## cURL/7.72.0 + +module load GCCcore/10.2.0 cURL/7.72.0 + + +[Return to modules](#module-list) + +------- + +## cURL/7.76.0 + +module load GCCcore/10.3.0 cURL/7.76.0 + + +[Return to modules](#module-list) + +------- + +## cURL/7.78.0 + +module load GCCcore/11.2.0 cURL/7.78.0 + + +[Return to modules](#module-list) + +------- + +## cURL/7.83.0 + +module load GCCcore/11.3.0 cURL/7.83.0 + + +[Return to modules](#module-list) + +------- + +## cURL/7.83.0-GCCcore-11.3.0 + +module load cURL/7.83.0-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## cURL/7.86.0 + +module load GCCcore/12.2.0 cURL/7.86.0 + + +[Return to modules](#module-list) + +------- + +## cuTENSOR/1.2.2.5-CUDA-11.1.1 + +module load cuTENSOR/1.2.2.5-CUDA-11.1.1 + + +[Return to modules](#module-list) + +------- + +## Cython/0.29.22 + +module load GCCcore/10.2.0 Cython/0.29.22 + + +[Return to modules](#module-list) + +------- + +## dask/2021.2.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 dask/2021.2.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 dask/2021.2.0 + + +[Return to modules](#module-list) + +------- + +## dask/2022.10.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 dask/2022.10.0 + + +[Return to modules](#module-list) + +------- + +## DB/18.1.32 + +module load GCCcore/9.3.0 DB/18.1.32 + +module load GCCcore/8.3.0 DB/18.1.32 + + +[Return to modules](#module-list) + +------- + +## DB/18.1.40 + +module load GCCcore/10.2.0 DB/18.1.40 + +module load GCCcore/10.3.0 DB/18.1.40 + +module load GCCcore/12.2.0 DB/18.1.40 + +module load GCCcore/11.2.0 DB/18.1.40 + +module load GCCcore/11.3.0 DB/18.1.40 + + +[Return to modules](#module-list) + +------- + +## DB/18.1.40-GCCcore-11.3.0 + +module load DB/18.1.40-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## DB_File/1.858 + +module load GCCcore/11.3.0 DB_File/1.858 + + +[Return to modules](#module-list) + +------- + +## DBus/1.13.12 + +module load GCCcore/9.3.0 DBus/1.13.12 + +module load GCCcore/8.3.0 DBus/1.13.12 + + +[Return to modules](#module-list) + +------- + +## DBus/1.13.18 + +module load GCCcore/10.2.0 DBus/1.13.18 + +module load GCCcore/10.3.0 DBus/1.13.18 + + +[Return to modules](#module-list) + +------- + +## DBus/1.14.0 + +module load GCCcore/11.3.0 DBus/1.14.0 + + +[Return to modules](#module-list) + +------- + +## deepdiff/5.7.0 + +module load GCCcore/10.2.0 deepdiff/5.7.0 + + +[Return to modules](#module-list) + +------- + +## deepdiff/5.8.1 + +module load GCCcore/11.3.0 deepdiff/5.8.1 + + +[Return to modules](#module-list) + +------- + +## DFTB+/20.2.1 + +module load GCC/10.3.0 OpenMPI/4.1.1 DFTB+/20.2.1 + + +[Return to modules](#module-list) + +------- + +## dftd3-lib/0.9 + +module load GCC/10.3.0 dftd3-lib/0.9 + + +[Return to modules](#module-list) + +------- + +## DGL/0.9.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 DGL/0.9.0 + + +[Return to modules](#module-list) + +------- + +## dijitso/2019.1.0-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 dijitso/2019.1.0-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## dill/0.3.6 + +module load GCCcore/11.3.0 dill/0.3.6 + + +[Return to modules](#module-list) + +------- + +## dill/0.3.6-GCCcore-11.3.0 + +module load dill/0.3.6-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## dm-tree/0.1.8 + +module load GCCcore/11.3.0 dm-tree/0.1.8 + + +[Return to modules](#module-list) + +------- + +## dm-tree/0.1.8-GCCcore-11.3.0 + +module load dm-tree/0.1.8-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## DMTCP/2.6.0 + +module load GCCcore/8.3.0 DMTCP/2.6.0 + +module load GCCcore/9.3.0 DMTCP/2.6.0 + +module load GCCcore/10.3.0 DMTCP/2.6.0 + + +[Return to modules](#module-list) + +------- + +## DOLFIN/2019.1.0.post0-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 DOLFIN/2019.1.0.post0-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## double-conversion/3.1.4 + +module load GCCcore/8.3.0 double-conversion/3.1.4 + + +[Return to modules](#module-list) + +------- + +## double-conversion/3.1.5 + +module load GCCcore/9.3.0 double-conversion/3.1.5 + +module load GCCcore/10.3.0 double-conversion/3.1.5 + +module load GCCcore/10.2.0 double-conversion/3.1.5 + + +[Return to modules](#module-list) + +------- + +## double-conversion/3.2.0 + +module load GCCcore/11.3.0 double-conversion/3.2.0 + + +[Return to modules](#module-list) + +------- + +## double-conversion/3.2.0-GCCcore-11.3.0 + +module load double-conversion/3.2.0-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## Doxygen/1.8.16 + +module load GCCcore/8.3.0 Doxygen/1.8.16 + + +[Return to modules](#module-list) + +------- + +## Doxygen/1.8.17 + +module load GCCcore/9.3.0 Doxygen/1.8.17 + + +[Return to modules](#module-list) + +------- + +## Doxygen/1.8.20 + +module load GCCcore/10.2.0 Doxygen/1.8.20 + + +[Return to modules](#module-list) + +------- + +## Doxygen/1.9.1 + +module load GCCcore/10.3.0 Doxygen/1.9.1 + +module load GCCcore/11.2.0 Doxygen/1.9.1 + + +[Return to modules](#module-list) + +------- + +## Doxygen/1.9.4 + +module load GCCcore/11.3.0 Doxygen/1.9.4 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.4.1 + +module load EasyBuild/4.4.1 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.4.2 + +module load EasyBuild/4.4.2 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.5.0 + +module load EasyBuild/4.5.0 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.5.1 + +module load EasyBuild/4.5.1 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.5.2 + +module load EasyBuild/4.5.2 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.5.3 + +module load EasyBuild/4.5.3 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.6.0 + +module load EasyBuild/4.6.0 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.6.1 + +module load EasyBuild/4.6.1 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.6.2 + +module load EasyBuild/4.6.2 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.7.0 + +module load EasyBuild/4.7.0 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.7.1 + +module load EasyBuild/4.7.1 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.7.2 + +module load EasyBuild/4.7.2 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.8.1 + +module load EasyBuild/4.8.1 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.8.2 + +module load EasyBuild/4.8.2 + + +[Return to modules](#module-list) + +------- + +## EasyBuild/4.9.0 + +module load EasyBuild/4.9.0 + + +[Return to modules](#module-list) + +------- + +## ecCodes/2.27.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 ecCodes/2.27.0 + + +[Return to modules](#module-list) + +------- + +## Eigen/3.3.7 + +module load GCCcore/9.3.0 Eigen/3.3.7 + +module load Eigen/3.3.7 + + +[Return to modules](#module-list) + +------- + +## Eigen/3.3.8 + +module load GCCcore/10.2.0 Eigen/3.3.8 + + +[Return to modules](#module-list) + +------- + +## Eigen/3.3.9 + +module load GCCcore/11.2.0 Eigen/3.3.9 + +module load GCCcore/10.3.0 Eigen/3.3.9 + + +[Return to modules](#module-list) + +------- + +## Eigen/3.4.0 + +module load GCCcore/11.3.0 Eigen/3.4.0 + +module load GCCcore/12.2.0 Eigen/3.4.0 + + +[Return to modules](#module-list) + +------- + +## Eigen/3.4.0-GCCcore-11.3.0 + +module load Eigen/3.4.0-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## elfutils/0.187 + +module load GCCcore/11.3.0 elfutils/0.187 + + +[Return to modules](#module-list) + +------- + +## ELPA/2019.11.001 + +module load iccifort/2019.5.281 impi/2019.7.217 ELPA/2019.11.001 + + +[Return to modules](#module-list) + +------- + +## ELPA/2020.11.001 + +module load GCC/10.2.0 OpenMPI/4.0.5 ELPA/2020.11.001 + + +[Return to modules](#module-list) + +------- + +## ELPA/2021.05.001 + +module load GCC/10.3.0 OpenMPI/4.1.1 ELPA/2021.05.001 + + +[Return to modules](#module-list) + +------- + +## ELPA/2021.11.001 + +module load GCC/11.3.0 OpenMPI/4.1.4 ELPA/2021.11.001 + + +[Return to modules](#module-list) + +------- + +## ELPA/2022.11.001 + +module load GCC/11.3.0 OpenMPI/4.1.4 ELPA/2022.11.001 + + +[Return to modules](#module-list) + +------- + +## ELSI/2.7.1-PEXSI + +module load GCC/10.3.0 OpenMPI/4.1.1 ELSI/2.7.1-PEXSI + + +[Return to modules](#module-list) + +------- + +## Exonerate/2.4.0 + +module load GCC/11.3.0 Exonerate/2.4.0 + + +[Return to modules](#module-list) + +------- + +## expat/2.2.7 + +module load GCCcore/8.3.0 expat/2.2.7 + + +[Return to modules](#module-list) + +------- + +## expat/2.2.9 + +module load GCCcore/10.3.0 expat/2.2.9 + +module load GCCcore/9.3.0 expat/2.2.9 + +module load GCCcore/10.2.0 expat/2.2.9 + + +[Return to modules](#module-list) + +------- + +## expat/2.4.1 + +module load GCCcore/11.2.0 expat/2.4.1 + + +[Return to modules](#module-list) + +------- + +## expat/2.4.8 + +module load GCCcore/11.3.0 expat/2.4.8 + + +[Return to modules](#module-list) + +------- + +## expat/2.4.8-GCCcore-11.3.0 + +module load expat/2.4.8-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## expat/2.4.9 + +module load GCCcore/12.2.0 expat/2.4.9 + + +[Return to modules](#module-list) + +------- + +## expecttest/0.1.3 + +module load GCCcore/10.3.0 expecttest/0.1.3 + +module load GCCcore/10.2.0 expecttest/0.1.3 + +module load GCCcore/11.3.0 expecttest/0.1.3 + + +[Return to modules](#module-list) + +------- + +## FEniCS/2019.1.0-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 FEniCS/2019.1.0-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## FFC/2019.1.0.post0-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 FFC/2019.1.0.post0-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## FFmpeg/4.2.1 + +module load GCCcore/8.3.0 FFmpeg/4.2.1 + + +[Return to modules](#module-list) + +------- + +## FFmpeg/4.2.2 + +module load GCCcore/9.3.0 FFmpeg/4.2.2 + + +[Return to modules](#module-list) + +------- + +## FFmpeg/4.3.1 + +module load GCCcore/10.2.0 FFmpeg/4.3.1 + + +[Return to modules](#module-list) + +------- + +## FFmpeg/4.3.2 + +module load GCCcore/10.3.0 FFmpeg/4.3.2 + +module load GCCcore/11.2.0 FFmpeg/4.3.2 + + +[Return to modules](#module-list) + +------- + +## FFmpeg/4.4.2 + +module load GCCcore/11.3.0 FFmpeg/4.4.2 + + +[Return to modules](#module-list) + +------- + +## FFTW/3.3.10 + +module load GCC/11.2.0 FFTW/3.3.10 + +module load GCC/12.2.0 FFTW/3.3.10 + +module load GCC/11.2.0 OpenMPI/4.1.1 FFTW/3.3.10 + +module load GCC/11.3.0 FFTW/3.3.10 + + +[Return to modules](#module-list) + +------- + +## FFTW/3.3.8 + +module load iccifort/2019.5.281 impi/2019.7.217 FFTW/3.3.8 + +module load iccifort/2019.5.281 OpenMPI/3.1.4 FFTW/3.3.8 + +module load GCC/8.3.0 OpenMPI/3.1.4 FFTW/3.3.8 + +module load GCC/9.3.0 OpenMPI/4.0.3 FFTW/3.3.8 + +module load GCC/10.2.0 OpenMPI/4.0.5 FFTW/3.3.8 + +module load GCC/8.3.0 CUDA/10.1.243 OpenMPI/3.1.4 FFTW/3.3.8 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 FFTW/3.3.8 + + +[Return to modules](#module-list) + +------- + +## FFTW/3.3.8-amd + +module load GCC/10.2.0 OpenMPI/4.0.5 FFTW/3.3.8-amd + + +[Return to modules](#module-list) + +------- + +## FFTW/3.3.9 + +module load GCC/10.3.0 OpenMPI/4.1.1 FFTW/3.3.9 + + +[Return to modules](#module-list) + +------- + +## FFTW.MPI/3.3.10 + +module load GCC/11.3.0 OpenMPI/4.1.4 FFTW.MPI/3.3.10 + + +[Return to modules](#module-list) + +------- + +## FHI-vibes/1.0.4 + +module load GCC/11.3.0 OpenMPI/4.1.4 FHI-vibes/1.0.4 + + +[Return to modules](#module-list) + +------- + +## FIAT/2019.1.0-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 FIAT/2019.1.0-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## FLAC/1.3.3 + +module load GCCcore/11.2.0 FLAC/1.3.3 + + +[Return to modules](#module-list) + +------- + +## Flask/1.1.2 + +module load GCCcore/10.2.0 Flask/1.1.2 + + +[Return to modules](#module-list) + +------- + +## Flask/2.2.2 + +module load GCCcore/11.3.0 Flask/2.2.2 + + +[Return to modules](#module-list) + +------- + +## flatbuffers/1.12.0 + +module load GCCcore/10.2.0 flatbuffers/1.12.0 + + +[Return to modules](#module-list) + +------- + +## flatbuffers/2.0.0 + +module load GCCcore/10.3.0 flatbuffers/2.0.0 + + +[Return to modules](#module-list) + +------- + +## flatbuffers/2.0.7 + +module load GCCcore/11.3.0 flatbuffers/2.0.7 + + +[Return to modules](#module-list) + +------- + +## flatbuffers/2.0.7-GCCcore-11.3.0 + +module load flatbuffers/2.0.7-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## flatbuffers-python/1.12 + +module load GCCcore/10.2.0 flatbuffers-python/1.12 + + +[Return to modules](#module-list) + +------- + +## flatbuffers-python/2.0 + +module load GCCcore/10.3.0 flatbuffers-python/2.0 + + +[Return to modules](#module-list) + +------- + +## flex/2.6.4 + +module load GCCcore/10.2.0 flex/2.6.4 + +module load GCCcore/10.3.0 flex/2.6.4 + +module load GCCcore/11.3.0 flex/2.6.4 + +module load GCCcore/12.2.0 flex/2.6.4 + +module load GCCcore/11.2.0 flex/2.6.4 + +module load GCCcore/9.3.0 flex/2.6.4 + +module load GCCcore/8.3.0 flex/2.6.4 + +module load flex/2.6.4 + + +[Return to modules](#module-list) + +------- + +## flex/2.6.4-GCCcore-11.3.0 + +module load flex/2.6.4-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## FlexiBLAS/3.0.4 + +module load GCC/11.2.0 FlexiBLAS/3.0.4 + +module load GCC/10.3.0 FlexiBLAS/3.0.4 + + +[Return to modules](#module-list) + +------- + +## FlexiBLAS/3.2.0 + +module load GCC/11.3.0 FlexiBLAS/3.2.0 + + +[Return to modules](#module-list) + +------- + +## FLTK/1.3.5 + +module load GCCcore/10.2.0 FLTK/1.3.5 + + +[Return to modules](#module-list) + +------- + +## FLTK/1.3.8 + +module load GCCcore/11.3.0 FLTK/1.3.8 + + +[Return to modules](#module-list) + +------- + +## fontconfig/2.13.1 + +module load GCCcore/8.3.0 fontconfig/2.13.1 + + +[Return to modules](#module-list) + +------- + +## fontconfig/2.13.92 + +module load GCCcore/9.3.0 fontconfig/2.13.92 + +module load GCCcore/10.2.0 fontconfig/2.13.92 + + +[Return to modules](#module-list) + +------- + +## fontconfig/2.13.93 + +module load GCCcore/10.3.0 fontconfig/2.13.93 + + +[Return to modules](#module-list) + +------- + +## fontconfig/2.13.94 + +module load GCCcore/11.2.0 fontconfig/2.13.94 + + +[Return to modules](#module-list) + +------- + +## fontconfig/2.14.0 + +module load GCCcore/11.3.0 fontconfig/2.14.0 + + +[Return to modules](#module-list) + +------- + +## foss/2019b + +module load foss/2019b + + +[Return to modules](#module-list) + +------- + +## foss/2020a + +module load foss/2020a + + +[Return to modules](#module-list) + +------- + +## foss/2020b + +module load foss/2020b + + +[Return to modules](#module-list) + +------- + +## foss/2021a + +module load foss/2021a + + +[Return to modules](#module-list) + +------- + +## foss/2021b + +module load foss/2021b + + +[Return to modules](#module-list) + +------- + +## foss/2022a + +module load foss/2022a + + +[Return to modules](#module-list) + +------- + +## fosscuda/2019b + +module load fosscuda/2019b + + +[Return to modules](#module-list) + +------- + +## fosscuda/2020b + +module load fosscuda/2020b + + +[Return to modules](#module-list) + +------- + +## freetype/2.10.1 + +module load GCCcore/8.3.0 freetype/2.10.1 + +module load GCCcore/9.3.0 freetype/2.10.1 + + +[Return to modules](#module-list) + +------- + +## freetype/2.10.3 + +module load GCCcore/10.2.0 freetype/2.10.3 + + +[Return to modules](#module-list) + +------- + +## freetype/2.10.4 + +module load GCCcore/10.3.0 freetype/2.10.4 + + +[Return to modules](#module-list) + +------- + +## freetype/2.11.0 + +module load GCCcore/11.2.0 freetype/2.11.0 + + +[Return to modules](#module-list) + +------- + +## freetype/2.12.1 + +module load GCCcore/11.3.0 freetype/2.12.1 + + +[Return to modules](#module-list) + +------- + +## FriBidi/1.0.10 + +module load GCCcore/10.3.0 FriBidi/1.0.10 + +module load GCCcore/11.2.0 FriBidi/1.0.10 + +module load GCCcore/10.2.0 FriBidi/1.0.10 + + +[Return to modules](#module-list) + +------- + +## FriBidi/1.0.12 + +module load GCCcore/11.3.0 FriBidi/1.0.12 + + +[Return to modules](#module-list) + +------- + +## FriBidi/1.0.5 + +module load GCCcore/8.3.0 FriBidi/1.0.5 + + +[Return to modules](#module-list) + +------- + +## FriBidi/1.0.9 + +module load GCCcore/9.3.0 FriBidi/1.0.9 + + +[Return to modules](#module-list) + +------- + +## GCC/10.2.0 + +module load GCC/10.2.0 + + +[Return to modules](#module-list) + +------- + +## GCC/10.3.0 + +module load GCC/10.3.0 + + +[Return to modules](#module-list) + +------- + +## GCC/11.2.0 + +module load GCC/11.2.0 + + +[Return to modules](#module-list) + +------- + +## GCC/11.3.0 + +module load GCC/11.3.0 + + +[Return to modules](#module-list) + +------- + +## GCC/12.2.0 + +module load GCC/12.2.0 + + +[Return to modules](#module-list) + +------- + +## GCC/8.3.0 + +module load GCC/8.3.0 + + +[Return to modules](#module-list) + +------- + +## GCC/9.3.0 + +module load GCC/9.3.0 + + +[Return to modules](#module-list) + +------- + +## GCCcore/10.2.0 + +module load GCCcore/10.2.0 + + +[Return to modules](#module-list) + +------- + +## GCCcore/10.3.0 + +module load GCCcore/10.3.0 + + +[Return to modules](#module-list) + +------- + +## GCCcore/11.2.0 + +module load GCCcore/11.2.0 + + +[Return to modules](#module-list) + +------- + +## GCCcore/11.3.0 + +module load GCCcore/11.3.0 + + +[Return to modules](#module-list) + +------- + +## GCCcore/12.2.0 + +module load GCCcore/12.2.0 + + +[Return to modules](#module-list) + +------- + +## GCCcore/8.3.0 + +module load GCCcore/8.3.0 + + +[Return to modules](#module-list) + +------- + +## GCCcore/9.3.0 + +module load GCCcore/9.3.0 + + +[Return to modules](#module-list) + +------- + +## gcccuda/2019b + +module load gcccuda/2019b + + +[Return to modules](#module-list) + +------- + +## gcccuda/2020b + +module load gcccuda/2020b + + +[Return to modules](#module-list) + +------- + +## Gctf/1.06 + +module load Gctf/1.06 + + +[Return to modules](#module-list) + +------- + +## GDAL/3.3.2 + +module load GCC/11.2.0 OpenMPI/4.1.1 GDAL/3.3.2 + + +[Return to modules](#module-list) + +------- + +## Gdk-Pixbuf/2.40.0 + +module load GCCcore/10.2.0 Gdk-Pixbuf/2.40.0 + + +[Return to modules](#module-list) + +------- + +## Gdk-Pixbuf/2.42.8 + +module load GCCcore/11.3.0 Gdk-Pixbuf/2.42.8 + + +[Return to modules](#module-list) + +------- + +## GDL/1.0.2 + +module load GCC/11.3.0 OpenMPI/4.1.4 GDL/1.0.2 + + +[Return to modules](#module-list) + +------- + +## GDRCopy/2.1-CUDA-11.1.1 + +module load GCCcore/10.2.0 GDRCopy/2.1-CUDA-11.1.1 + + +[Return to modules](#module-list) + +------- + +## GDRCopy/2.2 + +module load GCCcore/10.3.0 GDRCopy/2.2 + + +[Return to modules](#module-list) + +------- + +## GDRCopy/2.3 + +module load GCCcore/11.2.0 GDRCopy/2.3 + +module load GCCcore/11.3.0 GDRCopy/2.3 + + +[Return to modules](#module-list) + +------- + +## GDRCopy/2.3-CUDAcore-11.5.1 + +module load GCCcore/11.2.0 GDRCopy/2.3-CUDAcore-11.5.1 + + +[Return to modules](#module-list) + +------- + +## GeneMark-ET/4.71 + +module load GCCcore/11.3.0 GeneMark-ET/4.71 + + +[Return to modules](#module-list) + +------- + +## GEOS/3.10.3 + +module load GCC/11.3.0 GEOS/3.10.3 + + +[Return to modules](#module-list) + +------- + +## GEOS/3.9.1 + +module load GCC/11.2.0 GEOS/3.9.1 + + +[Return to modules](#module-list) + +------- + +## gettext/0.19.8.1 + +module load gettext/0.19.8.1 + + +[Return to modules](#module-list) + +------- + +## gettext/0.20.1 + +module load GCCcore/9.3.0 gettext/0.20.1 + +module load gettext/0.20.1 + +module load GCCcore/8.3.0 gettext/0.20.1 + + +[Return to modules](#module-list) + +------- + +## gettext/0.21 + +module load gettext/0.21 + +module load GCCcore/10.3.0 gettext/0.21 + +module load GCCcore/11.2.0 gettext/0.21 + +module load GCCcore/10.2.0 gettext/0.21 + +module load GCCcore/11.3.0 gettext/0.21 + + +[Return to modules](#module-list) + +------- + +## gettext/0.21-GCCcore-11.3.0 + +module load gettext/0.21-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## gettext/0.21.1 + +module load gettext/0.21.1 + +module load GCCcore/12.2.0 gettext/0.21.1 + + +[Return to modules](#module-list) + +------- + +## Ghostscript/9.54.0 + +module load GCCcore/11.2.0 Ghostscript/9.54.0 + + +[Return to modules](#module-list) + +------- + +## Ghostscript/9.56.1 + +module load GCCcore/11.3.0 Ghostscript/9.56.1 + + +[Return to modules](#module-list) + +------- + +## giflib/5.2.1 + +module load GCCcore/10.2.0 giflib/5.2.1 + +module load GCCcore/10.3.0 giflib/5.2.1 + +module load GCCcore/11.3.0 giflib/5.2.1 + + +[Return to modules](#module-list) + +------- + +## giflib/5.2.1-GCCcore-11.3.0 + +module load giflib/5.2.1-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## git/2.23.0-nodocs + +module load GCCcore/8.3.0 git/2.23.0-nodocs + + +[Return to modules](#module-list) + +------- + +## git/2.28.0-nodocs + +module load GCCcore/10.2.0 git/2.28.0-nodocs + + +[Return to modules](#module-list) + +------- + +## git/2.32.0-nodocs + +module load GCCcore/10.3.0 git/2.32.0-nodocs + + +[Return to modules](#module-list) + +------- + +## git/2.36.0-GCCcore-11.3.0-nodocs + +module load git/2.36.0-GCCcore-11.3.0-nodocs + + +[Return to modules](#module-list) + +------- + +## git/2.36.0-nodocs + +module load GCCcore/11.3.0 git/2.36.0-nodocs + + +[Return to modules](#module-list) + +------- + +## git/2.38.1-nodocs + +module load GCCcore/12.2.0 git/2.38.1-nodocs + + +[Return to modules](#module-list) + +------- + +## glew/2.2.0-glx + +module load GCCcore/11.2.0 glew/2.2.0-glx + + +[Return to modules](#module-list) + +------- + +## GLib/2.62.0 + +module load GCCcore/8.3.0 GLib/2.62.0 + + +[Return to modules](#module-list) + +------- + +## GLib/2.64.1 + +module load GCCcore/9.3.0 GLib/2.64.1 + + +[Return to modules](#module-list) + +------- + +## GLib/2.66.1 + +module load GCCcore/10.2.0 GLib/2.66.1 + + +[Return to modules](#module-list) + +------- + +## GLib/2.68.2 + +module load GCCcore/10.3.0 GLib/2.68.2 + + +[Return to modules](#module-list) + +------- + +## GLib/2.69.1 + +module load GCCcore/11.2.0 GLib/2.69.1 + + +[Return to modules](#module-list) + +------- + +## GLib/2.72.1 + +module load GCCcore/11.3.0 GLib/2.72.1 + + +[Return to modules](#module-list) + +------- + +## glibc/2.29 + +module load GCCcore/9.3.0 glibc/2.29 + + +[Return to modules](#module-list) + +------- + +## glibc/2.30 + +module load GCCcore/9.3.0 glibc/2.30 + + +[Return to modules](#module-list) + +------- + +## glibc/2.31 + +module load GCCcore/10.2.0 glibc/2.31 + + +[Return to modules](#module-list) + +------- + +## GLM/0.9.9.8 + +module load GCCcore/8.3.0 GLM/0.9.9.8 + + +[Return to modules](#module-list) + +------- + +## GlobalArrays/5.7.2-peigs + +module load iccifort/2019.5.281 OpenMPI/3.1.4 GlobalArrays/5.7.2-peigs + +module load iccifort/2019.5.281 impi/2019.7.217 GlobalArrays/5.7.2-peigs + + +[Return to modules](#module-list) + +------- + +## GLPK/5.0 + +module load GCCcore/11.2.0 GLPK/5.0 + +module load GCCcore/11.3.0 GLPK/5.0 + + +[Return to modules](#module-list) + +------- + +## GMP/6.1.2 + +module load GCCcore/8.3.0 GMP/6.1.2 + + +[Return to modules](#module-list) + +------- + +## GMP/6.2.0 + +module load GCCcore/9.3.0 GMP/6.2.0 + +module load GCCcore/10.2.0 GMP/6.2.0 + + +[Return to modules](#module-list) + +------- + +## GMP/6.2.1 + +module load GCCcore/12.2.0 GMP/6.2.1 + +module load GCCcore/10.3.0 GMP/6.2.1 + +module load GCCcore/11.3.0 GMP/6.2.1 + +module load GCCcore/11.2.0 GMP/6.2.1 + + +[Return to modules](#module-list) + +------- + +## GMP/6.2.1-GCCcore-11.3.0 + +module load GMP/6.2.1-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## gmpy2/2.1.0b4 + +module load GCC/8.3.0 gmpy2/2.1.0b4 + + +[Return to modules](#module-list) + +------- + +## gmpy2/2.1.2 + +module load GCC/11.3.0 gmpy2/2.1.2 + + +[Return to modules](#module-list) + +------- + +## gnuplot/5.2.8 + +module load GCCcore/9.3.0 gnuplot/5.2.8 + +module load GCCcore/8.3.0 gnuplot/5.2.8 + + +[Return to modules](#module-list) + +------- + +## gnuplot/5.4.1 + +module load GCCcore/10.2.0 gnuplot/5.4.1 + + +[Return to modules](#module-list) + +------- + +## gnuplot/5.4.2 + +module load GCCcore/10.3.0 gnuplot/5.4.2 + + +[Return to modules](#module-list) + +------- + +## gnuplot/5.4.4 + +module load GCCcore/11.3.0 gnuplot/5.4.4 + + +[Return to modules](#module-list) + +------- + +## GObject-Introspection/1.63.1-Python-3.7.4 + +module load GCCcore/8.3.0 GObject-Introspection/1.63.1-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## GObject-Introspection/1.64.0-Python-3.8.2 + +module load GCCcore/9.3.0 GObject-Introspection/1.64.0-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## GObject-Introspection/1.66.1 + +module load GCCcore/10.2.0 GObject-Introspection/1.66.1 + + +[Return to modules](#module-list) + +------- + +## GObject-Introspection/1.68.0 + +module load GCCcore/10.3.0 GObject-Introspection/1.68.0 + + +[Return to modules](#module-list) + +------- + +## GObject-Introspection/1.72.0 + +module load GCCcore/11.3.0 GObject-Introspection/1.72.0 + + +[Return to modules](#module-list) + +------- + +## gomkl/2019b + +module load gomkl/2019b + + +[Return to modules](#module-list) + +------- + +## gompi/2019b + +module load gompi/2019b + + +[Return to modules](#module-list) + +------- + +## gompi/2020a + +module load gompi/2020a + + +[Return to modules](#module-list) + +------- + +## gompi/2020b + +module load gompi/2020b + + +[Return to modules](#module-list) + +------- + +## gompi/2021a + +module load gompi/2021a + + +[Return to modules](#module-list) + +------- + +## gompi/2021b + +module load gompi/2021b + + +[Return to modules](#module-list) + +------- + +## gompi/2022a + +module load gompi/2022a + + +[Return to modules](#module-list) + +------- + +## gompic/2019b + +module load gompic/2019b + + +[Return to modules](#module-list) + +------- + +## gompic/2020b + +module load gompic/2020b + + +[Return to modules](#module-list) + +------- + +## googletest/1.11.0 + +module load GCCcore/11.3.0 googletest/1.11.0 + + +[Return to modules](#module-list) + +------- + +## GPAW/21.6.0-ASE-3.22.0-ELPA-2020.11.001 + +module load GCC/10.2.0 OpenMPI/4.0.5 GPAW/21.6.0-ASE-3.22.0-ELPA-2020.11.001 + + +[Return to modules](#module-list) + +------- + +## GPAW-setups/0.9.20000 + +module load GPAW-setups/0.9.20000 + + +[Return to modules](#module-list) + +------- + +## gperf/3.1 + +module load GCCcore/9.3.0 gperf/3.1 + +module load GCCcore/11.2.0 gperf/3.1 + +module load GCCcore/10.3.0 gperf/3.1 + +module load GCCcore/10.2.0 gperf/3.1 + +module load GCCcore/8.3.0 gperf/3.1 + +module load GCCcore/11.3.0 gperf/3.1 + + +[Return to modules](#module-list) + +------- + +## gperftools/2.9.1 + +module load GCCcore/10.2.0 gperftools/2.9.1 + + +[Return to modules](#module-list) + +------- + +## GPflow/1.5.1-TensorFlow-1.15.5-Python-3.7.4 + +module load GCC/8.3.0 CUDA/10.1.243 OpenMPI/3.1.4 GPflow/1.5.1-TensorFlow-1.15.5-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## GPflow/1.5.1-nvidia-tensorflow-1.15.5+nv21.10-Python-3.8.2 + +module load GCC/9.3.0 OpenMPI/4.0.3 GPflow/1.5.1-nvidia-tensorflow-1.15.5+nv21.10-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## GPyTorch/1.3.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 GPyTorch/1.3.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 GPyTorch/1.3.0 + + +[Return to modules](#module-list) + +------- + +## Graphene/1.10.8 + +module load GCCcore/11.3.0 Graphene/1.10.8 + + +[Return to modules](#module-list) + +------- + +## GraphicsMagick/1.3.41 + +module load GCCcore/11.3.0 GraphicsMagick/1.3.41 + + +[Return to modules](#module-list) + +------- + +## graphite2/1.3.14 + +module load GCCcore/11.3.0 graphite2/1.3.14 + + +[Return to modules](#module-list) + +------- + +## groff/1.22.4 + +module load GCCcore/9.3.0 groff/1.22.4 + +module load GCCcore/11.3.0 groff/1.22.4 + +module load GCCcore/11.2.0 groff/1.22.4 + +module load GCCcore/12.2.0 groff/1.22.4 + +module load GCCcore/10.2.0 groff/1.22.4 + +module load GCCcore/10.3.0 groff/1.22.4 + +module load GCCcore/8.3.0 groff/1.22.4 + + +[Return to modules](#module-list) + +------- + +## groff/1.22.4-GCCcore-11.3.0 + +module load groff/1.22.4-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## GROMACS/2020 + +module load GCC/8.3.0 OpenMPI/3.1.4 GROMACS/2020 + + +[Return to modules](#module-list) + +------- + +## GROMACS/2021.2 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 GROMACS/2021.2 + + +[Return to modules](#module-list) + +------- + +## GROMACS/2021.5-CUDA-11.4.1-PLUMED-2.8.0 + +module load GCC/11.2.0 OpenMPI/4.1.1 GROMACS/2021.5-CUDA-11.4.1-PLUMED-2.8.0 + + +[Return to modules](#module-list) + +------- + +## GROMACS/2021.5-PLUMED-2.8.0 + +module load GCC/11.2.0 OpenMPI/4.1.1 GROMACS/2021.5-PLUMED-2.8.0 + + +[Return to modules](#module-list) + +------- + +## GROMACS/2022.6 + +module load GCC/11.2.0 OpenMPI/4.1.1 GROMACS/2022.6 + + +[Return to modules](#module-list) + +------- + +## GROMACS/2022.6-CUDA-11.4.1 + +module load GCC/11.2.0 OpenMPI/4.1.1 GROMACS/2022.6-CUDA-11.4.1 + + +[Return to modules](#module-list) + +------- + +## GROMACS/2023.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 GROMACS/2023.1 + + +[Return to modules](#module-list) + +------- + +## GROMACS/2023.1-CUDA-11.7.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 GROMACS/2023.1-CUDA-11.7.0 + + +[Return to modules](#module-list) + +------- + +## GROMACS/2023.3 + +module load GCC/11.2.0 OpenMPI/4.1.1 GROMACS/2023.3 + + +[Return to modules](#module-list) + +------- + +## GROMACS/2023.3-CUDA-11.4.1 + +module load GCC/11.2.0 OpenMPI/4.1.1 GROMACS/2023.3-CUDA-11.4.1 + + +[Return to modules](#module-list) + +------- + +## GSL/2.6 + +module load GCC/10.2.0 GSL/2.6 + + +[Return to modules](#module-list) + +------- + +## GSL/2.7 + +module load GCC/11.3.0 GSL/2.7 + +module load GCC/11.2.0 GSL/2.7 + +module load GCC/10.3.0 GSL/2.7 + + +[Return to modules](#module-list) + +------- + +## GST-plugins-bad/1.20.2 + +module load GCC/11.3.0 GST-plugins-bad/1.20.2 + + +[Return to modules](#module-list) + +------- + +## GST-plugins-base/1.18.4 + +module load GCC/10.2.0 GST-plugins-base/1.18.4 + + +[Return to modules](#module-list) + +------- + +## GST-plugins-base/1.20.2 + +module load GCC/11.3.0 GST-plugins-base/1.20.2 + + +[Return to modules](#module-list) + +------- + +## GStreamer/1.18.4 + +module load GCC/10.2.0 GStreamer/1.18.4 + + +[Return to modules](#module-list) + +------- + +## GStreamer/1.20.2 + +module load GCC/11.3.0 GStreamer/1.20.2 + + +[Return to modules](#module-list) + +------- + +## GTK+/3.24.23 + +module load GCCcore/10.2.0 GTK+/3.24.23 + + +[Return to modules](#module-list) + +------- + +## GTK2/2.24.33 + +module load GCCcore/11.3.0 GTK2/2.24.33 + + +[Return to modules](#module-list) + +------- + +## GTK3/3.24.33 + +module load GCCcore/11.3.0 GTK3/3.24.33 + + +[Return to modules](#module-list) + +------- + +## GTK4/4.7.0 + +module load GCC/11.3.0 GTK4/4.7.0 + + +[Return to modules](#module-list) + +------- + +## gzip/1.10 + +module load GCCcore/10.3.0 gzip/1.10 + +module load GCCcore/8.3.0 gzip/1.10 + +module load GCCcore/11.2.0 gzip/1.10 + +module load GCCcore/10.2.0 gzip/1.10 + +module load GCCcore/9.3.0 gzip/1.10 + + +[Return to modules](#module-list) + +------- + +## gzip/1.12 + +module load GCCcore/12.2.0 gzip/1.12 + +module load GCCcore/11.3.0 gzip/1.12 + + +[Return to modules](#module-list) + +------- + +## h5py/2.10.0-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 h5py/2.10.0-Python-3.7.4 + +module load GCC/8.3.0 CUDA/10.1.243 OpenMPI/3.1.4 h5py/2.10.0-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## h5py/2.10.0-Python-3.8.2 + +module load GCC/9.3.0 OpenMPI/4.0.3 h5py/2.10.0-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## h5py/3.1.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 h5py/3.1.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 h5py/3.1.0 + + +[Return to modules](#module-list) + +------- + +## h5py/3.2.1 + +module load GCC/10.3.0 OpenMPI/4.1.1 h5py/3.2.1 + + +[Return to modules](#module-list) + +------- + +## h5py/3.7.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 h5py/3.7.0 + + +[Return to modules](#module-list) + +------- + +## h5py/3.7.0-foss-2022a + +module load h5py/3.7.0-foss-2022a + + +[Return to modules](#module-list) + +------- + +## HarfBuzz/2.6.4 + +module load GCCcore/8.3.0 HarfBuzz/2.6.4 + +module load GCCcore/9.3.0 HarfBuzz/2.6.4 + + +[Return to modules](#module-list) + +------- + +## HarfBuzz/2.6.7 + +module load GCCcore/10.2.0 HarfBuzz/2.6.7 + + +[Return to modules](#module-list) + +------- + +## HarfBuzz/2.8.1 + +module load GCCcore/10.3.0 HarfBuzz/2.8.1 + + +[Return to modules](#module-list) + +------- + +## HarfBuzz/4.2.1 + +module load GCCcore/11.3.0 HarfBuzz/4.2.1 + + +[Return to modules](#module-list) + +------- + +## HDF/4.2.15 + +module load GCCcore/11.2.0 HDF/4.2.15 + + +[Return to modules](#module-list) + +------- + +## HDF5/1.10.5 + +module load iccifort/2019.5.281 OpenMPI/3.1.4 HDF5/1.10.5 + +module load GCC/8.3.0 OpenMPI/3.1.4 HDF5/1.10.5 + +module load iccifort/2019.5.281 impi/2019.7.217 HDF5/1.10.5 + +module load GCC/8.3.0 CUDA/10.1.243 OpenMPI/3.1.4 HDF5/1.10.5 + + +[Return to modules](#module-list) + +------- + +## HDF5/1.10.6 + +module load GCC/9.3.0 OpenMPI/4.0.3 HDF5/1.10.6 + + +[Return to modules](#module-list) + +------- + +## HDF5/1.10.7 + +module load GCC/10.2.0 OpenMPI/4.0.5 HDF5/1.10.7 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 HDF5/1.10.7 + +module load GCC/10.3.0 OpenMPI/4.1.1 HDF5/1.10.7 + + +[Return to modules](#module-list) + +------- + +## HDF5/1.12.1 + +module load GCC/10.3.0 OpenMPI/4.1.1 HDF5/1.12.1 + +module load GCC/11.2.0 OpenMPI/4.1.1 HDF5/1.12.1 + + +[Return to modules](#module-list) + +------- + +## HDF5/1.12.2 + +module load GCC/11.3.0 OpenMPI/4.1.4 HDF5/1.12.2 + + +[Return to modules](#module-list) + +------- + +## HDF5/1.12.2-gompi-2022a + +module load HDF5/1.12.2-gompi-2022a + + +[Return to modules](#module-list) + +------- + +## HDF5/1.13.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 HDF5/1.13.1 + +module load intel-compilers/2022.1.0 impi/2021.6.0 HDF5/1.13.1 + + +[Return to modules](#module-list) + +------- + +## help2man/1.47.12 + +module load GCCcore/9.3.0 help2man/1.47.12 + + +[Return to modules](#module-list) + +------- + +## help2man/1.47.16 + +module load GCCcore/10.2.0 help2man/1.47.16 + + +[Return to modules](#module-list) + +------- + +## help2man/1.47.4 + +module load help2man/1.47.4 + + +[Return to modules](#module-list) + +------- + +## help2man/1.47.8 + +module load GCCcore/8.3.0 help2man/1.47.8 + + +[Return to modules](#module-list) + +------- + +## help2man/1.48.3 + +module load GCCcore/11.2.0 help2man/1.48.3 + +module load GCCcore/10.3.0 help2man/1.48.3 + + +[Return to modules](#module-list) + +------- + +## help2man/1.49.2 + +module load GCCcore/11.3.0 help2man/1.49.2 + +module load GCCcore/12.2.0 help2man/1.49.2 + + +[Return to modules](#module-list) + +------- + +## help2man/1.49.2-GCCcore-11.3.0 + +module load help2man/1.49.2-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## HH-suite/3.3.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 HH-suite/3.3.0 + + +[Return to modules](#module-list) + +------- + +## Highway/1.0.3 + +module load GCCcore/11.3.0 Highway/1.0.3 + + +[Return to modules](#module-list) + +------- + +## HMMER/3.3.2 + +module load GCC/11.3.0 OpenMPI/4.1.4 HMMER/3.3.2 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 HMMER/3.3.2 + + +[Return to modules](#module-list) + +------- + +## HPL/2.3 + +module load GCC/10.3.0 OpenMPI/4.1.1 HPL/2.3 + +module load iccifort/2019.5.281 impi/2019.7.217 HPL/2.3 + +module load iccifort/2019.5.281 OpenMPI/3.1.4 HPL/2.3 + +module load GCC/10.2.0 OpenMPI/4.0.5 HPL/2.3 + +module load GCC/11.2.0 OpenMPI/4.1.1 HPL/2.3 + +module load GCC/8.3.0 OpenMPI/3.1.4 HPL/2.3 + +module load GCC/9.3.0 OpenMPI/4.0.3 HPL/2.3 + +module load intel-compilers/2022.1.0 impi/2021.6.0 HPL/2.3 + +module load GCC/11.3.0 OpenMPI/4.1.4 HPL/2.3 + + +[Return to modules](#module-list) + +------- + +## HPL/2.3-AOCL-4.0-lp64 + +module load GCC/11.2.0 HPL/2.3-AOCL-4.0-lp64 + + +[Return to modules](#module-list) + +------- + +## HPL/2.3-amd + +module load GCC/10.2.0 OpenMPI/4.0.5 HPL/2.3-amd + + +[Return to modules](#module-list) + +------- + +## HTSlib/1.15.1 + +module load GCC/11.3.0 HTSlib/1.15.1 + + +[Return to modules](#module-list) + +------- + +## hwloc/1.11.12 + +module load GCCcore/8.3.0 hwloc/1.11.12 + + +[Return to modules](#module-list) + +------- + +## hwloc/2.2.0 + +module load GCCcore/10.2.0 hwloc/2.2.0 + +module load GCCcore/9.3.0 hwloc/2.2.0 + + +[Return to modules](#module-list) + +------- + +## hwloc/2.4.1 + +module load GCCcore/10.3.0 hwloc/2.4.1 + + +[Return to modules](#module-list) + +------- + +## hwloc/2.5.0 + +module load GCCcore/11.2.0 hwloc/2.5.0 + + +[Return to modules](#module-list) + +------- + +## hwloc/2.7.1 + +module load GCCcore/11.3.0 hwloc/2.7.1 + + +[Return to modules](#module-list) + +------- + +## hwloc/2.7.1-GCCcore-11.3.0 + +module load hwloc/2.7.1-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## Hydra/1.1.1 + +module load GCCcore/10.2.0 Hydra/1.1.1 + + +[Return to modules](#module-list) + +------- + +## hypothesis/5.41.2 + +module load GCCcore/10.2.0 hypothesis/5.41.2 + + +[Return to modules](#module-list) + +------- + +## hypothesis/5.41.5 + +module load GCCcore/10.2.0 hypothesis/5.41.5 + + +[Return to modules](#module-list) + +------- + +## hypothesis/6.13.1 + +module load GCCcore/10.3.0 hypothesis/6.13.1 + + +[Return to modules](#module-list) + +------- + +## hypothesis/6.14.6 + +module load GCCcore/11.2.0 hypothesis/6.14.6 + + +[Return to modules](#module-list) + +------- + +## hypothesis/6.46.7 + +module load GCCcore/11.3.0 hypothesis/6.46.7 + + +[Return to modules](#module-list) + +------- + +## hypothesis/6.46.7-GCCcore-11.3.0 + +module load hypothesis/6.46.7-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## Hypre/2.18.2 + +module load iccifort/2019.5.281 impi/2019.7.217 Hypre/2.18.2 + +module load GCC/8.3.0 OpenMPI/3.1.4 Hypre/2.18.2 + + +[Return to modules](#module-list) + +------- + +## Hypre/2.21.0 + +module load GCC/10.3.0 OpenMPI/4.1.1 Hypre/2.21.0 + + +[Return to modules](#module-list) + +------- + +## Hypre/2.25.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 Hypre/2.25.0 + + +[Return to modules](#module-list) + +------- + +## iccifort/2019.5.281 + +module load iccifort/2019.5.281 + + +[Return to modules](#module-list) + +------- + +## ICU/64.2 + +module load GCCcore/8.3.0 ICU/64.2 + + +[Return to modules](#module-list) + +------- + +## ICU/66.1 + +module load GCCcore/9.3.0 ICU/66.1 + + +[Return to modules](#module-list) + +------- + +## ICU/67.1 + +module load GCCcore/10.2.0 ICU/67.1 + + +[Return to modules](#module-list) + +------- + +## ICU/69.1 + +module load GCCcore/11.2.0 ICU/69.1 + +module load GCCcore/10.3.0 ICU/69.1 + + +[Return to modules](#module-list) + +------- + +## ICU/71.1 + +module load GCCcore/11.3.0 ICU/71.1 + + +[Return to modules](#module-list) + +------- + +## ICU/71.1-GCCcore-11.3.0 + +module load ICU/71.1-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## ICU/72.1 + +module load GCCcore/12.2.0 ICU/72.1 + + +[Return to modules](#module-list) + +------- + +## iimpi/2019b + +module load iimpi/2019b + + +[Return to modules](#module-list) + +------- + +## iimpi/2022a + +module load iimpi/2022a + + +[Return to modules](#module-list) + +------- + +## imagecodecs/2022.2.22 + +module load GCC/11.3.0 OpenMPI/4.1.4 imagecodecs/2022.2.22 + + +[Return to modules](#module-list) + +------- + +## imageio/2.22.2 + +module load GCC/11.3.0 OpenMPI/4.1.4 imageio/2.22.2 + + +[Return to modules](#module-list) + +------- + +## ImageMagick/7.1.0-4 + +module load GCCcore/11.2.0 ImageMagick/7.1.0-4 + + +[Return to modules](#module-list) + +------- + +## Imath/3.1.5 + +module load GCCcore/11.3.0 Imath/3.1.5 + + +[Return to modules](#module-list) + +------- + +## imgaug/0.4.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 imgaug/0.4.0 + + +[Return to modules](#module-list) + +------- + +## imkl/2019.5.281 + +module load GCC/8.3.0 OpenMPI/3.1.4 imkl/2019.5.281 + +module load iccifort/2019.5.281 OpenMPI/3.1.4 imkl/2019.5.281 + +module load iccifort/2019.5.281 impi/2019.7.217 imkl/2019.5.281 + + +[Return to modules](#module-list) + +------- + +## imkl/2021.4.0 + +module load imkl/2021.4.0 + + +[Return to modules](#module-list) + +------- + +## imkl/2022.1.0 + +module load imkl/2022.1.0 + + +[Return to modules](#module-list) + +------- + +## imkl-FFTW/2022.1.0 + +module load intel-compilers/2022.1.0 impi/2021.6.0 imkl-FFTW/2022.1.0 + + +[Return to modules](#module-list) + +------- + +## impi/2019.7.217 + +module load iccifort/2019.5.281 impi/2019.7.217 + + +[Return to modules](#module-list) + +------- + +## impi/2021.6.0 + +module load intel-compilers/2022.1.0 impi/2021.6.0 + + +[Return to modules](#module-list) + +------- + +## intel/2019b + +module load intel/2019b + + +[Return to modules](#module-list) + +------- + +## intel/2022a + +module load intel/2022a + + +[Return to modules](#module-list) + +------- + +## intel-compilers/2022.1.0 + +module load intel-compilers/2022.1.0 + + +[Return to modules](#module-list) + +------- + +## intltool/0.51.0 + +module load GCCcore/8.3.0 intltool/0.51.0 + +module load GCCcore/11.3.0 intltool/0.51.0 + +module load GCCcore/10.2.0 intltool/0.51.0 + +module load GCCcore/10.3.0 intltool/0.51.0 + +module load GCCcore/9.3.0 intltool/0.51.0 + +module load GCCcore/11.2.0 intltool/0.51.0 + + +[Return to modules](#module-list) + +------- + +## iomkl/2019b + +module load iomkl/2019b + + +[Return to modules](#module-list) + +------- + +## iompi/2019b + +module load iompi/2019b + + +[Return to modules](#module-list) + +------- + +## IPython/7.18.1 + +module load GCCcore/10.2.0 IPython/7.18.1 + + +[Return to modules](#module-list) + +------- + +## JAGS/4.3.0 + +module load GCC/11.2.0 OpenMPI/4.1.1 JAGS/4.3.0 + + +[Return to modules](#module-list) + +------- + +## JasPer/2.0.14 + +module load GCCcore/9.3.0 JasPer/2.0.14 + +module load GCCcore/8.3.0 JasPer/2.0.14 + + +[Return to modules](#module-list) + +------- + +## JasPer/2.0.24 + +module load GCCcore/10.2.0 JasPer/2.0.24 + + +[Return to modules](#module-list) + +------- + +## JasPer/2.0.28 + +module load GCCcore/10.3.0 JasPer/2.0.28 + + +[Return to modules](#module-list) + +------- + +## JasPer/2.0.33 + +module load GCCcore/11.2.0 JasPer/2.0.33 + +module load GCCcore/11.3.0 JasPer/2.0.33 + + +[Return to modules](#module-list) + +------- + +## Java/1.8.0_292-OpenJDK + +module load Java/1.8.0_292-OpenJDK + + +[Return to modules](#module-list) + +------- + +## Java/11.0.2 + +module load Java/11.0.2 + + +[Return to modules](#module-list) + +------- + +## Java/17.0.6 + +module load Java/17.0.6 + + +[Return to modules](#module-list) + +------- + +## jax/0.2.19 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 jax/0.2.19 + + +[Return to modules](#module-list) + +------- + +## jbigkit/2.1 + +module load GCCcore/11.3.0 jbigkit/2.1 + +module load GCCcore/11.2.0 jbigkit/2.1 + +module load GCCcore/10.3.0 jbigkit/2.1 + +module load GCCcore/10.2.0 jbigkit/2.1 + + +[Return to modules](#module-list) + +------- + +## jemalloc/5.2.1 + +module load GCCcore/10.2.0 jemalloc/5.2.1 + + +[Return to modules](#module-list) + +------- + +## JsonCpp/1.9.4 + +module load GCCcore/10.3.0 JsonCpp/1.9.4 + +module load GCCcore/10.2.0 JsonCpp/1.9.4 + + +[Return to modules](#module-list) + +------- + +## JsonCpp/1.9.5 + +module load GCCcore/11.3.0 JsonCpp/1.9.5 + + +[Return to modules](#module-list) + +------- + +## JsonCpp/1.9.5-GCCcore-11.3.0 + +module load JsonCpp/1.9.5-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## Judy/1.0.5 + +module load GCCcore/10.2.0 Judy/1.0.5 + + +[Return to modules](#module-list) + +------- + +## Julia/1.6.2-linux-x86_64 + +module load Julia/1.6.2-linux-x86_64 + + +[Return to modules](#module-list) + +------- + +## jxrlib/1.1 + +module load GCCcore/11.3.0 jxrlib/1.1 + + +[Return to modules](#module-list) + +------- + +## Kalign/3.3.1 + +module load GCCcore/10.2.0 Kalign/3.3.1 + + +[Return to modules](#module-list) + +------- + +## kim-api/2.2.1 + +module load GCCcore/11.2.0 kim-api/2.2.1 + + +[Return to modules](#module-list) + +------- + +## LAME/3.100 + +module load GCCcore/11.2.0 LAME/3.100 + +module load GCCcore/10.3.0 LAME/3.100 + +module load GCCcore/10.2.0 LAME/3.100 + +module load GCCcore/8.3.0 LAME/3.100 + +module load GCCcore/9.3.0 LAME/3.100 + +module load GCCcore/11.3.0 LAME/3.100 + + +[Return to modules](#module-list) + +------- + +## LAMMPS/29Sep2021-CUDA-11.4.1-gpu + +module load GCC/11.2.0 OpenMPI/4.1.1 LAMMPS/29Sep2021-CUDA-11.4.1-gpu + + +[Return to modules](#module-list) + +------- + +## LAMMPS/29Sep2021-CUDA-11.4.1-kokkos + +module load GCC/11.2.0 OpenMPI/4.1.1 LAMMPS/29Sep2021-CUDA-11.4.1-kokkos + + +[Return to modules](#module-list) + +------- + +## LAMMPS/29Sep2021-kokkos + +module load GCC/11.2.0 OpenMPI/4.1.1 LAMMPS/29Sep2021-kokkos + + +[Return to modules](#module-list) + +------- + +## LERC/3.0 + +module load GCCcore/11.3.0 LERC/3.0 + + +[Return to modules](#module-list) + +------- + +## libaec/1.0.6 + +module load GCCcore/11.3.0 libaec/1.0.6 + + +[Return to modules](#module-list) + +------- + +## libaio/0.3.112 + +module load GCCcore/10.2.0 libaio/0.3.112 + + +[Return to modules](#module-list) + +------- + +## libarchive/3.4.3 + +module load GCCcore/10.2.0 libarchive/3.4.3 + + +[Return to modules](#module-list) + +------- + +## libarchive/3.5.1 + +module load GCCcore/11.2.0 libarchive/3.5.1 + +module load GCCcore/10.3.0 libarchive/3.5.1 + + +[Return to modules](#module-list) + +------- + +## libarchive/3.6.1 + +module load GCCcore/11.3.0 libarchive/3.6.1 + +module load GCCcore/12.2.0 libarchive/3.6.1 + + +[Return to modules](#module-list) + +------- + +## libarchive/3.6.1-GCCcore-11.3.0 + +module load libarchive/3.6.1-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## libavif/0.11.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 libavif/0.11.1 + + +[Return to modules](#module-list) + +------- + +## libcerf/1.13 + +module load GCCcore/9.3.0 libcerf/1.13 + +module load GCCcore/8.3.0 libcerf/1.13 + + +[Return to modules](#module-list) + +------- + +## libcerf/1.14 + +module load GCCcore/10.2.0 libcerf/1.14 + + +[Return to modules](#module-list) + +------- + +## libcerf/1.17 + +module load GCCcore/10.3.0 libcerf/1.17 + + +[Return to modules](#module-list) + +------- + +## libcerf/2.1 + +module load GCCcore/11.3.0 libcerf/2.1 + + +[Return to modules](#module-list) + +------- + +## libde265/1.0.8 + +module load GCC/11.3.0 libde265/1.0.8 + + +[Return to modules](#module-list) + +------- + +## libdeflate/1.10 + +module load GCCcore/11.3.0 libdeflate/1.10 + + +[Return to modules](#module-list) + +------- + +## libdrm/2.4.100 + +module load GCCcore/9.3.0 libdrm/2.4.100 + + +[Return to modules](#module-list) + +------- + +## libdrm/2.4.102 + +module load GCCcore/10.2.0 libdrm/2.4.102 + + +[Return to modules](#module-list) + +------- + +## libdrm/2.4.106 + +module load GCCcore/10.3.0 libdrm/2.4.106 + + +[Return to modules](#module-list) + +------- + +## libdrm/2.4.107 + +module load GCCcore/11.2.0 libdrm/2.4.107 + + +[Return to modules](#module-list) + +------- + +## libdrm/2.4.110 + +module load GCCcore/11.3.0 libdrm/2.4.110 + + +[Return to modules](#module-list) + +------- + +## libdrm/2.4.99 + +module load GCCcore/8.3.0 libdrm/2.4.99 + + +[Return to modules](#module-list) + +------- + +## libepoxy/1.5.10 + +module load GCCcore/11.3.0 libepoxy/1.5.10 + + +[Return to modules](#module-list) + +------- + +## libepoxy/1.5.4 + +module load GCCcore/10.2.0 libepoxy/1.5.4 + + +[Return to modules](#module-list) + +------- + +## libevent/2.1.11 + +module load GCCcore/8.3.0 libevent/2.1.11 + +module load GCCcore/9.3.0 libevent/2.1.11 + + +[Return to modules](#module-list) + +------- + +## libevent/2.1.12 + +module load GCCcore/11.3.0 libevent/2.1.12 + +module load GCCcore/10.3.0 libevent/2.1.12 + +module load GCCcore/10.2.0 libevent/2.1.12 + +module load GCCcore/12.2.0 libevent/2.1.12 + +module load GCCcore/11.2.0 libevent/2.1.12 + + +[Return to modules](#module-list) + +------- + +## libfabric/1.11.0 + +module load GCCcore/9.3.0 libfabric/1.11.0 + +module load GCCcore/10.2.0 libfabric/1.11.0 + + +[Return to modules](#module-list) + +------- + +## libfabric/1.12.1 + +module load GCCcore/10.3.0 libfabric/1.12.1 + + +[Return to modules](#module-list) + +------- + +## libfabric/1.13.2 + +module load GCCcore/11.2.0 libfabric/1.13.2 + + +[Return to modules](#module-list) + +------- + +## libfabric/1.15.1 + +module load GCCcore/11.3.0 libfabric/1.15.1 + + +[Return to modules](#module-list) + +------- + +## libffi/3.2.1 + +module load GCCcore/8.3.0 libffi/3.2.1 + + +[Return to modules](#module-list) + +------- + +## libffi/3.3 + +module load GCCcore/9.3.0 libffi/3.3 + +module load GCCcore/10.3.0 libffi/3.3 + +module load GCCcore/10.2.0 libffi/3.3 + + +[Return to modules](#module-list) + +------- + +## libffi/3.4.2 + +module load GCCcore/11.2.0 libffi/3.4.2 + +module load GCCcore/11.3.0 libffi/3.4.2 + + +[Return to modules](#module-list) + +------- + +## libffi/3.4.2-GCCcore-11.3.0 + +module load libffi/3.4.2-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## libffi/3.4.4 + +module load GCCcore/12.2.0 libffi/3.4.4 + + +[Return to modules](#module-list) + +------- + +## libFLAME/3.0.1-amd + +module load GCCcore/10.2.0 libFLAME/3.0.1-amd + + +[Return to modules](#module-list) + +------- + +## libgd/2.2.5 + +module load GCCcore/8.3.0 libgd/2.2.5 + + +[Return to modules](#module-list) + +------- + +## libgd/2.3.0 + +module load GCCcore/9.3.0 libgd/2.3.0 + +module load GCCcore/10.2.0 libgd/2.3.0 + + +[Return to modules](#module-list) + +------- + +## libgd/2.3.1 + +module load GCCcore/10.3.0 libgd/2.3.1 + + +[Return to modules](#module-list) + +------- + +## libgd/2.3.3 + +module load GCCcore/11.3.0 libgd/2.3.3 + + +[Return to modules](#module-list) + +------- + +## libgeotiff/1.7.0 + +module load GCCcore/11.2.0 libgeotiff/1.7.0 + + +[Return to modules](#module-list) + +------- + +## libgeotiff/1.7.1 + +module load GCCcore/11.3.0 libgeotiff/1.7.1 + + +[Return to modules](#module-list) + +------- + +## libgit2/1.1.1 + +module load GCCcore/11.2.0 libgit2/1.1.1 + + +[Return to modules](#module-list) + +------- + +## libGLU/9.0.1 + +module load GCCcore/9.3.0 libGLU/9.0.1 + +module load GCCcore/8.3.0 libGLU/9.0.1 + +module load GCCcore/10.3.0 libGLU/9.0.1 + +module load GCCcore/10.2.0 libGLU/9.0.1 + + +[Return to modules](#module-list) + +------- + +## libGLU/9.0.2 + +module load GCCcore/11.2.0 libGLU/9.0.2 + +module load GCCcore/11.3.0 libGLU/9.0.2 + + +[Return to modules](#module-list) + +------- + +## libglvnd/1.2.0 + +module load GCCcore/8.3.0 libglvnd/1.2.0 + +module load GCCcore/9.3.0 libglvnd/1.2.0 + + +[Return to modules](#module-list) + +------- + +## libglvnd/1.3.2 + +module load GCCcore/10.2.0 libglvnd/1.3.2 + + +[Return to modules](#module-list) + +------- + +## libglvnd/1.3.3 + +module load GCCcore/10.3.0 libglvnd/1.3.3 + +module load GCCcore/11.2.0 libglvnd/1.3.3 + + +[Return to modules](#module-list) + +------- + +## libglvnd/1.4.0 + +module load GCCcore/11.3.0 libglvnd/1.4.0 + + +[Return to modules](#module-list) + +------- + +## libheif/1.12.0 + +module load GCC/11.3.0 libheif/1.12.0 + + +[Return to modules](#module-list) + +------- + +## libiconv/1.16 + +module load GCCcore/8.3.0 libiconv/1.16 + +module load GCCcore/10.3.0 libiconv/1.16 + +module load GCCcore/11.2.0 libiconv/1.16 + +module load GCCcore/9.3.0 libiconv/1.16 + +module load GCCcore/10.2.0 libiconv/1.16 + + +[Return to modules](#module-list) + +------- + +## libiconv/1.17 + +module load GCCcore/11.3.0 libiconv/1.17 + + +[Return to modules](#module-list) + +------- + +## Libint/2.6.0-lmax-6-cp2k + +module load GCC/10.3.0 Libint/2.6.0-lmax-6-cp2k + +module load GCC/10.2.0 Libint/2.6.0-lmax-6-cp2k + + +[Return to modules](#module-list) + +------- + +## libjpeg-turbo/2.0.3 + +module load GCCcore/8.3.0 libjpeg-turbo/2.0.3 + + +[Return to modules](#module-list) + +------- + +## libjpeg-turbo/2.0.4 + +module load GCCcore/9.3.0 libjpeg-turbo/2.0.4 + + +[Return to modules](#module-list) + +------- + +## libjpeg-turbo/2.0.5 + +module load GCCcore/10.2.0 libjpeg-turbo/2.0.5 + + +[Return to modules](#module-list) + +------- + +## libjpeg-turbo/2.0.6 + +module load GCCcore/10.3.0 libjpeg-turbo/2.0.6 + +module load GCCcore/11.2.0 libjpeg-turbo/2.0.6 + + +[Return to modules](#module-list) + +------- + +## libjpeg-turbo/2.1.3 + +module load GCCcore/11.3.0 libjpeg-turbo/2.1.3 + + +[Return to modules](#module-list) + +------- + +## libjpeg-turbo/2.1.3-GCCcore-11.3.0 + +module load libjpeg-turbo/2.1.3-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## LibLZF/3.6 + +module load GCCcore/11.3.0 LibLZF/3.6 + + +[Return to modules](#module-list) + +------- + +## libogg/1.3.5 + +module load GCCcore/11.2.0 libogg/1.3.5 + + +[Return to modules](#module-list) + +------- + +## libpciaccess/0.14 + +module load GCCcore/8.3.0 libpciaccess/0.14 + + +[Return to modules](#module-list) + +------- + +## libpciaccess/0.16 + +module load GCCcore/10.2.0 libpciaccess/0.16 + +module load GCCcore/10.3.0 libpciaccess/0.16 + +module load GCCcore/11.3.0 libpciaccess/0.16 + +module load GCCcore/9.3.0 libpciaccess/0.16 + +module load GCCcore/11.2.0 libpciaccess/0.16 + + +[Return to modules](#module-list) + +------- + +## libpciaccess/0.16-GCCcore-11.3.0 + +module load libpciaccess/0.16-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## libpng/1.6.37 + +module load GCCcore/10.2.0 libpng/1.6.37 + +module load GCCcore/8.3.0 libpng/1.6.37 + +module load GCCcore/10.3.0 libpng/1.6.37 + +module load GCCcore/9.3.0 libpng/1.6.37 + +module load GCCcore/11.2.0 libpng/1.6.37 + +module load GCCcore/11.3.0 libpng/1.6.37 + + +[Return to modules](#module-list) + +------- + +## libpng/1.6.37-GCCcore-11.3.0 + +module load libpng/1.6.37-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## libreadline/8.0 + +module load GCCcore/8.3.0 libreadline/8.0 + +module load GCCcore/9.3.0 libreadline/8.0 + +module load GCCcore/10.2.0 libreadline/8.0 + + +[Return to modules](#module-list) + +------- + +## libreadline/8.1 + +module load GCCcore/11.2.0 libreadline/8.1 + +module load GCCcore/10.3.0 libreadline/8.1 + + +[Return to modules](#module-list) + +------- + +## libreadline/8.1.2 + +module load GCCcore/11.3.0 libreadline/8.1.2 + + +[Return to modules](#module-list) + +------- + +## libreadline/8.1.2-GCCcore-11.3.0 + +module load libreadline/8.1.2-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## libreadline/8.2 + +module load GCCcore/12.2.0 libreadline/8.2 + + +[Return to modules](#module-list) + +------- + +## libsndfile/1.0.31 + +module load GCCcore/11.2.0 libsndfile/1.0.31 + + +[Return to modules](#module-list) + +------- + +## libsodium/1.0.18 + +module load GCCcore/11.2.0 libsodium/1.0.18 + +module load GCCcore/10.2.0 libsodium/1.0.18 + + +[Return to modules](#module-list) + +------- + +## LibTIFF/4.1.0 + +module load GCCcore/10.2.0 LibTIFF/4.1.0 + + +[Return to modules](#module-list) + +------- + +## LibTIFF/4.2.0 + +module load GCCcore/10.3.0 LibTIFF/4.2.0 + + +[Return to modules](#module-list) + +------- + +## LibTIFF/4.3.0 + +module load GCCcore/11.3.0 LibTIFF/4.3.0 + +module load GCCcore/11.2.0 LibTIFF/4.3.0 + + +[Return to modules](#module-list) + +------- + +## libtirpc/1.3.2 + +module load GCCcore/11.3.0 libtirpc/1.3.2 + +module load GCCcore/11.2.0 libtirpc/1.3.2 + + +[Return to modules](#module-list) + +------- + +## libtool/2.4.6 + +module load GCCcore/10.2.0 libtool/2.4.6 + +module load GCCcore/10.3.0 libtool/2.4.6 + +module load GCCcore/11.2.0 libtool/2.4.6 + +module load GCCcore/8.3.0 libtool/2.4.6 + +module load GCCcore/9.3.0 libtool/2.4.6 + + +[Return to modules](#module-list) + +------- + +## libtool/2.4.7 + +module load GCCcore/11.3.0 libtool/2.4.7 + +module load GCCcore/12.2.0 libtool/2.4.7 + +module load libtool/2.4.7 + + +[Return to modules](#module-list) + +------- + +## libtool/2.4.7-GCCcore-11.3.0 + +module load libtool/2.4.7-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## libunwind/1.3.1 + +module load GCCcore/8.3.0 libunwind/1.3.1 + +module load GCCcore/9.3.0 libunwind/1.3.1 + + +[Return to modules](#module-list) + +------- + +## libunwind/1.4.0 + +module load GCCcore/10.3.0 libunwind/1.4.0 + +module load GCCcore/10.2.0 libunwind/1.4.0 + + +[Return to modules](#module-list) + +------- + +## libunwind/1.5.0 + +module load GCCcore/11.2.0 libunwind/1.5.0 + + +[Return to modules](#module-list) + +------- + +## libunwind/1.6.2 + +module load GCCcore/11.3.0 libunwind/1.6.2 + + +[Return to modules](#module-list) + +------- + +## libvdwxc/0.4.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 libvdwxc/0.4.0 + + +[Return to modules](#module-list) + +------- + +## libvorbis/1.3.7 + +module load GCCcore/11.2.0 libvorbis/1.3.7 + + +[Return to modules](#module-list) + +------- + +## libwebp/1.1.0 + +module load GCCcore/10.2.0 libwebp/1.1.0 + + +[Return to modules](#module-list) + +------- + +## libwebp/1.2.4 + +module load GCCcore/11.3.0 libwebp/1.2.4 + + +[Return to modules](#module-list) + +------- + +## libxc/4.3.4 + +module load iccifort/2019.5.281 libxc/4.3.4 + +module load GCC/10.2.0 libxc/4.3.4 + + +[Return to modules](#module-list) + +------- + +## libxc/5.1.5 + +module load GCC/10.3.0 libxc/5.1.5 + + +[Return to modules](#module-list) + +------- + +## libxc/5.2.3 + +module load GCC/11.3.0 libxc/5.2.3 + + +[Return to modules](#module-list) + +------- + +## libxml2/2.10.3 + +module load GCCcore/12.2.0 libxml2/2.10.3 + + +[Return to modules](#module-list) + +------- + +## libxml2/2.9.10 + +module load GCCcore/11.2.0 libxml2/2.9.10 + +module load GCCcore/10.3.0 libxml2/2.9.10 + +module load GCCcore/9.3.0 libxml2/2.9.10 + +module load GCCcore/10.2.0 libxml2/2.9.10 + + +[Return to modules](#module-list) + +------- + +## libxml2/2.9.13 + +module load GCCcore/11.3.0 libxml2/2.9.13 + + +[Return to modules](#module-list) + +------- + +## libxml2/2.9.13-GCCcore-11.3.0 + +module load libxml2/2.9.13-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## libxml2/2.9.9 + +module load GCCcore/8.3.0 libxml2/2.9.9 + + +[Return to modules](#module-list) + +------- + +## libxslt/1.1.34 + +module load GCCcore/11.3.0 libxslt/1.1.34 + + +[Return to modules](#module-list) + +------- + +## libxsmm/1.16.1 + +module load GCC/10.2.0 libxsmm/1.16.1 + + +[Return to modules](#module-list) + +------- + +## libxsmm/1.16.2 + +module load GCC/10.3.0 libxsmm/1.16.2 + + +[Return to modules](#module-list) + +------- + +## libyaml/0.2.5 + +module load GCCcore/10.3.0 libyaml/0.2.5 + +module load GCCcore/10.2.0 libyaml/0.2.5 + +module load GCCcore/11.3.0 libyaml/0.2.5 + + +[Return to modules](#module-list) + +------- + +## LittleCMS/2.12 + +module load GCCcore/11.2.0 LittleCMS/2.12 + + +[Return to modules](#module-list) + +------- + +## LittleCMS/2.13.1 + +module load GCCcore/11.3.0 LittleCMS/2.13.1 + + +[Return to modules](#module-list) + +------- + +## LLVM/11.0.0 + +module load GCCcore/10.2.0 LLVM/11.0.0 + + +[Return to modules](#module-list) + +------- + +## LLVM/11.1.0 + +module load GCCcore/10.3.0 LLVM/11.1.0 + + +[Return to modules](#module-list) + +------- + +## LLVM/12.0.1 + +module load GCCcore/11.2.0 LLVM/12.0.1 + + +[Return to modules](#module-list) + +------- + +## LLVM/14.0.3 + +module load GCCcore/11.3.0 LLVM/14.0.3 + + +[Return to modules](#module-list) + +------- + +## LLVM/9.0.0 + +module load GCCcore/8.3.0 LLVM/9.0.0 + + +[Return to modules](#module-list) + +------- + +## LLVM/9.0.1 + +module load GCCcore/9.3.0 LLVM/9.0.1 + + +[Return to modules](#module-list) + +------- + +## LMDB/0.9.24 + +module load GCCcore/10.2.0 LMDB/0.9.24 + + +[Return to modules](#module-list) + +------- + +## LMDB/0.9.28 + +module load GCCcore/10.3.0 LMDB/0.9.28 + + +[Return to modules](#module-list) + +------- + +## LMDB/0.9.29 + +module load GCCcore/11.3.0 LMDB/0.9.29 + + +[Return to modules](#module-list) + +------- + +## LMDB/0.9.29-GCCcore-11.3.0 + +module load LMDB/0.9.29-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## lmod + +module load lmod + + +[Return to modules](#module-list) + +------- + +## loughborough + +module load loughborough + + +[Return to modules](#module-list) + +------- + +## lpsolve/5.5.2.11 + +module load GCC/11.3.0 lpsolve/5.5.2.11 + + +[Return to modules](#module-list) + +------- + +## Lua/5.1.5 + +module load GCCcore/8.3.0 Lua/5.1.5 + + +[Return to modules](#module-list) + +------- + +## Lua/5.3.5 + +module load GCCcore/9.3.0 Lua/5.3.5 + + +[Return to modules](#module-list) + +------- + +## Lua/5.4.2 + +module load GCCcore/10.2.0 Lua/5.4.2 + + +[Return to modules](#module-list) + +------- + +## Lua/5.4.3 + +module load GCCcore/10.3.0 Lua/5.4.3 + + +[Return to modules](#module-list) + +------- + +## Lua/5.4.4 + +module load GCCcore/11.3.0 Lua/5.4.4 + + +[Return to modules](#module-list) + +------- + +## lxml/4.9.1 + +module load GCCcore/11.3.0 lxml/4.9.1 + + +[Return to modules](#module-list) + +------- + +## lz4/1.9.2 + +module load GCCcore/9.3.0 lz4/1.9.2 + +module load GCCcore/8.3.0 lz4/1.9.2 + +module load GCCcore/10.2.0 lz4/1.9.2 + + +[Return to modules](#module-list) + +------- + +## lz4/1.9.3 + +module load GCCcore/11.2.0 lz4/1.9.3 + +module load GCCcore/10.3.0 lz4/1.9.3 + +module load GCCcore/11.3.0 lz4/1.9.3 + + +[Return to modules](#module-list) + +------- + +## lz4/1.9.4 + +module load GCCcore/12.2.0 lz4/1.9.4 + + +[Return to modules](#module-list) + +------- + +## LZO/2.10 + +module load GCCcore/10.2.0 LZO/2.10 + +module load GCCcore/11.3.0 LZO/2.10 + + +[Return to modules](#module-list) + +------- + +## M4/1.4.18 + +module load M4/1.4.18 + +module load GCCcore/8.3.0 M4/1.4.18 + +module load GCCcore/10.3.0 M4/1.4.18 + +module load GCCcore/9.3.0 M4/1.4.18 + +module load GCCcore/10.2.0 M4/1.4.18 + + +[Return to modules](#module-list) + +------- + +## M4/1.4.19 + +module load GCCcore/12.2.0 M4/1.4.19 + +module load M4/1.4.19 + +module load GCCcore/11.2.0 M4/1.4.19 + +module load GCCcore/11.3.0 M4/1.4.19 + + +[Return to modules](#module-list) + +------- + +## M4/1.4.19-GCCcore-11.3.0 + +module load M4/1.4.19-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## magma/2.5.4 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 magma/2.5.4 + + +[Return to modules](#module-list) + +------- + +## magma/2.6.1-CUDA-11.3.1 + +module load GCC/10.3.0 OpenMPI/4.1.1 magma/2.6.1-CUDA-11.3.1 + + +[Return to modules](#module-list) + +------- + +## magma/2.6.2-CUDA-11.7.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 magma/2.6.2-CUDA-11.7.0 + + +[Return to modules](#module-list) + +------- + +## make/4.3 + +module load GCCcore/11.2.0 make/4.3 + +module load GCCcore/9.3.0 make/4.3 + +module load GCCcore/10.2.0 make/4.3 + + +[Return to modules](#module-list) + +------- + +## makeinfo/6.7 + +module load GCCcore/8.3.0 makeinfo/6.7 + + +[Return to modules](#module-list) + +------- + +## makeinfo/6.7-minimal + +module load GCCcore/9.3.0 makeinfo/6.7-minimal + +module load GCCcore/10.3.0 makeinfo/6.7-minimal + +module load GCCcore/10.2.0 makeinfo/6.7-minimal + + +[Return to modules](#module-list) + +------- + +## MAKER/3.01.04 + +module load GCC/11.3.0 OpenMPI/4.1.4 MAKER/3.01.04 + + +[Return to modules](#module-list) + +------- + +## Mako/1.1.0 + +module load GCCcore/8.3.0 Mako/1.1.0 + + +[Return to modules](#module-list) + +------- + +## Mako/1.1.2 + +module load GCCcore/9.3.0 Mako/1.1.2 + + +[Return to modules](#module-list) + +------- + +## Mako/1.1.3 + +module load GCCcore/10.2.0 Mako/1.1.3 + + +[Return to modules](#module-list) + +------- + +## Mako/1.1.4 + +module load GCCcore/10.3.0 Mako/1.1.4 + +module load GCCcore/11.2.0 Mako/1.1.4 + + +[Return to modules](#module-list) + +------- + +## Mako/1.2.0 + +module load GCCcore/11.3.0 Mako/1.2.0 + + +[Return to modules](#module-list) + +------- + +## MariaDB/10.5.8 + +module load GCC/10.2.0 MariaDB/10.5.8 + + +[Return to modules](#module-list) + +------- + +## MATIO/1.5.17 + +module load GCCcore/8.3.0 MATIO/1.5.17 + + +[Return to modules](#module-list) + +------- + +## MATLAB/2021a_Update_5 + +module load MATLAB/2021a_Update_5 + + +[Return to modules](#module-list) + +------- + +## MATLAB/2021b_Update_2 + +module load MATLAB/2021b_Update_2 + + +[Return to modules](#module-list) + +------- + +## MATLAB/2022a + +module load MATLAB/2022a + + +[Return to modules](#module-list) + +------- + +## MATLAB/2023a_Update_1 + +module load MATLAB/2023a_Update_1 + + +[Return to modules](#module-list) + +------- + +## MATLAB-parenv/0.0-iccifort-2019.5.281 + +module load iccifort/2019.5.281 MATLAB-parenv/0.0-iccifort-2019.5.281 + + +[Return to modules](#module-list) + +------- + +## matplotlib/3.1.1-Python-3.7.4 + +module load GCC/8.3.0 CUDA/10.1.243 OpenMPI/3.1.4 matplotlib/3.1.1-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 matplotlib/3.1.1-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## matplotlib/3.2.1-Python-3.8.2 + +module load GCC/9.3.0 OpenMPI/4.0.3 matplotlib/3.2.1-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## matplotlib/3.3.3 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 matplotlib/3.3.3 + +module load GCC/10.2.0 OpenMPI/4.0.5 matplotlib/3.3.3 + + +[Return to modules](#module-list) + +------- + +## matplotlib/3.5.2 + +module load GCC/11.3.0 OpenMPI/4.1.4 matplotlib/3.5.2 + +module load GCC/11.2.0 OpenMPI/4.1.1 matplotlib/3.5.2 + + +[Return to modules](#module-list) + +------- + +## Mesa/19.1.7 + +module load GCCcore/8.3.0 Mesa/19.1.7 + + +[Return to modules](#module-list) + +------- + +## Mesa/19.2.1 + +module load GCCcore/8.3.0 Mesa/19.2.1 + + +[Return to modules](#module-list) + +------- + +## Mesa/20.0.2 + +module load GCCcore/9.3.0 Mesa/20.0.2 + + +[Return to modules](#module-list) + +------- + +## Mesa/20.2.1 + +module load GCCcore/10.2.0 Mesa/20.2.1 + + +[Return to modules](#module-list) + +------- + +## Mesa/21.1.1 + +module load GCCcore/10.3.0 Mesa/21.1.1 + + +[Return to modules](#module-list) + +------- + +## Mesa/21.1.7 + +module load GCCcore/11.2.0 Mesa/21.1.7 + + +[Return to modules](#module-list) + +------- + +## Mesa/22.0.3 + +module load GCCcore/11.3.0 Mesa/22.0.3 + + +[Return to modules](#module-list) + +------- + +## Meson/0.51.2-Python-3.7.4 + +module load GCCcore/8.3.0 Meson/0.51.2-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## Meson/0.55.1-Python-3.8.2 + +module load GCCcore/9.3.0 Meson/0.55.1-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## Meson/0.55.3 + +module load GCCcore/10.2.0 Meson/0.55.3 + + +[Return to modules](#module-list) + +------- + +## Meson/0.58.0 + +module load GCCcore/10.3.0 Meson/0.58.0 + + +[Return to modules](#module-list) + +------- + +## Meson/0.58.2 + +module load GCCcore/11.2.0 Meson/0.58.2 + + +[Return to modules](#module-list) + +------- + +## Meson/0.59.1-Python-3.7.4 + +module load GCCcore/8.3.0 Meson/0.59.1-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## Meson/0.62.1 + +module load GCCcore/11.3.0 Meson/0.62.1 + + +[Return to modules](#module-list) + +------- + +## METIS/5.1.0 + +module load GCCcore/10.2.0 METIS/5.1.0 + +module load GCCcore/9.3.0 METIS/5.1.0 + +module load GCCcore/8.3.0 METIS/5.1.0 + +module load GCCcore/11.3.0 METIS/5.1.0 + +module load GCCcore/12.2.0 METIS/5.1.0 + +module load GCCcore/10.3.0 METIS/5.1.0 + + +[Return to modules](#module-list) + +------- + +## Miniconda3/4.12.0 + +module load Miniconda3/4.12.0 + + +[Return to modules](#module-list) + +------- + +## Miniconda3/4.9.2 + +module load Miniconda3/4.9.2 + + +[Return to modules](#module-list) + +------- + +## MotionCor2/1.4.7 + +module load GCC/10.2.0 CUDA/11.1.1 MotionCor2/1.4.7 + + +[Return to modules](#module-list) + +------- + +## MPC/1.1.0 + +module load GCC/8.3.0 MPC/1.1.0 + + +[Return to modules](#module-list) + +------- + +## MPC/1.2.1 + +module load GCCcore/11.3.0 MPC/1.2.1 + + +[Return to modules](#module-list) + +------- + +## MPFR/4.0.2 + +module load GCCcore/9.3.0 MPFR/4.0.2 + +module load GCCcore/8.3.0 MPFR/4.0.2 + + +[Return to modules](#module-list) + +------- + +## MPFR/4.1.0 + +module load GCCcore/10.2.0 MPFR/4.1.0 + +module load GCCcore/11.3.0 MPFR/4.1.0 + +module load GCCcore/11.2.0 MPFR/4.1.0 + +module load GCCcore/10.3.0 MPFR/4.1.0 + + +[Return to modules](#module-list) + +------- + +## MPFR/4.2.0 + +module load GCCcore/12.2.0 MPFR/4.2.0 + + +[Return to modules](#module-list) + +------- + +## mpi4py/3.1.4 + +module load GCC/11.2.0 OpenMPI/4.1.1 mpi4py/3.1.4 + + +[Return to modules](#module-list) + +------- + +## MUMPS/5.2.1-metis + +module load iccifort/2019.5.281 impi/2019.7.217 MUMPS/5.2.1-metis + +module load GCC/8.3.0 OpenMPI/3.1.4 MUMPS/5.2.1-metis + + +[Return to modules](#module-list) + +------- + +## MUMPS/5.4.0-metis + +module load GCC/10.3.0 OpenMPI/4.1.1 MUMPS/5.4.0-metis + + +[Return to modules](#module-list) + +------- + +## MUMPS/5.5.1-metis + +module load GCC/11.3.0 OpenMPI/4.1.4 MUMPS/5.5.1-metis + + +[Return to modules](#module-list) + +------- + +## MVAPICH2/2.3.6 + +module load iccifort/2019.5.281 MVAPICH2/2.3.6 + + +[Return to modules](#module-list) + +------- + +## NAMD/2.14 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 NAMD/2.14 + + +[Return to modules](#module-list) + +------- + +## NAMD/2.14-mpi + +module load GCC/10.2.0 OpenMPI/4.0.5 NAMD/2.14-mpi + + +[Return to modules](#module-list) + +------- + +## NASM/2.14.02 + +module load GCCcore/8.3.0 NASM/2.14.02 + +module load GCCcore/9.3.0 NASM/2.14.02 + + +[Return to modules](#module-list) + +------- + +## NASM/2.15.05 + +module load GCCcore/10.2.0 NASM/2.15.05 + +module load GCCcore/10.3.0 NASM/2.15.05 + +module load GCCcore/11.3.0 NASM/2.15.05 + +module load GCCcore/11.2.0 NASM/2.15.05 + + +[Return to modules](#module-list) + +------- + +## NASM/2.15.05-GCCcore-11.3.0 + +module load NASM/2.15.05-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## NCCL/2.10.3-CUDA-11.3.1 + +module load GCCcore/10.3.0 NCCL/2.10.3-CUDA-11.3.1 + + +[Return to modules](#module-list) + +------- + +## NCCL/2.10.3-CUDA-11.4.1 + +module load GCCcore/11.2.0 NCCL/2.10.3-CUDA-11.4.1 + + +[Return to modules](#module-list) + +------- + +## NCCL/2.12.12-CUDA-11.7.0 + +module load GCCcore/11.3.0 NCCL/2.12.12-CUDA-11.7.0 + + +[Return to modules](#module-list) + +------- + +## NCCL/2.4.8 + +module load GCC/8.3.0 CUDA/10.1.243 NCCL/2.4.8 + + +[Return to modules](#module-list) + +------- + +## NCCL/2.8.3-CUDA-11.1.1 + +module load GCCcore/10.2.0 NCCL/2.8.3-CUDA-11.1.1 + + +[Return to modules](#module-list) + +------- + +## ncurses/6.0 + +module load ncurses/6.0 + + +[Return to modules](#module-list) + +------- + +## ncurses/6.1 + +module load GCCcore/8.3.0 ncurses/6.1 + +module load ncurses/6.1 + + +[Return to modules](#module-list) + +------- + +## ncurses/6.2 + +module load ncurses/6.2 + +module load GCCcore/11.2.0 ncurses/6.2 + +module load GCCcore/9.3.0 ncurses/6.2 + +module load GCCcore/10.3.0 ncurses/6.2 + +module load GCCcore/10.2.0 ncurses/6.2 + + +[Return to modules](#module-list) + +------- + +## ncurses/6.3 + +module load GCCcore/12.2.0 ncurses/6.3 + +module load ncurses/6.3 + +module load GCCcore/11.3.0 ncurses/6.3 + + +[Return to modules](#module-list) + +------- + +## ncurses/6.3-GCCcore-11.3.0 + +module load ncurses/6.3-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## Neovim/0.6.1 + +module load Neovim/0.6.1 + + +[Return to modules](#module-list) + +------- + +## netCDF/4.7.1 + +module load GCC/8.3.0 OpenMPI/3.1.4 netCDF/4.7.1 + + +[Return to modules](#module-list) + +------- + +## netCDF/4.7.4 + +module load GCC/9.3.0 OpenMPI/4.0.3 netCDF/4.7.4 + +module load GCC/10.2.0 OpenMPI/4.0.5 netCDF/4.7.4 + + +[Return to modules](#module-list) + +------- + +## netCDF/4.8.0 + +module load GCC/10.3.0 OpenMPI/4.1.1 netCDF/4.8.0 + + +[Return to modules](#module-list) + +------- + +## netCDF/4.8.1 + +module load GCC/11.2.0 OpenMPI/4.1.1 netCDF/4.8.1 + + +[Return to modules](#module-list) + +------- + +## netCDF/4.9.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 netCDF/4.9.0 + + +[Return to modules](#module-list) + +------- + +## netcdf4-python/1.6.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 netcdf4-python/1.6.1 + + +[Return to modules](#module-list) + +------- + +## nettle/3.5.1 + +module load GCCcore/8.3.0 nettle/3.5.1 + + +[Return to modules](#module-list) + +------- + +## nettle/3.7.3 + +module load GCCcore/11.2.0 nettle/3.7.3 + + +[Return to modules](#module-list) + +------- + +## networkx/2.5 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 networkx/2.5 + + +[Return to modules](#module-list) + +------- + +## networkx/2.6.3 + +module load GCC/11.2.0 OpenMPI/4.1.1 networkx/2.6.3 + + +[Return to modules](#module-list) + +------- + +## networkx/2.8.4 + +module load GCC/11.3.0 OpenMPI/4.1.4 networkx/2.8.4 + + +[Return to modules](#module-list) + +------- + +## networkx/2.8.4-foss-2022a + +module load networkx/2.8.4-foss-2022a + + +[Return to modules](#module-list) + +------- + +## Nextflow/22.10.1 + +module load Nextflow/22.10.1 + + +[Return to modules](#module-list) + +------- + +## NFFT/3.5.2 + +module load GCC/10.2.0 OpenMPI/4.0.5 NFFT/3.5.2 + + +[Return to modules](#module-list) + +------- + +## Ninja/1.10.0 + +module load GCCcore/9.3.0 Ninja/1.10.0 + + +[Return to modules](#module-list) + +------- + +## Ninja/1.10.1 + +module load GCCcore/10.2.0 Ninja/1.10.1 + + +[Return to modules](#module-list) + +------- + +## Ninja/1.10.2 + +module load GCCcore/10.3.0 Ninja/1.10.2 + +module load GCCcore/11.3.0 Ninja/1.10.2 + +module load GCCcore/11.2.0 Ninja/1.10.2 + + +[Return to modules](#module-list) + +------- + +## Ninja/1.10.2-GCCcore-11.3.0 + +module load Ninja/1.10.2-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## Ninja/1.11.1 + +module load GCCcore/12.2.0 Ninja/1.11.1 + + +[Return to modules](#module-list) + +------- + +## Ninja/1.9.0 + +module load GCCcore/8.3.0 Ninja/1.9.0 + + +[Return to modules](#module-list) + +------- + +## nlohmann_json/3.10.5 + +module load GCCcore/11.3.0 nlohmann_json/3.10.5 + + +[Return to modules](#module-list) + +------- + +## NLopt/2.7.0 + +module load GCCcore/11.2.0 NLopt/2.7.0 + + +[Return to modules](#module-list) + +------- + +## nodejs/14.17.6 + +module load GCCcore/11.2.0 nodejs/14.17.6 + + +[Return to modules](#module-list) + +------- + +## nodejs/16.15.1 + +module load GCCcore/11.3.0 nodejs/16.15.1 + + +[Return to modules](#module-list) + +------- + +## nottingham + +module load nottingham + + +[Return to modules](#module-list) + +------- + +## NSPR/4.21 + +module load GCCcore/8.3.0 NSPR/4.21 + + +[Return to modules](#module-list) + +------- + +## NSPR/4.25 + +module load GCCcore/9.3.0 NSPR/4.25 + + +[Return to modules](#module-list) + +------- + +## NSPR/4.29 + +module load GCCcore/10.2.0 NSPR/4.29 + + +[Return to modules](#module-list) + +------- + +## NSPR/4.30 + +module load GCCcore/10.3.0 NSPR/4.30 + + +[Return to modules](#module-list) + +------- + +## NSPR/4.34 + +module load GCCcore/11.3.0 NSPR/4.34 + + +[Return to modules](#module-list) + +------- + +## NSS/3.45 + +module load GCCcore/8.3.0 NSS/3.45 + + +[Return to modules](#module-list) + +------- + +## NSS/3.51 + +module load GCCcore/9.3.0 NSS/3.51 + + +[Return to modules](#module-list) + +------- + +## NSS/3.57 + +module load GCCcore/10.2.0 NSS/3.57 + + +[Return to modules](#module-list) + +------- + +## NSS/3.65 + +module load GCCcore/10.3.0 NSS/3.65 + + +[Return to modules](#module-list) + +------- + +## NSS/3.79 + +module load GCCcore/11.3.0 NSS/3.79 + + +[Return to modules](#module-list) + +------- + +## nsync/1.24.0 + +module load GCCcore/10.3.0 nsync/1.24.0 + +module load GCCcore/10.2.0 nsync/1.24.0 + + +[Return to modules](#module-list) + +------- + +## nsync/1.25.0 + +module load GCCcore/11.3.0 nsync/1.25.0 + + +[Return to modules](#module-list) + +------- + +## nsync/1.25.0-GCCcore-11.3.0 + +module load nsync/1.25.0-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## NTPoly/2.7.0 + +module load GCC/10.3.0 OpenMPI/4.1.1 NTPoly/2.7.0 + + +[Return to modules](#module-list) + +------- + +## numactl/2.0.12 + +module load GCCcore/8.3.0 numactl/2.0.12 + + +[Return to modules](#module-list) + +------- + +## numactl/2.0.13 + +module load GCCcore/8.3.0 numactl/2.0.13 + +module load GCCcore/10.2.0 numactl/2.0.13 + +module load GCCcore/9.3.0 numactl/2.0.13 + + +[Return to modules](#module-list) + +------- + +## numactl/2.0.14 + +module load GCCcore/11.2.0 numactl/2.0.14 + +module load GCCcore/11.3.0 numactl/2.0.14 + +module load GCCcore/10.3.0 numactl/2.0.14 + + +[Return to modules](#module-list) + +------- + +## numactl/2.0.14-GCCcore-11.3.0 + +module load numactl/2.0.14-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## numactl/2.0.16 + +module load GCCcore/12.2.0 numactl/2.0.16 + + +[Return to modules](#module-list) + +------- + +## numba/0.53.1 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 numba/0.53.1 + +module load GCC/10.2.0 OpenMPI/4.0.5 numba/0.53.1 + + +[Return to modules](#module-list) + +------- + +## numba/0.56.4 + +module load GCC/11.3.0 OpenMPI/4.1.4 numba/0.56.4 + + +[Return to modules](#module-list) + +------- + +## NVHPC/21.11 + +module load NVHPC/21.11 + + +[Return to modules](#module-list) + +------- + +## nvidia-tensorflow/1.15.5+nv21.10-Python-3.8.2 + +module load GCC/9.3.0 OpenMPI/4.0.3 nvidia-tensorflow/1.15.5+nv21.10-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## nvidia-tensorflow/1.15.5+nv22.01-Python-3.8.2 + +module load GCC/9.3.0 OpenMPI/4.0.3 nvidia-tensorflow/1.15.5+nv22.01-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## NWChem/7.0.2-Python-3.7.4 + +module load iccifort/2019.5.281 impi/2019.7.217 NWChem/7.0.2-Python-3.7.4 + +module load iccifort/2019.5.281 OpenMPI/3.1.4 NWChem/7.0.2-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## ocf + +module load ocf + + +[Return to modules](#module-list) + +------- + +## OpenBLAS/0.3.12 + +module load GCC/10.2.0 OpenBLAS/0.3.12 + + +[Return to modules](#module-list) + +------- + +## OpenBLAS/0.3.15 + +module load GCC/10.3.0 OpenBLAS/0.3.15 + + +[Return to modules](#module-list) + +------- + +## OpenBLAS/0.3.18 + +module load GCC/11.2.0 OpenBLAS/0.3.18 + + +[Return to modules](#module-list) + +------- + +## OpenBLAS/0.3.20 + +module load GCC/11.3.0 OpenBLAS/0.3.20 + +module load GCC/11.2.0 OpenBLAS/0.3.20 + + +[Return to modules](#module-list) + +------- + +## OpenBLAS/0.3.7 + +module load GCC/8.3.0 OpenBLAS/0.3.7 + + +[Return to modules](#module-list) + +------- + +## OpenBLAS/0.3.9 + +module load GCC/9.3.0 OpenBLAS/0.3.9 + + +[Return to modules](#module-list) + +------- + +## OpenCV/4.5.1-contrib + +module load GCC/10.2.0 OpenMPI/4.0.5 OpenCV/4.5.1-contrib + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 OpenCV/4.5.1-contrib + + +[Return to modules](#module-list) + +------- + +## OpenCV/4.6.0-contrib + +module load GCC/11.3.0 OpenMPI/4.1.4 OpenCV/4.6.0-contrib + + +[Return to modules](#module-list) + +------- + +## OpenEXR/2.5.5 + +module load GCCcore/10.2.0 OpenEXR/2.5.5 + + +[Return to modules](#module-list) + +------- + +## OpenEXR/3.1.5 + +module load GCCcore/11.3.0 OpenEXR/3.1.5 + + +[Return to modules](#module-list) + +------- + +## OpenFOAM/5.0-20180606 + +module load iccifort/2019.5.281 OpenMPI/3.1.4 OpenFOAM/5.0-20180606 + + +[Return to modules](#module-list) + +------- + +## OpenFOAM/7-20200508 + +module load GCC/8.3.0 OpenMPI/3.1.4 OpenFOAM/7-20200508 + + +[Return to modules](#module-list) + +------- + +## OpenFOAM/8 + +module load GCC/10.2.0 OpenMPI/4.0.5 OpenFOAM/8 + + +[Return to modules](#module-list) + +------- + +## OpenFOAM/9 + +module load GCC/10.3.0 OpenMPI/4.1.1 OpenFOAM/9 + + +[Return to modules](#module-list) + +------- + +## OpenFOAM/v1812 + +module load GCC/9.3.0 OpenMPI/4.0.3 OpenFOAM/v1812 + +module load GCC/8.3.0 OpenMPI/3.1.4 OpenFOAM/v1812 + + +[Return to modules](#module-list) + +------- + +## OpenFOAM/v2106 + +module load GCC/10.3.0 OpenMPI/4.1.1 OpenFOAM/v2106 + + +[Return to modules](#module-list) + +------- + +## OpenJPEG/2.5.0 + +module load GCCcore/11.3.0 OpenJPEG/2.5.0 + + +[Return to modules](#module-list) + +------- + +## OpenMM/7.4.1-Python-3.7.4 + +module load iccifort/2019.5.281 impi/2019.7.217 OpenMM/7.4.1-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## OpenMM/7.5.1 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 OpenMM/7.5.1 + +module load GCC/10.2.0 OpenMPI/4.0.5 OpenMM/7.5.1 + + +[Return to modules](#module-list) + +------- + +## OpenMPI/3.1.4 + +module load iccifort/2019.5.281 OpenMPI/3.1.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 + +module load GCC/8.3.0 CUDA/10.1.243 OpenMPI/3.1.4 + + +[Return to modules](#module-list) + +------- + +## OpenMPI/4.0.3 + +module load GCC/9.3.0 OpenMPI/4.0.3 + + +[Return to modules](#module-list) + +------- + +## OpenMPI/4.0.5 + +module load GCC/10.2.0 OpenMPI/4.0.5 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 + + +[Return to modules](#module-list) + +------- + +## OpenMPI/4.1.1 + +module load GCC/10.3.0 OpenMPI/4.1.1 + +module load GCC/11.2.0 OpenMPI/4.1.1 + + +[Return to modules](#module-list) + +------- + +## OpenMPI/4.1.1-CUDAcore-11.5.1 + +module load NVHPC/21.11 OpenMPI/4.1.1-CUDAcore-11.5.1 + + +[Return to modules](#module-list) + +------- + +## OpenMPI/4.1.4 + +module load GCC/11.3.0 OpenMPI/4.1.4 + + +[Return to modules](#module-list) + +------- + +## OpenPGM/5.2.122 + +module load GCCcore/11.2.0 OpenPGM/5.2.122 + +module load GCCcore/10.2.0 OpenPGM/5.2.122 + + +[Return to modules](#module-list) + +------- + +## OpenSlide/3.4.1-largefiles + +module load GCCcore/11.3.0 OpenSlide/3.4.1-largefiles + + +[Return to modules](#module-list) + +------- + +## openslide-python/1.2.0 + +module load GCCcore/11.3.0 openslide-python/1.2.0 + + +[Return to modules](#module-list) + +------- + +## OpenSSL/1.1 + +module load OpenSSL/1.1 + + +[Return to modules](#module-list) + +------- + +## ORCA/5.0.2-static + +module load GCC/10.3.0 OpenMPI/4.1.1 ORCA/5.0.2-static + + +[Return to modules](#module-list) + +------- + +## ORCA/5.0.4 + +module load GCC/11.2.0 OpenMPI/4.1.1 ORCA/5.0.4 + + +[Return to modules](#module-list) + +------- + +## Pango/1.44.7 + +module load GCCcore/8.3.0 Pango/1.44.7 + +module load GCCcore/9.3.0 Pango/1.44.7 + + +[Return to modules](#module-list) + +------- + +## Pango/1.47.0 + +module load GCCcore/10.2.0 Pango/1.47.0 + + +[Return to modules](#module-list) + +------- + +## Pango/1.48.5 + +module load GCCcore/10.3.0 Pango/1.48.5 + + +[Return to modules](#module-list) + +------- + +## Pango/1.50.7 + +module load GCCcore/11.3.0 Pango/1.50.7 + + +[Return to modules](#module-list) + +------- + +## parallel/20190922 + +module load GCCcore/8.3.0 parallel/20190922 + + +[Return to modules](#module-list) + +------- + +## parallel/20210322 + +module load GCCcore/10.2.0 parallel/20210322 + + +[Return to modules](#module-list) + +------- + +## parallel/20210622 + +module load GCCcore/10.3.0 parallel/20210622 + + +[Return to modules](#module-list) + +------- + +## parallel/20220722 + +module load GCCcore/11.3.0 parallel/20220722 + + +[Return to modules](#module-list) + +------- + +## ParaView/5.4.1-Python-2.7.16-mpi + +module load iccifort/2019.5.281 OpenMPI/3.1.4 ParaView/5.4.1-Python-2.7.16-mpi + + +[Return to modules](#module-list) + +------- + +## ParaView/5.6.2-Python-3.7.4-mpi + +module load GCC/8.3.0 OpenMPI/3.1.4 ParaView/5.6.2-Python-3.7.4-mpi + + +[Return to modules](#module-list) + +------- + +## ParaView/5.8.0-Python-3.8.2-mpi + +module load GCC/9.3.0 OpenMPI/4.0.3 ParaView/5.8.0-Python-3.8.2-mpi + + +[Return to modules](#module-list) + +------- + +## ParaView/5.8.1-mpi + +module load GCC/10.2.0 OpenMPI/4.0.5 ParaView/5.8.1-mpi + + +[Return to modules](#module-list) + +------- + +## ParaView/5.9.1-mpi + +module load GCC/10.3.0 OpenMPI/4.1.1 ParaView/5.9.1-mpi + + +[Return to modules](#module-list) + +------- + +## ParMETIS/4.0.3 + +module load GCC/8.3.0 OpenMPI/3.1.4 ParMETIS/4.0.3 + + +[Return to modules](#module-list) + +------- + +## patchelf/0.10 + +module load GCCcore/8.3.0 patchelf/0.10 + + +[Return to modules](#module-list) + +------- + +## PCRE/8.43 + +module load GCCcore/8.3.0 PCRE/8.43 + + +[Return to modules](#module-list) + +------- + +## PCRE/8.44 + +module load GCCcore/9.3.0 PCRE/8.44 + +module load GCCcore/10.2.0 PCRE/8.44 + + +[Return to modules](#module-list) + +------- + +## PCRE/8.45 + +module load GCCcore/11.2.0 PCRE/8.45 + +module load GCCcore/11.3.0 PCRE/8.45 + + +[Return to modules](#module-list) + +------- + +## PCRE2/10.33 + +module load GCCcore/8.3.0 PCRE2/10.33 + + +[Return to modules](#module-list) + +------- + +## PCRE2/10.34 + +module load GCCcore/9.3.0 PCRE2/10.34 + + +[Return to modules](#module-list) + +------- + +## PCRE2/10.35 + +module load GCCcore/10.2.0 PCRE2/10.35 + + +[Return to modules](#module-list) + +------- + +## PCRE2/10.36 + +module load GCCcore/10.3.0 PCRE2/10.36 + + +[Return to modules](#module-list) + +------- + +## PCRE2/10.37 + +module load GCCcore/11.2.0 PCRE2/10.37 + + +[Return to modules](#module-list) + +------- + +## PCRE2/10.40 + +module load GCCcore/11.3.0 PCRE2/10.40 + + +[Return to modules](#module-list) + +------- + +## Perl/5.30.0 + +module load GCCcore/8.3.0 Perl/5.30.0 + + +[Return to modules](#module-list) + +------- + +## Perl/5.30.2 + +module load GCCcore/9.3.0 Perl/5.30.2 + + +[Return to modules](#module-list) + +------- + +## Perl/5.30.2-minimal + +module load GCCcore/9.3.0 Perl/5.30.2-minimal + + +[Return to modules](#module-list) + +------- + +## Perl/5.32.0 + +module load GCCcore/10.2.0 Perl/5.32.0 + + +[Return to modules](#module-list) + +------- + +## Perl/5.32.0-minimal + +module load GCCcore/10.2.0 Perl/5.32.0-minimal + + +[Return to modules](#module-list) + +------- + +## Perl/5.32.1 + +module load GCCcore/10.3.0 Perl/5.32.1 + + +[Return to modules](#module-list) + +------- + +## Perl/5.32.1-minimal + +module load GCCcore/10.3.0 Perl/5.32.1-minimal + + +[Return to modules](#module-list) + +------- + +## Perl/5.34.0 + +module load GCCcore/11.2.0 Perl/5.34.0 + + +[Return to modules](#module-list) + +------- + +## Perl/5.34.1 + +module load GCCcore/11.3.0 Perl/5.34.1 + + +[Return to modules](#module-list) + +------- + +## Perl/5.34.1-GCCcore-11.3.0 + +module load Perl/5.34.1-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## Perl/5.34.1-minimal + +module load GCCcore/11.3.0 Perl/5.34.1-minimal + + +[Return to modules](#module-list) + +------- + +## Perl/5.36.0 + +module load GCCcore/12.2.0 Perl/5.36.0 + + +[Return to modules](#module-list) + +------- + +## PETSc/3.12.4-Python-3.7.4 + +module load iccifort/2019.5.281 impi/2019.7.217 PETSc/3.12.4-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 PETSc/3.12.4-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## PETSc/3.15.1 + +module load GCC/10.3.0 OpenMPI/4.1.1 PETSc/3.15.1 + + +[Return to modules](#module-list) + +------- + +## PETSc/3.20.4 + +module load GCC/11.3.0 OpenMPI/4.1.4 PETSc/3.20.4 + + +[Return to modules](#module-list) + +------- + +## petsc4py/3.12.0-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 petsc4py/3.12.0-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## phonopy/2.16.3 + +module load GCC/11.3.0 OpenMPI/4.1.4 phonopy/2.16.3 + + +[Return to modules](#module-list) + +------- + +## PICI-LIGGGHTS/3.8.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 PICI-LIGGGHTS/3.8.1 + + +[Return to modules](#module-list) + +------- + +## Pillow/8.0.1 + +module load GCCcore/10.2.0 Pillow/8.0.1 + + +[Return to modules](#module-list) + +------- + +## Pillow/8.2.0 + +module load GCCcore/10.3.0 Pillow/8.2.0 + + +[Return to modules](#module-list) + +------- + +## Pillow/9.1.1 + +module load GCCcore/11.3.0 Pillow/9.1.1 + + +[Return to modules](#module-list) + +------- + +## Pillow/9.2.0 + +module load GCCcore/11.3.0 Pillow/9.2.0 + + +[Return to modules](#module-list) + +------- + +## Pillow-SIMD/7.1.2 + +module load GCCcore/10.2.0 Pillow-SIMD/7.1.2 + + +[Return to modules](#module-list) + +------- + +## Pillow-SIMD/8.2.0 + +module load GCCcore/10.3.0 Pillow-SIMD/8.2.0 + + +[Return to modules](#module-list) + +------- + +## Pillow-SIMD/9.2.0 + +module load GCCcore/11.3.0 Pillow-SIMD/9.2.0 + + +[Return to modules](#module-list) + +------- + +## pixman/0.38.4 + +module load GCCcore/9.3.0 pixman/0.38.4 + +module load GCCcore/8.3.0 pixman/0.38.4 + + +[Return to modules](#module-list) + +------- + +## pixman/0.40.0 + +module load GCCcore/11.2.0 pixman/0.40.0 + +module load GCCcore/10.3.0 pixman/0.40.0 + +module load GCCcore/10.2.0 pixman/0.40.0 + +module load GCCcore/11.3.0 pixman/0.40.0 + + +[Return to modules](#module-list) + +------- + +## pkg-config/0.29.2 + +module load GCCcore/11.3.0 pkg-config/0.29.2 + +module load GCCcore/10.2.0 pkg-config/0.29.2 + +module load GCCcore/11.2.0 pkg-config/0.29.2 + +module load GCCcore/10.3.0 pkg-config/0.29.2 + +module load GCCcore/9.3.0 pkg-config/0.29.2 + +module load GCCcore/8.3.0 pkg-config/0.29.2 + +module load pkg-config/0.29.2 + + +[Return to modules](#module-list) + +------- + +## pkgconf/1.8.0 + +module load GCCcore/11.3.0 pkgconf/1.8.0 + + +[Return to modules](#module-list) + +------- + +## pkgconf/1.8.0-GCCcore-11.3.0 + +module load pkgconf/1.8.0-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## pkgconf/1.9.3 + +module load GCCcore/12.2.0 pkgconf/1.9.3 + + +[Return to modules](#module-list) + +------- + +## pkgconfig/1.5.1-Python-3.7.4 + +module load GCCcore/8.3.0 pkgconfig/1.5.1-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## pkgconfig/1.5.1-Python-3.8.2 + +module load GCCcore/9.3.0 pkgconfig/1.5.1-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## pkgconfig/1.5.1-python + +module load GCCcore/10.2.0 pkgconfig/1.5.1-python + + +[Return to modules](#module-list) + +------- + +## pkgconfig/1.5.4-python + +module load GCCcore/10.3.0 pkgconfig/1.5.4-python + + +[Return to modules](#module-list) + +------- + +## pkgconfig/1.5.5-GCCcore-11.3.0-python + +module load pkgconfig/1.5.5-GCCcore-11.3.0-python + + +[Return to modules](#module-list) + +------- + +## pkgconfig/1.5.5-python + +module load GCCcore/11.3.0 pkgconfig/1.5.5-python + + +[Return to modules](#module-list) + +------- + +## PLplot/5.14.0-Java-17.0.6 + +module load GCC/11.3.0 OpenMPI/4.1.4 PLplot/5.14.0-Java-17.0.6 + + +[Return to modules](#module-list) + +------- + +## PLUMED/2.6.2 + +module load GCC/10.2.0 OpenMPI/4.0.5 PLUMED/2.6.2 + + +[Return to modules](#module-list) + +------- + +## PLUMED/2.7.2 + +module load GCC/10.3.0 OpenMPI/4.1.1 PLUMED/2.7.2 + + +[Return to modules](#module-list) + +------- + +## PLUMED/2.7.3 + +module load GCC/11.2.0 OpenMPI/4.1.1 PLUMED/2.7.3 + + +[Return to modules](#module-list) + +------- + +## PLUMED/2.8.0 + +module load GCC/11.2.0 OpenMPI/4.1.1 PLUMED/2.8.0 + + +[Return to modules](#module-list) + +------- + +## PLY/3.11-Python-3.7.4 + +module load GCCcore/8.3.0 PLY/3.11-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## pmi/pmix-x86_64 + +module load pmi/pmix-x86_64 + + +[Return to modules](#module-list) + +------- + +## PMIx/3.1.5 + +module load GCCcore/10.2.0 PMIx/3.1.5 + +module load GCCcore/9.3.0 PMIx/3.1.5 + + +[Return to modules](#module-list) + +------- + +## PMIx/3.2.3 + +module load GCCcore/10.3.0 PMIx/3.2.3 + + +[Return to modules](#module-list) + +------- + +## PMIx/4.1.0 + +module load GCCcore/11.2.0 PMIx/4.1.0 + + +[Return to modules](#module-list) + +------- + +## PMIx/4.1.2 + +module load GCCcore/11.3.0 PMIx/4.1.2 + + +[Return to modules](#module-list) + +------- + +## poetry/1.0.9-Python-3.8.2 + +module load GCCcore/9.3.0 poetry/1.0.9-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## PostgreSQL/13.2 + +module load GCCcore/10.2.0 PostgreSQL/13.2 + + +[Return to modules](#module-list) + +------- + +## PROJ/8.1.0 + +module load GCCcore/11.2.0 PROJ/8.1.0 + + +[Return to modules](#module-list) + +------- + +## PROJ/9.0.0 + +module load GCCcore/11.3.0 PROJ/9.0.0 + + +[Return to modules](#module-list) + +------- + +## protobuf/3.10.0 + +module load GCCcore/8.3.0 protobuf/3.10.0 + + +[Return to modules](#module-list) + +------- + +## protobuf/3.14.0 + +module load GCCcore/10.2.0 protobuf/3.14.0 + + +[Return to modules](#module-list) + +------- + +## protobuf/3.17.3 + +module load GCCcore/10.3.0 protobuf/3.17.3 + + +[Return to modules](#module-list) + +------- + +## protobuf/3.19.4 + +module load GCCcore/11.3.0 protobuf/3.19.4 + + +[Return to modules](#module-list) + +------- + +## protobuf/3.19.4-GCCcore-11.3.0 + +module load protobuf/3.19.4-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## protobuf-python/3.14.0 + +module load GCCcore/10.2.0 protobuf-python/3.14.0 + + +[Return to modules](#module-list) + +------- + +## protobuf-python/3.17.3 + +module load GCCcore/10.3.0 protobuf-python/3.17.3 + + +[Return to modules](#module-list) + +------- + +## protobuf-python/3.19.4 + +module load GCCcore/11.3.0 protobuf-python/3.19.4 + + +[Return to modules](#module-list) + +------- + +## protobuf-python/3.19.4-GCCcore-11.3.0 + +module load protobuf-python/3.19.4-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## py-cpuinfo/9.0.0 + +module load GCCcore/11.3.0 py-cpuinfo/9.0.0 + + +[Return to modules](#module-list) + +------- + +## pybind11/2.4.3-Python-3.7.4 + +module load GCCcore/8.3.0 pybind11/2.4.3-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## pybind11/2.4.3-Python-3.8.2 + +module load GCCcore/9.3.0 pybind11/2.4.3-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## pybind11/2.6.0 + +module load GCCcore/10.2.0 pybind11/2.6.0 + + +[Return to modules](#module-list) + +------- + +## pybind11/2.6.2 + +module load GCCcore/10.3.0 pybind11/2.6.2 + + +[Return to modules](#module-list) + +------- + +## pybind11/2.7.1 + +module load GCCcore/11.2.0 pybind11/2.7.1 + + +[Return to modules](#module-list) + +------- + +## pybind11/2.9.2 + +module load GCCcore/11.3.0 pybind11/2.9.2 + + +[Return to modules](#module-list) + +------- + +## pybind11/2.9.2-GCCcore-11.3.0 + +module load pybind11/2.9.2-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## PyCairo/1.21.0 + +module load GCCcore/11.3.0 PyCairo/1.21.0 + + +[Return to modules](#module-list) + +------- + +## pydicom/2.3.0 + +module load GCCcore/11.3.0 pydicom/2.3.0 + + +[Return to modules](#module-list) + +------- + +## PyGObject/3.42.1 + +module load GCCcore/11.3.0 PyGObject/3.42.1 + + +[Return to modules](#module-list) + +------- + +## PyTables/3.8.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 PyTables/3.8.0 + + +[Return to modules](#module-list) + +------- + +## pytest-xdist/2.3.0 + +module load GCCcore/10.2.0 pytest-xdist/2.3.0 + + +[Return to modules](#module-list) + +------- + +## Python/2.7.16 + +module load GCCcore/8.3.0 Python/2.7.16 + + +[Return to modules](#module-list) + +------- + +## Python/2.7.18 + +module load GCCcore/9.3.0 Python/2.7.18 + +module load GCCcore/10.2.0 Python/2.7.18 + + +[Return to modules](#module-list) + +------- + +## Python/2.7.18-bare + +module load GCCcore/11.3.0 Python/2.7.18-bare + +module load GCCcore/10.3.0 Python/2.7.18-bare + + +[Return to modules](#module-list) + +------- + +## Python/3.10.4 + +module load GCCcore/11.3.0 Python/3.10.4 + + +[Return to modules](#module-list) + +------- + +## Python/3.10.4-GCCcore-11.3.0 + +module load Python/3.10.4-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## Python/3.10.4-GCCcore-11.3.0-bare + +module load Python/3.10.4-GCCcore-11.3.0-bare + + +[Return to modules](#module-list) + +------- + +## Python/3.10.4-bare + +module load GCCcore/11.3.0 Python/3.10.4-bare + + +[Return to modules](#module-list) + +------- + +## Python/3.10.8-bare + +module load GCCcore/12.2.0 Python/3.10.8-bare + + +[Return to modules](#module-list) + +------- + +## Python/3.7.4 + +module load GCCcore/8.3.0 Python/3.7.4 + + +[Return to modules](#module-list) + +------- + +## Python/3.8.2 + +module load GCCcore/9.3.0 Python/3.8.2 + + +[Return to modules](#module-list) + +------- + +## Python/3.8.6 + +module load GCCcore/10.2.0 Python/3.8.6 + + +[Return to modules](#module-list) + +------- + +## Python/3.9.5 + +module load GCCcore/10.3.0 Python/3.9.5 + + +[Return to modules](#module-list) + +------- + +## Python/3.9.5-bare + +module load GCCcore/10.3.0 Python/3.9.5-bare + + +[Return to modules](#module-list) + +------- + +## Python/3.9.6 + +module load GCCcore/11.2.0 Python/3.9.6 + + +[Return to modules](#module-list) + +------- + +## Python/3.9.6-bare + +module load GCCcore/11.2.0 Python/3.9.6-bare + + +[Return to modules](#module-list) + +------- + +## PyTorch/1.10.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 PyTorch/1.10.0 + + +[Return to modules](#module-list) + +------- + +## PyTorch/1.11.0-CUDA-11.1.1 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 PyTorch/1.11.0-CUDA-11.1.1 + + +[Return to modules](#module-list) + +------- + +## PyTorch/1.12.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 PyTorch/1.12.0 + + +[Return to modules](#module-list) + +------- + +## PyTorch/1.12.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 PyTorch/1.12.1 + + +[Return to modules](#module-list) + +------- + +## PyTorch/1.12.1-CUDA-11.7.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 PyTorch/1.12.1-CUDA-11.7.0 + + +[Return to modules](#module-list) + +------- + +## PyTorch/1.7.1 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 PyTorch/1.7.1 + +module load GCC/10.2.0 OpenMPI/4.0.5 PyTorch/1.7.1 + + +[Return to modules](#module-list) + +------- + +## PyTorch/1.9.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 PyTorch/1.9.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 PyTorch/1.9.0 + + +[Return to modules](#module-list) + +------- + +## PyTorch/2.0-Miniconda3-4.12.0 + +module load PyTorch/2.0-Miniconda3-4.12.0 + + +[Return to modules](#module-list) + +------- + +## PyTorch-Geometric/2.0.1-PyTorch-1.9.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 PyTorch-Geometric/2.0.1-PyTorch-1.9.0 + + +[Return to modules](#module-list) + +------- + +## PyTorch-Lightning/1.8.4-CUDA-11.7.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 PyTorch-Lightning/1.8.4-CUDA-11.7.0 + + +[Return to modules](#module-list) + +------- + +## PyTorch-Lightning/1.9.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 PyTorch-Lightning/1.9.0 + + +[Return to modules](#module-list) + +------- + +## PyYAML/5.3.1 + +module load GCCcore/10.2.0 PyYAML/5.3.1 + + +[Return to modules](#module-list) + +------- + +## PyYAML/5.4.1 + +module load GCCcore/10.3.0 PyYAML/5.4.1 + +module load GCCcore/10.2.0 PyYAML/5.4.1 + + +[Return to modules](#module-list) + +------- + +## PyYAML/6.0 + +module load GCCcore/11.3.0 PyYAML/6.0 + + +[Return to modules](#module-list) + +------- + +## Qhull/2020.2 + +module load GCCcore/11.2.0 Qhull/2020.2 + +module load GCCcore/11.3.0 Qhull/2020.2 + + +[Return to modules](#module-list) + +------- + +## qmul + +module load qmul + + +[Return to modules](#module-list) + +------- + +## Qt/4.8.7 + +module load iccifort/2019.5.281 OpenMPI/3.1.4 Qt/4.8.7 + + +[Return to modules](#module-list) + +------- + +## Qt5/5.13.1 + +module load GCCcore/8.3.0 Qt5/5.13.1 + + +[Return to modules](#module-list) + +------- + +## Qt5/5.14.1 + +module load GCCcore/9.3.0 Qt5/5.14.1 + + +[Return to modules](#module-list) + +------- + +## Qt5/5.14.2 + +module load GCCcore/10.2.0 Qt5/5.14.2 + + +[Return to modules](#module-list) + +------- + +## Qt5/5.15.2 + +module load GCCcore/10.3.0 Qt5/5.15.2 + + +[Return to modules](#module-list) + +------- + +## Qt5/5.15.5 + +module load GCCcore/11.3.0 Qt5/5.15.5 + + +[Return to modules](#module-list) + +------- + +## QuantumESPRESSO/6.8 + +module load GCC/10.3.0 OpenMPI/4.1.1 QuantumESPRESSO/6.8 + +module load iccifort/2019.5.281 impi/2019.7.217 QuantumESPRESSO/6.8 + + +[Return to modules](#module-list) + +------- + +## QuantumESPRESSO/7.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 QuantumESPRESSO/7.1 + + +[Return to modules](#module-list) + +------- + +## QuSpin/0.3.6 + +module load QuSpin/0.3.6 + + +[Return to modules](#module-list) + +------- + +## R/4.1.2 + +module load GCC/11.2.0 OpenMPI/4.1.1 R/4.1.2 + + +[Return to modules](#module-list) + +------- + +## R-bundle-Bioconductor/3.14-R-4.1.2 + +module load GCC/11.2.0 OpenMPI/4.1.1 R-bundle-Bioconductor/3.14-R-4.1.2 + + +[Return to modules](#module-list) + +------- + +## RDFlib/5.0.0 + +module load GCCcore/10.2.0 RDFlib/5.0.0 + + +[Return to modules](#module-list) + +------- + +## RDKit/2020.03.3-Python-3.8.6 + +module load GCC/10.2.0 OpenMPI/4.0.5 RDKit/2020.03.3-Python-3.8.6 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 RDKit/2020.03.3-Python-3.8.6 + + +[Return to modules](#module-list) + +------- + +## RE2/2021-06-01 + +module load GCCcore/10.2.0 RE2/2021-06-01 + + +[Return to modules](#module-list) + +------- + +## re2c/1.2.1 + +module load GCCcore/8.3.0 re2c/1.2.1 + + +[Return to modules](#module-list) + +------- + +## re2c/1.3 + +module load GCCcore/9.3.0 re2c/1.3 + + +[Return to modules](#module-list) + +------- + +## re2c/2.0.3 + +module load GCCcore/10.2.0 re2c/2.0.3 + + +[Return to modules](#module-list) + +------- + +## re2c/2.1.1 + +module load GCCcore/10.3.0 re2c/2.1.1 + + +[Return to modules](#module-list) + +------- + +## re2c/2.2 + +module load GCCcore/11.3.0 re2c/2.2 + + +[Return to modules](#module-list) + +------- + +## RELION/3.1.3 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 RELION/3.1.3 + + +[Return to modules](#module-list) + +------- + +## RELION/4.0.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 RELION/4.0.0 + + +[Return to modules](#module-list) + +------- + +## RELION/4.0.0-CUDA-11.7.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 RELION/4.0.0-CUDA-11.7.0 + + +[Return to modules](#module-list) + +------- + +## RELION/4.0_beta.2021.12.16 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 RELION/4.0_beta.2021.12.16 + + +[Return to modules](#module-list) + +------- + +## RepeatMasker/4.1.4 + +module load GCC/11.3.0 OpenMPI/4.1.4 RepeatMasker/4.1.4 + + +[Return to modules](#module-list) + +------- + +## ResMap/1.1.4 + +module load ResMap/1.1.4 + + +[Return to modules](#module-list) + +------- + +## rjags/4-10-R-4.1.2 + +module load GCC/11.2.0 OpenMPI/4.1.1 rjags/4-10-R-4.1.2 + + +[Return to modules](#module-list) + +------- + +## RMBlast/2.13.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 RMBlast/2.13.0 + + +[Return to modules](#module-list) + +------- + +## Rust/1.52.1 + +module load GCCcore/10.3.0 Rust/1.52.1 + +module load GCCcore/8.3.0 Rust/1.52.1 + + +[Return to modules](#module-list) + +------- + +## Rust/1.54.0 + +module load GCCcore/11.2.0 Rust/1.54.0 + + +[Return to modules](#module-list) + +------- + +## Rust/1.60.0 + +module load GCCcore/11.3.0 Rust/1.60.0 + + +[Return to modules](#module-list) + +------- + +## Rust/1.60.0-GCCcore-11.3.0 + +module load Rust/1.60.0-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## Rust/1.65.0 + +module load GCCcore/11.3.0 Rust/1.65.0 + +module load GCCcore/12.2.0 Rust/1.65.0 + + +[Return to modules](#module-list) + +------- + +## SAMtools/1.16.1 + +module load GCC/11.3.0 SAMtools/1.16.1 + + +[Return to modules](#module-list) + +------- + +## ScaFaCoS/1.0.1 + +module load GCC/11.2.0 OpenMPI/4.1.1 ScaFaCoS/1.0.1 + + +[Return to modules](#module-list) + +------- + +## ScaLAPACK/2.0.2 + +module load GCC/8.3.0 OpenMPI/3.1.4 ScaLAPACK/2.0.2 + +module load GCC/8.3.0 CUDA/10.1.243 OpenMPI/3.1.4 ScaLAPACK/2.0.2 + + +[Return to modules](#module-list) + +------- + +## ScaLAPACK/2.1.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 ScaLAPACK/2.1.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 ScaLAPACK/2.1.0 + +module load GCC/9.3.0 OpenMPI/4.0.3 ScaLAPACK/2.1.0 + +module load NVHPC/21.11 ScaLAPACK/2.1.0 + + +[Return to modules](#module-list) + +------- + +## ScaLAPACK/2.1.0-fb + +module load GCC/11.2.0 OpenMPI/4.1.1 ScaLAPACK/2.1.0-fb + +module load GCC/10.3.0 OpenMPI/4.1.1 ScaLAPACK/2.1.0-fb + + +[Return to modules](#module-list) + +------- + +## ScaLAPACK/2.2.0-fb + +module load GCC/11.3.0 OpenMPI/4.1.4 ScaLAPACK/2.2.0-fb + + +[Return to modules](#module-list) + +------- + +## ScaLAPACK/3.0-amd + +module load GCC/10.2.0 OpenMPI/4.0.5 ScaLAPACK/3.0-amd + + +[Return to modules](#module-list) + +------- + +## SchNetPack/2.0.1 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 SchNetPack/2.0.1 + + +[Return to modules](#module-list) + +------- + +## scikit-build/0.11.1 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 scikit-build/0.11.1 + +module load GCCcore/11.2.0 scikit-build/0.11.1 + + +[Return to modules](#module-list) + +------- + +## scikit-build/0.15.0 + +module load GCCcore/11.2.0 scikit-build/0.15.0 + +module load GCCcore/11.3.0 scikit-build/0.15.0 + + +[Return to modules](#module-list) + +------- + +## scikit-image/0.18.1 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 scikit-image/0.18.1 + + +[Return to modules](#module-list) + +------- + +## scikit-image/0.19.3 + +module load GCC/11.3.0 OpenMPI/4.1.4 scikit-image/0.19.3 + + +[Return to modules](#module-list) + +------- + +## scikit-learn/0.23.2 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 scikit-learn/0.23.2 + +module load GCC/10.2.0 OpenMPI/4.0.5 scikit-learn/0.23.2 + + +[Return to modules](#module-list) + +------- + +## scikit-learn/1.1.2 + +module load GCC/11.3.0 OpenMPI/4.1.4 scikit-learn/1.1.2 + + +[Return to modules](#module-list) + +------- + +## SciPy-bundle/2019.10-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 SciPy-bundle/2019.10-Python-3.7.4 + +module load GCC/8.3.0 CUDA/10.1.243 OpenMPI/3.1.4 SciPy-bundle/2019.10-Python-3.7.4 + +module load iccifort/2019.5.281 impi/2019.7.217 SciPy-bundle/2019.10-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## SciPy-bundle/2020.03-Python-3.8.2 + +module load GCC/9.3.0 OpenMPI/4.0.3 SciPy-bundle/2020.03-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## SciPy-bundle/2020.11 + +module load GCC/10.2.0 OpenMPI/4.0.5 SciPy-bundle/2020.11 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 SciPy-bundle/2020.11 + + +[Return to modules](#module-list) + +------- + +## SciPy-bundle/2021.05 + +module load GCC/10.3.0 OpenMPI/4.1.1 SciPy-bundle/2021.05 + + +[Return to modules](#module-list) + +------- + +## SciPy-bundle/2021.10 + +module load GCC/11.2.0 OpenMPI/4.1.1 SciPy-bundle/2021.10 + + +[Return to modules](#module-list) + +------- + +## SciPy-bundle/2022.05 + +module load GCC/11.3.0 OpenMPI/4.1.4 SciPy-bundle/2022.05 + + +[Return to modules](#module-list) + +------- + +## SciPy-bundle/2022.05-foss-2022a + +module load SciPy-bundle/2022.05-foss-2022a + + +[Return to modules](#module-list) + +------- + +## SCOTCH/6.0.9 + +module load GCC/9.3.0 OpenMPI/4.0.3 SCOTCH/6.0.9 + +module load iccifort/2019.5.281 OpenMPI/3.1.4 SCOTCH/6.0.9 + +module load iccifort/2019.5.281 impi/2019.7.217 SCOTCH/6.0.9 + +module load GCC/8.3.0 OpenMPI/3.1.4 SCOTCH/6.0.9 + + +[Return to modules](#module-list) + +------- + +## SCOTCH/6.1.0 + +module load GCC/10.3.0 OpenMPI/4.1.1 SCOTCH/6.1.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 SCOTCH/6.1.0 + + +[Return to modules](#module-list) + +------- + +## SCOTCH/7.0.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 SCOTCH/7.0.1 + + +[Return to modules](#module-list) + +------- + +## SDL2/2.0.14 + +module load GCCcore/10.2.0 SDL2/2.0.14 + + +[Return to modules](#module-list) + +------- + +## SDL2/2.0.22 + +module load GCCcore/11.3.0 SDL2/2.0.22 + + +[Return to modules](#module-list) + +------- + +## Seaborn/0.12.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 Seaborn/0.12.1 + + +[Return to modules](#module-list) + +------- + +## SentencePiece/0.1.96 + +module load GCC/10.2.0 SentencePiece/0.1.96 + + +[Return to modules](#module-list) + +------- + +## settarg + +module load settarg + + +[Return to modules](#module-list) + +------- + +## shapelib/1.5.0 + +module load GCCcore/11.3.0 shapelib/1.5.0 + + +[Return to modules](#module-list) + +------- + +## Shapely/1.8.2 + +module load GCC/11.3.0 OpenMPI/4.1.4 Shapely/1.8.2 + + +[Return to modules](#module-list) + +------- + +## SLEPc/3.12.2-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 SLEPc/3.12.2-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## SLEPc/3.20.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 SLEPc/3.20.0 + + +[Return to modules](#module-list) + +------- + +## slepc4py/3.12.0-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 slepc4py/3.12.0-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## SNAP-HMM/20221022 + +module load GCC/11.3.0 SNAP-HMM/20221022 + + +[Return to modules](#module-list) + +------- + +## snappy/1.1.7 + +module load GCCcore/8.3.0 snappy/1.1.7 + + +[Return to modules](#module-list) + +------- + +## snappy/1.1.8 + +module load GCCcore/9.3.0 snappy/1.1.8 + +module load GCCcore/10.3.0 snappy/1.1.8 + +module load GCCcore/10.2.0 snappy/1.1.8 + + +[Return to modules](#module-list) + +------- + +## snappy/1.1.9 + +module load GCCcore/11.3.0 snappy/1.1.9 + + +[Return to modules](#module-list) + +------- + +## snappy/1.1.9-GCCcore-11.3.0 + +module load snappy/1.1.9-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## SOFA_C/19 + +module load GCCcore/11.3.0 SOFA_C/19 + + +[Return to modules](#module-list) + +------- + +## SOFA_F/19 + +module load GCCcore/11.3.0 SOFA_F/19 + + +[Return to modules](#module-list) + +------- + +## spglib-python/1.16.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 spglib-python/1.16.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 spglib-python/1.16.0 + + +[Return to modules](#module-list) + +------- + +## spglib-python/2.0.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 spglib-python/2.0.0 + + +[Return to modules](#module-list) + +------- + +## SQLite/3.29.0 + +module load GCCcore/8.3.0 SQLite/3.29.0 + + +[Return to modules](#module-list) + +------- + +## SQLite/3.31.1 + +module load GCCcore/9.3.0 SQLite/3.31.1 + + +[Return to modules](#module-list) + +------- + +## SQLite/3.33.0 + +module load GCCcore/10.2.0 SQLite/3.33.0 + + +[Return to modules](#module-list) + +------- + +## SQLite/3.35.4 + +module load GCCcore/10.3.0 SQLite/3.35.4 + + +[Return to modules](#module-list) + +------- + +## SQLite/3.36 + +module load GCCcore/11.2.0 SQLite/3.36 + + +[Return to modules](#module-list) + +------- + +## SQLite/3.38.3 + +module load GCCcore/11.3.0 SQLite/3.38.3 + + +[Return to modules](#module-list) + +------- + +## SQLite/3.38.3-GCCcore-11.3.0 + +module load SQLite/3.38.3-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## SQLite/3.39.4 + +module load GCCcore/12.2.0 SQLite/3.39.4 + + +[Return to modules](#module-list) + +------- + +## STREAM/5.10 + +module load GCC/10.2.0 STREAM/5.10 + + +[Return to modules](#module-list) + +------- + +## SuiteSparse/5.10.1-METIS-5.1.0 + +module load GCC/10.3.0 OpenMPI/4.1.1 SuiteSparse/5.10.1-METIS-5.1.0 + + +[Return to modules](#module-list) + +------- + +## SuiteSparse/5.13.0-METIS-5.1.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 SuiteSparse/5.13.0-METIS-5.1.0 + + +[Return to modules](#module-list) + +------- + +## SuiteSparse/5.6.0-METIS-5.1.0 + +module load iccifort/2019.5.281 impi/2019.7.217 SuiteSparse/5.6.0-METIS-5.1.0 + +module load GCC/8.3.0 OpenMPI/3.1.4 SuiteSparse/5.6.0-METIS-5.1.0 + + +[Return to modules](#module-list) + +------- + +## SUNDIALS/5.1.0 + +module load GCC/8.3.0 OpenMPI/3.1.4 SUNDIALS/5.1.0 + + +[Return to modules](#module-list) + +------- + +## SWIG/3.0.12 + +module load GCCcore/8.3.0 SWIG/3.0.12 + + +[Return to modules](#module-list) + +------- + +## SWIG/4.0.1 + +module load GCCcore/8.3.0 SWIG/4.0.1 + + +[Return to modules](#module-list) + +------- + +## SWIG/4.0.2 + +module load GCCcore/10.2.0 SWIG/4.0.2 + +module load GCCcore/11.3.0 SWIG/4.0.2 + + +[Return to modules](#module-list) + +------- + +## sympy/1.11.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 sympy/1.11.1 + + +[Return to modules](#module-list) + +------- + +## sympy/1.5.1-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 sympy/1.5.1-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## Szip/2.1.1 + +module load GCCcore/10.2.0 Szip/2.1.1 + +module load GCCcore/8.3.0 Szip/2.1.1 + +module load GCCcore/10.3.0 Szip/2.1.1 + +module load GCCcore/9.3.0 Szip/2.1.1 + +module load GCCcore/11.2.0 Szip/2.1.1 + +module load GCCcore/11.3.0 Szip/2.1.1 + + +[Return to modules](#module-list) + +------- + +## Szip/2.1.1-GCCcore-11.3.0 + +module load Szip/2.1.1-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## tbb/2020.3 + +module load GCCcore/11.2.0 tbb/2020.3 + + +[Return to modules](#module-list) + +------- + +## tbb/2021.5.0 + +module load GCCcore/11.3.0 tbb/2021.5.0 + + +[Return to modules](#module-list) + +------- + +## Tcl/8.6.10 + +module load GCCcore/9.3.0 Tcl/8.6.10 + +module load GCCcore/10.2.0 Tcl/8.6.10 + + +[Return to modules](#module-list) + +------- + +## Tcl/8.6.11 + +module load GCCcore/11.2.0 Tcl/8.6.11 + +module load GCCcore/10.3.0 Tcl/8.6.11 + + +[Return to modules](#module-list) + +------- + +## Tcl/8.6.12 + +module load GCCcore/12.2.0 Tcl/8.6.12 + +module load GCCcore/11.3.0 Tcl/8.6.12 + + +[Return to modules](#module-list) + +------- + +## Tcl/8.6.12-GCCcore-11.3.0 + +module load Tcl/8.6.12-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## Tcl/8.6.9 + +module load GCCcore/8.3.0 Tcl/8.6.9 + + +[Return to modules](#module-list) + +------- + +## tcsh/6.22.03 + +module load GCCcore/10.2.0 tcsh/6.22.03 + + +[Return to modules](#module-list) + +------- + +## tensorboard/2.8.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 tensorboard/2.8.0 + + +[Return to modules](#module-list) + +------- + +## tensorboardX/2.2-PyTorch-1.9.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 tensorboardX/2.2-PyTorch-1.9.0 + + +[Return to modules](#module-list) + +------- + +## tensorboardX/2.5.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 tensorboardX/2.5.1 + + +[Return to modules](#module-list) + +------- + +## TensorFlow/1.15.2-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 TensorFlow/1.15.2-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## TensorFlow/1.15.5-Python-3.7.4 + +module load GCC/8.3.0 CUDA/10.1.243 OpenMPI/3.1.4 TensorFlow/1.15.5-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## TensorFlow/2.11.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 TensorFlow/2.11.0 + + +[Return to modules](#module-list) + +------- + +## TensorFlow/2.11.0-CUDA-11.7.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 TensorFlow/2.11.0-CUDA-11.7.0 + + +[Return to modules](#module-list) + +------- + +## TensorFlow/2.11.0-foss-2022a + +module load TensorFlow/2.11.0-foss-2022a + + +[Return to modules](#module-list) + +------- + +## TensorFlow/2.4.1 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 TensorFlow/2.4.1 + + +[Return to modules](#module-list) + +------- + +## TensorFlow/2.5.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 TensorFlow/2.5.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 TensorFlow/2.5.0 + + +[Return to modules](#module-list) + +------- + +## TensorFlow/2.6.0-CUDA-11.3.1 + +module load GCC/10.3.0 OpenMPI/4.1.1 TensorFlow/2.6.0-CUDA-11.3.1 + + +[Return to modules](#module-list) + +------- + +## tensorflow-probability/0.19.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 tensorflow-probability/0.19.0 + + +[Return to modules](#module-list) + +------- + +## tensorflow-probability/0.19.0-foss-2022a + +module load tensorflow-probability/0.19.0-foss-2022a + + +[Return to modules](#module-list) + +------- + +## TIAToolbox/1.2.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 TIAToolbox/1.2.1 + + +[Return to modules](#module-list) + +------- + +## TIAToolbox/1.2.1-CUDA-11.7.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 TIAToolbox/1.2.1-CUDA-11.7.0 + + +[Return to modules](#module-list) + +------- + +## Tinker-HP/1.2 + +module load iccifort/2019.5.281 impi/2019.7.217 Tinker-HP/1.2 + + +[Return to modules](#module-list) + +------- + +## Tk/8.6.10 + +module load GCCcore/10.2.0 Tk/8.6.10 + +module load GCCcore/9.3.0 Tk/8.6.10 + + +[Return to modules](#module-list) + +------- + +## Tk/8.6.11 + +module load GCCcore/11.2.0 Tk/8.6.11 + + +[Return to modules](#module-list) + +------- + +## Tk/8.6.12 + +module load GCCcore/11.3.0 Tk/8.6.12 + + +[Return to modules](#module-list) + +------- + +## Tk/8.6.9 + +module load GCCcore/8.3.0 Tk/8.6.9 + + +[Return to modules](#module-list) + +------- + +## Tkinter/3.10.4 + +module load GCCcore/11.3.0 Tkinter/3.10.4 + + +[Return to modules](#module-list) + +------- + +## Tkinter/3.7.4 + +module load GCCcore/8.3.0 Tkinter/3.7.4 + + +[Return to modules](#module-list) + +------- + +## Tkinter/3.8.2 + +module load GCCcore/9.3.0 Tkinter/3.8.2 + + +[Return to modules](#module-list) + +------- + +## Tkinter/3.8.6 + +module load GCCcore/10.2.0 Tkinter/3.8.6 + + +[Return to modules](#module-list) + +------- + +## Tkinter/3.9.6 + +module load GCCcore/11.2.0 Tkinter/3.9.6 + + +[Return to modules](#module-list) + +------- + +## torchtext/0.10.0-PyTorch-1.9.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 torchtext/0.10.0-PyTorch-1.9.0 + + +[Return to modules](#module-list) + +------- + +## torchvision/0.10.0-PyTorch-1.9.0 + +module load GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 torchvision/0.10.0-PyTorch-1.9.0 + + +[Return to modules](#module-list) + +------- + +## torchvision/0.13.1 + +module load GCC/11.3.0 OpenMPI/4.1.4 torchvision/0.13.1 + + +[Return to modules](#module-list) + +------- + +## torchvision/0.13.1-CUDA-11.7.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 torchvision/0.13.1-CUDA-11.7.0 + + +[Return to modules](#module-list) + +------- + +## tqdm/4.56.2 + +module load GCCcore/10.2.0 tqdm/4.56.2 + + +[Return to modules](#module-list) + +------- + +## tqdm/4.60.0 + +module load GCCcore/10.2.0 tqdm/4.60.0 + + +[Return to modules](#module-list) + +------- + +## tqdm/4.64.0 + +module load GCCcore/11.3.0 tqdm/4.64.0 + + +[Return to modules](#module-list) + +------- + +## TRF/4.09.1 + +module load GCCcore/11.3.0 TRF/4.09.1 + + +[Return to modules](#module-list) + +------- + +## Trilinos/12.12.1-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 Trilinos/12.12.1-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## TRIQS/3.0.2 + +module load GCC/10.2.0 OpenMPI/4.0.5 TRIQS/3.0.2 + + +[Return to modules](#module-list) + +------- + +## TRIQS-cthyb/3.0.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 TRIQS-cthyb/3.0.0 + + +[Return to modules](#module-list) + +------- + +## TRIQS-dft_tools/3.0.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 TRIQS-dft_tools/3.0.0 + + +[Return to modules](#module-list) + +------- + +## TRIQS-maxent/1.0.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 TRIQS-maxent/1.0.0 + + +[Return to modules](#module-list) + +------- + +## TRIQS-tprf/3.0.0 + +module load GCC/10.2.0 OpenMPI/4.0.5 TRIQS-tprf/3.0.0 + + +[Return to modules](#module-list) + +------- + +## typing-extensions/3.10.0.0 + +module load GCCcore/10.3.0 typing-extensions/3.10.0.0 + + +[Return to modules](#module-list) + +------- + +## typing-extensions/3.7.4.3 + +module load GCCcore/10.2.0 typing-extensions/3.7.4.3 + + +[Return to modules](#module-list) + +------- + +## typing-extensions/4.5.0 + +module load GCCcore/11.3.0 typing-extensions/4.5.0 + + +[Return to modules](#module-list) + +------- + +## UCC/1.0.0 + +module load GCCcore/11.3.0 UCC/1.0.0 + + +[Return to modules](#module-list) + +------- + +## UCX/1.10.0 + +module load GCCcore/10.3.0 UCX/1.10.0 + + +[Return to modules](#module-list) + +------- + +## UCX/1.11.2 + +module load GCCcore/11.2.0 UCX/1.11.2 + + +[Return to modules](#module-list) + +------- + +## UCX/1.11.2-CUDAcore-11.5.1 + +module load GCCcore/11.2.0 UCX/1.11.2-CUDAcore-11.5.1 + + +[Return to modules](#module-list) + +------- + +## UCX/1.12.1 + +module load GCCcore/11.3.0 UCX/1.12.1 + + +[Return to modules](#module-list) + +------- + +## UCX/1.8.0 + +module load GCCcore/9.3.0 UCX/1.8.0 + +module load GCCcore/8.3.0 UCX/1.8.0 + + +[Return to modules](#module-list) + +------- + +## UCX/1.9.0 + +module load GCCcore/10.2.0 UCX/1.9.0 + + +[Return to modules](#module-list) + +------- + +## UCX/1.9.0-CUDA-11.1.1 + +module load GCCcore/10.2.0 UCX/1.9.0-CUDA-11.1.1 + + +[Return to modules](#module-list) + +------- + +## UCX-CUDA/1.10.0-CUDA-11.3.1 + +module load GCCcore/10.3.0 UCX-CUDA/1.10.0-CUDA-11.3.1 + + +[Return to modules](#module-list) + +------- + +## UCX-CUDA/1.11.2-CUDA-11.4.1 + +module load GCCcore/11.2.0 UCX-CUDA/1.11.2-CUDA-11.4.1 + + +[Return to modules](#module-list) + +------- + +## UCX-CUDA/1.12.1-CUDA-11.7.0 + +module load GCCcore/11.3.0 UCX-CUDA/1.12.1-CUDA-11.7.0 + + +[Return to modules](#module-list) + +------- + +## UDUNITS/2.2.28 + +module load GCCcore/11.2.0 UDUNITS/2.2.28 + +module load GCCcore/11.3.0 UDUNITS/2.2.28 + + +[Return to modules](#module-list) + +------- + +## UFL/2019.1.0-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 UFL/2019.1.0-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## umap-learn/0.5.3 + +module load GCC/11.3.0 OpenMPI/4.1.4 umap-learn/0.5.3 + + +[Return to modules](#module-list) + +------- + +## UnZip/6.0 + +module load GCCcore/10.2.0 UnZip/6.0 + +module load GCCcore/11.3.0 UnZip/6.0 + +module load GCCcore/11.2.0 UnZip/6.0 + +module load GCCcore/12.2.0 UnZip/6.0 + +module load GCCcore/9.3.0 UnZip/6.0 + +module load GCCcore/10.3.0 UnZip/6.0 + + +[Return to modules](#module-list) + +------- + +## UnZip/6.0-GCCcore-11.3.0 + +module load UnZip/6.0-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## util-linux/2.34 + +module load GCCcore/8.3.0 util-linux/2.34 + + +[Return to modules](#module-list) + +------- + +## util-linux/2.35 + +module load GCCcore/9.3.0 util-linux/2.35 + + +[Return to modules](#module-list) + +------- + +## util-linux/2.36 + +module load GCCcore/10.3.0 util-linux/2.36 + +module load GCCcore/10.2.0 util-linux/2.36 + + +[Return to modules](#module-list) + +------- + +## util-linux/2.37 + +module load GCCcore/11.2.0 util-linux/2.37 + + +[Return to modules](#module-list) + +------- + +## util-linux/2.38 + +module load GCCcore/11.3.0 util-linux/2.38 + + +[Return to modules](#module-list) + +------- + +## Voro++/0.4.6 + +module load GCCcore/11.2.0 Voro++/0.4.6 + + +[Return to modules](#module-list) + +------- + +## VTK/8.2.0-Python-3.7.4 + +module load GCC/8.3.0 OpenMPI/3.1.4 VTK/8.2.0-Python-3.7.4 + + +[Return to modules](#module-list) + +------- + +## VTK/8.2.0-Python-3.8.2 + +module load GCC/9.3.0 OpenMPI/4.0.3 VTK/8.2.0-Python-3.8.2 + + +[Return to modules](#module-list) + +------- + +## VTK/9.2.2 + +module load GCC/11.3.0 OpenMPI/4.1.4 VTK/9.2.2 + + +[Return to modules](#module-list) + +------- + +## VTune/2022.2.0 + +module load VTune/2022.2.0 + + +[Return to modules](#module-list) + +------- + +## warwick + +module load warwick + + +[Return to modules](#module-list) + +------- + +## Wayland/1.20.0 + +module load GCCcore/11.3.0 Wayland/1.20.0 + + +[Return to modules](#module-list) + +------- + +## wxWidgets/3.1.4 + +module load GCC/10.2.0 wxWidgets/3.1.4 + + +[Return to modules](#module-list) + +------- + +## wxWidgets/3.2.1 + +module load GCC/11.3.0 wxWidgets/3.2.1 + + +[Return to modules](#module-list) + +------- + +## X11/20190717 + +module load GCCcore/8.3.0 X11/20190717 + + +[Return to modules](#module-list) + +------- + +## X11/20200222 + +module load GCCcore/9.3.0 X11/20200222 + + +[Return to modules](#module-list) + +------- + +## X11/20201008 + +module load GCCcore/10.2.0 X11/20201008 + + +[Return to modules](#module-list) + +------- + +## X11/20210518 + +module load GCCcore/10.3.0 X11/20210518 + + +[Return to modules](#module-list) + +------- + +## X11/20210802 + +module load GCCcore/11.2.0 X11/20210802 + + +[Return to modules](#module-list) + +------- + +## X11/20220504 + +module load GCCcore/11.3.0 X11/20220504 + + +[Return to modules](#module-list) + +------- + +## x264/20190925 + +module load GCCcore/8.3.0 x264/20190925 + + +[Return to modules](#module-list) + +------- + +## x264/20191217 + +module load GCCcore/9.3.0 x264/20191217 + + +[Return to modules](#module-list) + +------- + +## x264/20201026 + +module load GCCcore/10.2.0 x264/20201026 + + +[Return to modules](#module-list) + +------- + +## x264/20210414 + +module load GCCcore/10.3.0 x264/20210414 + + +[Return to modules](#module-list) + +------- + +## x264/20210613 + +module load GCCcore/11.2.0 x264/20210613 + + +[Return to modules](#module-list) + +------- + +## x264/20220620 + +module load GCCcore/11.3.0 x264/20220620 + + +[Return to modules](#module-list) + +------- + +## x265/3.2 + +module load GCCcore/8.3.0 x265/3.2 + + +[Return to modules](#module-list) + +------- + +## x265/3.3 + +module load GCCcore/9.3.0 x265/3.3 + +module load GCCcore/10.2.0 x265/3.3 + + +[Return to modules](#module-list) + +------- + +## x265/3.5 + +module load GCCcore/10.3.0 x265/3.5 + +module load GCCcore/11.3.0 x265/3.5 + +module load GCCcore/11.2.0 x265/3.5 + + +[Return to modules](#module-list) + +------- + +## xarray/2022.9.0 + +module load GCC/11.3.0 OpenMPI/4.1.4 xarray/2022.9.0 + + +[Return to modules](#module-list) + +------- + +## XML-LibXML/2.0207 + +module load GCCcore/11.3.0 XML-LibXML/2.0207 + + +[Return to modules](#module-list) + +------- + +## xorg-macros/1.19.2 + +module load GCCcore/10.2.0 xorg-macros/1.19.2 + +module load GCCcore/8.3.0 xorg-macros/1.19.2 + +module load GCCcore/9.3.0 xorg-macros/1.19.2 + + +[Return to modules](#module-list) + +------- + +## xorg-macros/1.19.3 + +module load GCCcore/10.3.0 xorg-macros/1.19.3 + +module load GCCcore/11.3.0 xorg-macros/1.19.3 + +module load GCCcore/11.2.0 xorg-macros/1.19.3 + + +[Return to modules](#module-list) + +------- + +## xorg-macros/1.19.3-GCCcore-11.3.0 + +module load xorg-macros/1.19.3-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## xprop/1.2.5 + +module load GCCcore/10.2.0 xprop/1.2.5 + +module load GCCcore/11.3.0 xprop/1.2.5 + + +[Return to modules](#module-list) + +------- + +## Xvfb/1.20.13 + +module load GCCcore/11.2.0 Xvfb/1.20.13 + + +[Return to modules](#module-list) + +------- + +## xxd/8.2.4220 + +module load GCCcore/11.2.0 xxd/8.2.4220 + +module load GCCcore/10.2.0 xxd/8.2.4220 + + +[Return to modules](#module-list) + +------- + +## XZ/5.2.4 + +module load GCCcore/8.3.0 XZ/5.2.4 + + +[Return to modules](#module-list) + +------- + +## XZ/5.2.5 + +module load GCCcore/10.3.0 XZ/5.2.5 + +module load GCCcore/11.3.0 XZ/5.2.5 + +module load GCCcore/9.3.0 XZ/5.2.5 + +module load GCCcore/11.2.0 XZ/5.2.5 + +module load GCCcore/10.2.0 XZ/5.2.5 + + +[Return to modules](#module-list) + +------- + +## XZ/5.2.5-GCCcore-11.3.0 + +module load XZ/5.2.5-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## XZ/5.2.7 + +module load GCCcore/12.2.0 XZ/5.2.7 + + +[Return to modules](#module-list) + +------- + +## YACS/0.1.8 + +module load GCCcore/10.2.0 YACS/0.1.8 + + +[Return to modules](#module-list) + +------- + +## yaml-cpp/0.6.3 + +module load GCCcore/8.3.0 yaml-cpp/0.6.3 + + +[Return to modules](#module-list) + +------- + +## Yasm/1.3.0 + +module load GCCcore/11.3.0 Yasm/1.3.0 + +module load GCCcore/10.3.0 Yasm/1.3.0 + +module load GCCcore/8.3.0 Yasm/1.3.0 + +module load GCCcore/11.2.0 Yasm/1.3.0 + +module load GCCcore/9.3.0 Yasm/1.3.0 + +module load GCCcore/10.2.0 Yasm/1.3.0 + + +[Return to modules](#module-list) + +------- + +## Z3/4.8.10 + +module load GCCcore/10.2.0 Z3/4.8.10 + + +[Return to modules](#module-list) + +------- + +## zarr/2.13.3 + +module load GCC/11.3.0 OpenMPI/4.1.4 zarr/2.13.3 + + +[Return to modules](#module-list) + +------- + +## ZeroMQ/4.3.3 + +module load GCCcore/10.2.0 ZeroMQ/4.3.3 + + +[Return to modules](#module-list) + +------- + +## ZeroMQ/4.3.4 + +module load GCCcore/11.2.0 ZeroMQ/4.3.4 + + +[Return to modules](#module-list) + +------- + +## zfp/1.0.0 + +module load GCCcore/11.3.0 zfp/1.0.0 + + +[Return to modules](#module-list) + +------- + +## Zip/3.0 + +module load GCCcore/8.3.0 Zip/3.0 + +module load GCCcore/10.2.0 Zip/3.0 + +module load GCCcore/11.3.0 Zip/3.0 + +module load GCCcore/10.3.0 Zip/3.0 + + +[Return to modules](#module-list) + +------- + +## Zip/3.0-GCCcore-11.3.0 + +module load Zip/3.0-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## zlib/1.2.11 + +module load GCCcore/8.3.0 zlib/1.2.11 + +module load GCCcore/11.2.0 zlib/1.2.11 + +module load GCCcore/10.3.0 zlib/1.2.11 + +module load zlib/1.2.11 + +module load GCCcore/9.3.0 zlib/1.2.11 + +module load GCCcore/10.2.0 zlib/1.2.11 + + +[Return to modules](#module-list) + +------- + +## zlib/1.2.12 + +module load GCCcore/12.2.0 zlib/1.2.12 + +module load zlib/1.2.12 + +module load GCCcore/11.3.0 zlib/1.2.12 + + +[Return to modules](#module-list) + +------- + +## zlib/1.2.12-GCCcore-11.3.0 + +module load zlib/1.2.12-GCCcore-11.3.0 + + +[Return to modules](#module-list) + +------- + +## zlib-ng/2.0.6 + +module load GCCcore/11.3.0 zlib-ng/2.0.6 + + +[Return to modules](#module-list) + +------- + +## Zopfli/1.0.3 + +module load GCCcore/11.3.0 Zopfli/1.0.3 + + +[Return to modules](#module-list) + +------- + +## zstd/1.4.4 + +module load GCCcore/9.3.0 zstd/1.4.4 + +module load GCCcore/8.3.0 zstd/1.4.4 + + +[Return to modules](#module-list) + +------- + +## zstd/1.4.5 + +module load GCCcore/10.2.0 zstd/1.4.5 + + +[Return to modules](#module-list) + +------- + +## zstd/1.4.9 + +module load GCCcore/10.3.0 zstd/1.4.9 + + +[Return to modules](#module-list) + +------- + +## zstd/1.5.0 + +module load GCCcore/11.2.0 zstd/1.5.0 + + +[Return to modules](#module-list) + +------- + +## zstd/1.5.2 + +module load GCCcore/11.3.0 zstd/1.5.2 + +module load GCCcore/12.2.0 zstd/1.5.2 + + +[Return to modules](#module-list) + +------- + + From bbf91380a26d3fd78b3b6a04eb7f7c8a0bb0c3e6 Mon Sep 17 00:00:00 2001 From: tanmoy1989 Date: Fri, 23 Feb 2024 16:59:52 +0000 Subject: [PATCH 2/2] Updating appnotes/index.markdown page --- appnotes/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appnotes/index.markdown b/appnotes/index.markdown index dff3bb6..81acdbf 100644 --- a/appnotes/index.markdown +++ b/appnotes/index.markdown @@ -2,7 +2,7 @@ layout: page title: Application Notes has_children: true -nav_order: 4 +nav_order: 5 --- Users and RSEs are encouraged to share information on build settings, job scripts and best practices for use of scientific applications on Sulis via application notes.