Author Archives: Jean-Baptiste Hoock

Autoconf

Description Autoconf is a tool that automatically generates portable configuration scripts for software. It analyzes the system environment (compiler, libraries, available options, etc.) to create a configure script that allows… Read more »

Automake

Description Automake is a tool that automatically generates portable Makefile files for software. It uses Makefile templates (called Makefile.am) and creates standard Makefiles that comply with GNU conventions and can… Read more »

COMSOL Multiphysics

Description COMSOL Multiphysics is a numerical simulation software based on the Finite Element Method (FEM), used to model and analyze multidisciplinary physical phenomena. It enables the simulation of interactions across… Read more »

CPLEX

Description CPLEX Optimizer provides flexible and high-performance mathematical programming solvers for linear programming, mixed-integer programming, constraint programming, and quadratic constraint programming problems. These solvers include a distributed parallel algorithm for… Read more »

CUDA

Description CUDA (Compute Unified Device Architecture) is a parallel computing platform developed by NVIDIA. It enables code execution on GPUs through an extension of C/C++ and a set of low-level… Read more »

DSI Studio

Description DSI Studio is a tractography software for diffusion MRI, fiber tracking, and connectome analysis. The software maps brain connections and links the results to neuropsychological disorders. It is a… Read more »

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 »