1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 18:57:39 +02:00
Commit Graph

20 Commits

Author SHA1 Message Date
1647e76fcf [WIP] adapt generator for string datasets 2021-05-31 16:39:21 +02:00
7ddb9228f1 split dataset files in _str and _data groups 2021-05-27 15:03:13 +02:00
70531b0ff6 more general group_dset_h5_dtype variable in the templates [hdf5] 2021-05-27 13:59:45 +02:00
Evgeny Posenitskiy
29d927675e
Major refactoring of the generator script (#47)
* minor cleaning

* create functions for dictionary parsers in the external file

* remove files_exclude since post-processing does the job

* no need to have group_group_dset when propagatin dsets

* oneliner for paths to templates

* add dset_per_group dict

* add function to iteratively populate string based on triggers list

* added recursive replacer for numbers

* add recursive replaces for datasets

* add function for text groups  [iterative+recursive upd]

* do not define triggers in the master script

* transition to helper dictionaries

* cleaning

* comment main code blocks

* rearrange parameters

* add documentation strings to the functions

* minor cleaning and changes

* adapt build_trexio script

* add consisteny check for dimensioning variables
2021-05-26 19:11:46 +02:00
9ec75c2892 Added trex.org to generate json 2021-05-21 12:10:29 +02:00
6ffc4ccfb2 Fixed Fortran interface 2021-05-19 16:17:24 +02:00
0cc24bd21e error handling for trexio_text_deinit function 2021-05-19 15:03:15 +02:00
q-posev
07725b2a0a adapt generator for flexible default precisions 2021-05-18 11:47:46 +02:00
692f45ed7f Correct rank in Fortran interface 2021-05-08 00:35:53 +02:00
20d551a70b include inttypes to fix portability issues in text back end 2021-05-06 18:08:28 +02:00
d3b35ae453 discard portability patch 2021-05-06 09:35:48 +02:00
q-posev
113734db63 portability path for mac + fix missing numerical variables 2021-05-06 09:20:10 +02:00
f7dea1fd1c Fixed configure and install 2021-05-05 11:37:48 +02:00
9c2b240418 more portable HDF5 back end 2021-05-04 20:22:58 +02:00
e25f444b9b adapt build_trexio for new location of the generator 2021-04-30 14:26:56 +02:00
caee3576b7 move generator to tools directory 2021-04-30 14:22:32 +02:00
203e9027a6 fix paths 2021-04-30 14:12:23 +02:00
ed77a86215 add comments to build_trexio 2021-04-30 13:51:15 +02:00
faa936cc54 move build_trexio script to tools directory 2021-04-30 13:50:51 +02:00
Evgeny Posenitskiy
8defdaa0c0
org-mode to html conversion for the documentation website (#41)
* working static html doc website generated from org-mode files

* fix build_doc script

* add gitignore

* add gitignore

* clean html garbage

* documented hdf5

* documented text back end
2021-04-09 16:45:44 +02:00