mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-03-03 22:00:41 +01:00
TREXIO
TREX I/O library
Current (temporary) installation procedure:
git clone https://github.com/TREX-CoE/trexio.git
cd trexio
cd tools && ./build_trexio.sh && cd ..
autoreconf
automake --add-missing --copy
./configure
make && make check
Note: The code should be compliant with the C99 CERT C coding
standard. This can be checked with the cppcheck
tool.
Description
Languages
C
40.5%
Python
21.5%
Rust
13.5%
Shell
5.8%
Fortran
4.9%
Other
13.8%