1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-25 14:41:44 +02:00
Commit Graph

565 Commits

Author SHA1 Message Date
9fa2bc2835 disable type casting in constant definitions to access them in the target language
required because SWIG cannot handle definitions with type casting
2021-07-20 10:39:05 +02:00
d527561440 add test of basic I/O for Python 2021-07-19 17:59:26 +02:00
79d374bdff [WIP] Python interface generated by SWIG 2021-07-19 17:58:50 +02:00
90860ea1e0 Credit for EU in README 2021-07-15 14:43:54 +02:00
374cb2c895 fix links in trex.org after renaming some sections 2021-06-25 14:15:50 +02:00
98f2bfe067 add naming convention to the README file 2021-06-25 13:32:02 +02:00
09aa95575b fix typos 2021-06-25 13:07:55 +02:00
a328741a0c add headers to tables and group names 2021-06-25 11:52:53 +02:00
81755ed821 enhance README 2021-06-25 11:51:06 +02:00
3a4e737630 specify minimal required version of Libtool in configure.ac 2021-06-23 17:05:14 +02:00
63799da205 remove libtool-related .m4 files from Git 2021-06-23 17:03:51 +02:00
58c6de9963 shift values in the basic_nucleus_index array 2021-06-23 16:51:33 +02:00
6637cfd6ce
Merge pull request #52 from TREX-CoE/unit-testing
Unit testing
2021-06-22 22:31:58 +02:00
05eb291ed4 rename TREXIO files to execute tests in parallel 2021-06-22 17:57:34 +02:00
7293bae058 precompile TREXIO Fortran module to execute tests in parallel 2021-06-22 17:55:56 +02:00
d637f9b738 add sections 2021-06-22 16:04:25 +02:00
2ba109a404 add tests for open/close 2021-06-22 15:59:35 +02:00
411334e2ee Merge branch 'master' into unit-testing 2021-06-22 14:46:39 +02:00
3bd730557c remove H5LDget_dset_dims to be compatible with HDF5 v.1.8.21 2021-06-22 12:21:25 +02:00
6b18a64a8e more general HDF5 detection
do not restrict to serial builds but enable also parallel ones (common on HPCs)
2021-06-22 11:37:54 +02:00
b0f91978b7 fix compilation issue on CALMIP; Close #51 2021-06-22 11:30:46 +02:00
5cc1d13c36 add C unit tests 2021-06-21 12:55:16 +02:00
c010331114 fix names and typos 2021-06-21 12:51:21 +02:00
91319ec3e8 ignore produced binary and .o test files 2021-06-21 12:49:59 +02:00
c8fd3ba045 remove redundant check of overwriting 2021-06-21 12:48:32 +02:00
07d2945333 rename TREXIO_NUM_ALREADY_EXISTS return code 2021-06-21 12:47:39 +02:00
d4f0b731a5 add assert to read 2021-06-21 09:28:37 +02:00
dfa2604820 complete num attribute testing 2021-06-18 12:53:00 +02:00
cba3a4e60a fix typos 2021-06-18 12:30:57 +02:00
bf44792d1e Fixed html 2021-06-18 12:10:40 +02:00
ec0db01f0c Documentation in dist 2021-06-18 12:04:03 +02:00
q-posev
c9f639e0e8 fix compiler warning from MacOS 2021-06-17 20:20:46 +02:00
fd424c2149 [WIP] unit testing for C API 2021-06-17 17:20:01 +02:00
e937b76062 add badges for the CI and the latest release 2021-06-16 14:04:10 +02:00
a203bf8958 update gitignore 2021-06-16 12:04:55 +02:00
8608e5d541 enable metadata I/O 2021-06-15 18:40:48 +02:00
f788c859fb fix current version number 2021-06-15 18:31:43 +02:00
Evgeny Posenitskiy
aac439803f
Merge pull request #50 from TREX-CoE/add-strings
Add strings functionality
2021-06-15 12:11:25 +02:00
1a54b7fcf6 fix compiler warning for const pointers 2021-06-15 12:04:30 +02:00
ac45a937af Merge branch 'master' into add-strings 2021-06-15 11:49:42 +02:00
3a9e2776eb add config.h to gitignore 2021-06-15 11:27:14 +02:00
0909a128d2 minor cleaning in the C test 2021-06-15 11:26:22 +02:00
da188dbea0 add top-level read/write functions for single strings [fortran] 2021-06-15 11:26:03 +02:00
b92a15cce7 add top-level read/write functions for string arrays [fortran] 2021-06-15 10:20:01 +02:00
eadc2c63ac fix leaking memory [front] 2021-06-14 16:27:08 +02:00
5553e9110e add top-level read/write functions that accept arrays of strings directly 2021-06-14 15:40:26 +02:00
ae32a02652 pass max_str_len parameter also to read group_str 2021-06-14 14:36:19 +02:00
be66feec16 introduce _assert and _strarray2str helper subroutines for Fortran 2021-06-14 11:55:17 +02:00
4287d76de2 introduce calls to trexio_assert and trexio_strarray2str subroutines 2021-06-14 11:54:10 +02:00
Evgeny Posenitskiy
cdf25b4162
Merge pull request #49 from TREX-CoE/index
Add index in files
2021-06-14 09:34:36 +02:00