mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-14 14:46:37 +01:00
Evgeny Posenitskiy
6348bacc4b
Merge pull request #44 from TREX-CoE/add-dirs
Restructure TREXIO root directory
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 prefix=${PWD}
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%