1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-04-26 02:14:54 +02:00

TREXIO

TREX library fo efficient I/O.

Current installation procedure from the tarball (trexio-<version>.tar.gz):

  1. gzip -cd trexio-<version>.tar.gz | tar xvf -
  2. cd trexio-<version>
  3. ./configure
  4. make && sudo make install
  5. make check

Current (temporary) installation procedure from the GitHub repo clone:

  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
  7. make && sudo make install
  8. make check

Note: on systems with no sudo access, one can replace ./configure with ./configure prefix=${PWD} in order to execite make install/uninstall commands with sudo rights. This will enable the installation in the root directory of the library.

Tutorial

TODO

Technical documentation

Generated from TREXIO org-mode files

Miscellaneous

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%