1
0
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
2021-05-03 09:19:57 +02:00
2021-04-12 16:18:49 +02:00
2021-04-12 14:31:05 +02:00
2021-04-30 15:59:06 +02:00
2021-04-30 16:21:13 +02:00
2021-04-30 20:10:06 +02:00
2021-04-30 19:39:09 +02:00
2021-04-30 15:50:41 +02:00
2021-01-18 15:48:36 +01:00
2021-04-30 20:10:06 +02:00
2021-05-01 13:24:41 +02:00
2021-04-20 01:29:31 +02:00

TREXIO

TREX I/O library

Current (temporary) installation procedure:

  1. git clone https://github.com/TREX-CoE/trexio.git
  2. cd trexio
  3. cd tools && ./build_trexio.sh && cd ..
  4. autoreconf
  5. automake --add-missing --copy
  6. ./configure prefix=${PWD}
  7. 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
No description provided
Readme BSD-3-Clause 10 MiB
Languages
C 40.5%
Python 21.5%
Rust 13.5%
Shell 5.8%
Fortran 4.9%
Other 13.8%