1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-23 03:07:45 +02:00
Commit Graph

640 Commits

Author SHA1 Message Date
ddcfff0f83 add the unit test for HDF5 back end 2021-12-08 17:24:16 +01:00
46a381550e adapt Fortran test to proper indices for sparse data 2021-12-07 14:43:42 +01:00
bf5c651220 refactor to set common dtype substitutions in a function 2021-12-07 10:14:27 +01:00
1ad20c1cb9 add a test of reading a chunk that can reach EOF 2021-12-03 19:24:49 +01:00
e5bde10056 alternative way to check for EOF with fgets while reading 2021-12-03 19:23:01 +01:00
e340c6541d adapt the generator to work for an arbitrary number of indices in sparse dset 2021-12-03 16:56:45 +01:00
ed3bde973e [WIP] more general templated variables for sparse data
+ renamed templated variables with std_dtype_in|out suffix into _format_scanf|printf for clarity
2021-12-03 15:42:40 +01:00
c520175cbe use size_max values provided by the read_size functions 2021-12-03 11:48:51 +01:00
5d3faddaae update gitignore 2021-12-03 11:45:10 +01:00
1bb8ae5b67 unit testing for sparse data in C 2021-12-03 11:06:31 +01:00
7e83e6698d add Fortran test for reading sparse data size 2021-12-02 17:35:06 +01:00
d2c95cd306 add functions to read the number of stored sparse elements 2021-12-02 17:28:37 +01:00
acdf982a94 fixed string length for file name + comments 2021-12-01 16:28:47 +01:00
7afce779a8 better error handling in TEXT back end 2021-12-01 16:11:40 +01:00
f9fd18caa3 add assert to check the read values 2021-12-01 13:36:29 +01:00
c30c3a532c add Fortran interface for sparse data 2021-12-01 13:35:42 +01:00
83c926fd6b replace offset_data arg with pointer arithmetics 2021-12-01 09:56:31 +01:00
99a234853b add dependencies on generator Python scripts 2021-12-01 09:54:09 +01:00
db4b66d81d [WIP] add C test for sparse I/O in text back end 2021-11-30 16:33:30 +01:00
d3ba8f3652 [WIP] working generator for sparse functions
+ remove trailing whitespaces
2021-11-30 16:30:36 +01:00
c1e1176400 [WIP] text back end 2021-11-24 17:44:54 +01:00
d44883f0ea add search bar
close #40
2021-11-19 12:50:12 +01:00
697ccd5e40 add instructions for CMake users to README 2021-11-18 15:39:04 +01:00
f9a023848d use EXTRA_DIST instead of dist_DATA for CMake files 2021-11-18 14:34:19 +01:00
527417cd8f fix type conversion for 32-bit indices 2021-11-18 14:33:18 +01:00
Evgeny Posenitskiy
9dbdbe9581
Merge pull request #69 from TREX-CoE/cmake-and-guix
Cmake and guix
2021-11-18 14:12:31 +01:00
ac2e070956 rename html target to html-local folowing autoconf warning 2021-11-18 13:59:34 +01:00
f89481fe60 Merge branch 'master' into cmake-and-guix 2021-11-18 13:59:05 +01:00
c5c4b7e473 Remove 2nd occurence of LT_INIT 2021-11-17 14:22:48 +01:00
cc7e7b33dc Merge branch 'master' of github.com:TREX-CoE/trexio 2021-11-17 14:17:01 +01:00
4e20a5fde3 Modernize configure.ac 2021-11-17 14:16:55 +01:00
72c355c7cc Top-level CMakeLists with subdirectories 2021-11-17 14:00:35 +01:00
ae753108ff move FindTREXIO and cmake_uninstall modules in cmake directory 2021-11-17 11:02:35 +01:00
3dbe2f66dd add missing dependency on private headers 2021-11-17 10:57:03 +01:00
a1e6fcbfc5 add detection of emacs and min required version of Python3 2021-11-17 10:07:19 +01:00
21131ed352 include CMake-specific files into Autotools distribution 2021-11-16 18:11:42 +01:00
6feef1cd5f add custom uninstall target to CMake 2021-11-16 18:10:36 +01:00
5f4994fc31 add developer mode (with code auto-generation) to CMake 2021-11-16 17:52:05 +01:00
f389ba2952 [WIP] better FindTREXIO module (following FindSDL2 example) 2021-11-16 11:37:11 +01:00
6f499ea58d add Fortran support (module and test) 2021-11-15 12:58:30 +01:00
0659dc1ca0 added BUILD_<SHARED|STATIC>_LIBS options and comments 2021-11-15 11:16:28 +01:00
11142e0723 working CTest and optional HDF5 configuration 2021-11-15 10:29:50 +01:00
f997265be3 [WIP] add working test 2021-11-13 19:49:02 +01:00
5b93f55c65 [WIP] first working CMakeLists.txt 2021-11-13 19:01:21 +01:00
297552418b add AC_CONFIG_AUX_DIR 2021-11-13 18:04:52 +01:00
7fa07bf7e7 [WIP] working Guix project config file
TODO: implement possibility to build from the GitHub repo OR without hdf5
2021-11-12 17:00:04 +01:00
320697ee8d [WIP] FindTREXIO.cmake file 2021-11-09 16:52:43 +01:00
f03812d2b4 fix warning about conflicting .PHONY 2021-11-08 20:46:24 +01:00
f0df59e003 Merge branch 'master' of github.com:TREX-CoE/trexio 2021-11-08 20:11:32 +01:00
568991af37 Force regeneration of hash 2021-11-08 20:08:42 +01:00