TREX library fo efficient I/O.
- Autoconf
- C compiler (gcc/icc/clang)
- Fortran compiler (gfortran/ifort/flang)
- Download the
trexio-<version>.tar.gz
file gzip -cd trexio-<version>.tar.gz | tar xvf -
cd trexio-<version>
./configure
make
make check
sudo make install
Note: on systems with no sudo
rights access, one can replace ./configure
with ./configure prefix=${PWD}
in order to execute make install/uninstall
commands without sudo
. This will enable the installation in the root directory of the library.
- Automake
- python3 (>=3.6)
- Emacs (>=26.0)
git clone https://github.com/TREX-CoE/trexio.git
cd trexio
./autogen.sh
./configure
make
make check
sudo make install
TODO
Documentation generated from TREXIO org-mode files
Note: The code should be compliant with the C99 CERT C coding
standard. This can be checked with the cppcheck
tool.