Author Archives: Jean-Baptiste Hoock

Gromacs

Last installed version : 2025.2 Description GROMACS, which stands for “GROningen MAchine for Chemical Simulations,” is widely used molecular simulation software in the fields of computational chemistry, biochemistry, and biophysics…. Read more »

HDF5

Description HDF5 (Hierarchical Data Format version 5) is a file format and software library designed to store and organize large amounts of complex data. Setup the environment Tutorial Documentation

help2man

Description help2man is a command-line tool that automatically generates simple manual pages (man pages) from a program’s –help and –version output. It is designed to help developers produce basic documentation… Read more »

Libtool

Description Libtool is a tool that facilitates the creation and use of portable libraries for software. It provides a uniform interface for building, installing, and using shared and static libraries,… Read more »

M4

Description M4 is a text preprocessor and macro language that automatically generates text or code by replacing macros defined in an input file with their contents in the output file…. Read more »

MPFR

Description MPFR is an open-source C library dedicated to arbitrary-precision floating-point arithmetic with correctly defined rounding. It provides data types and functions for performing arithmetic operations, elementary mathematical functions, and… Read more »

NCCL

Description The NVIDIA Collective Communication Library (NCCL) implements multi-GPU and multi-node communication primitives optimized for NVIDIA GPUs and Networking. NCCL provides routines such as all-gather, all-reduce, broadcast, reduce, reduce-scatter as… Read more »

NTL

Description NTL is a C++ library for doing number theory. NTL supports arbitrary length integer and arbitrary precision floating point arithmetic, finite fields, vectors, matrices, polynomials, lattice basis reduction and… Read more »

Perl

Description Perl (Practical Extraction and Report Language) is an interpreted, versatile, and powerful programming language, originally developed for text processing and system administration. It is commonly used for: Perl stands… Read more »