diff --git a/README.html b/README.html index a849cf2..27f8d22 100644 --- a/README.html +++ b/README.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +stdint.h
Memory allocation of structures can be facilitated by using the @@ -400,8 +400,8 @@ The maximum string size for the filenames is 4096 characters.
All calls to TREXIO are thread-safe. @@ -409,10 +409,10 @@ TREXIO front end is modular, which simplifies implementation of new back ends.
Double precision type of the dataset [Fortran] | real(8) |
+
+|
$group_dset_f_dims$ |
+Dimensions in Fortran | +(:,:) |
+
Note: parent group name is always added to the child objects upon
construction of TREXIO (e.g. num
of nucleus
group becomes
@@ -1236,8 +1243,8 @@ or double precision for integer and floating point numbers.
This section concerns API calls related to dimensioning variables. @@ -1306,8 +1313,8 @@ This section concerns API calls related to dimensioning variables.
The C
templates that correspond to each of the abovementioned
@@ -1499,8 +1506,8 @@ precision (see Table above).
The Fortran
templates that provide an access to the C
API calls from Fortran.
@@ -1586,8 +1593,8 @@ These templates are based on the use of iso_c_binding
. Pointers hav
This section concerns API calls related to datasets. @@ -1656,8 +1663,8 @@ This section concerns API calls related to datasets.
The C templates that correspond to each of the abovementioned functions can be found below. @@ -1915,8 +1922,8 @@ The basic (non-suffixed) API call on datasets deals with double precision (see T
The Fortran
templates that provide an access to the C
API calls from Fortran
.
@@ -1928,7 +1935,7 @@ These templates are based on the use of iso_c_binding
. Pointers hav
integer function trexio_write_$group$_$group_dset$_64 (trex_file, dset) bind(C)
use, intrinsic :: iso_c_binding
integer(8), intent(in), value :: trex_file
- $group_dset_f_dtype_double$, intent(in) :: dset(*)
+ $group_dset_f_dtype_double$, intent(in) :: dset$group_dset_f_dims$
end function trexio_write_$group$_$group_dset$_64
end interface
@@ -1939,7 +1946,7 @@ These templates are based on the use of iso_c_binding
. Pointers hav
integer function trexio_read_$group$_$group_dset$_64 (trex_file, dset) bind(C)
use, intrinsic :: iso_c_binding
integer(8), intent(in), value :: trex_file
- $group_dset_f_dtype_double$, intent(out) :: dset(*)
+ $group_dset_f_dtype_double$, intent(out) :: dset$group_dset_f_dims$
end function trexio_read_$group$_$group_dset$_64
end interface
@@ -1950,7 +1957,7 @@ These templates are based on the use of iso_c_binding
. Pointers hav
integer function trexio_write_$group$_$group_dset$_32 (trex_file, dset) bind(C)
use, intrinsic :: iso_c_binding
integer(8), intent(in), value :: trex_file
- $group_dset_f_dtype_single$, intent(in) :: dset(*)
+ $group_dset_f_dtype_single$, intent(in) :: dset$group_dset_f_dims$
end function trexio_write_$group$_$group_dset$_32
end interface
@@ -1961,7 +1968,7 @@ These templates are based on the use of iso_c_binding
. Pointers hav
integer function trexio_read_$group$_$group_dset$_32 (trex_file, dset) bind(C)
use, intrinsic :: iso_c_binding
integer(8), intent(in), value :: trex_file
- $group_dset_f_dtype_single$, intent(out) :: dset(*)
+ $group_dset_f_dtype_single$, intent(out) :: dset$group_dset_f_dims$
end function trexio_read_$group$_$group_dset$_32
end interface
@@ -1972,7 +1979,7 @@ These templates are based on the use of iso_c_binding
. Pointers hav
integer function trexio_write_$group$_$group_dset$ (trex_file, dset) bind(C)
use, intrinsic :: iso_c_binding
integer(8), intent(in), value :: trex_file
- $group_dset_f_dtype_double$, intent(in) :: dset(*)
+ $group_dset_f_dtype_double$, intent(in) :: dset$group_dset_f_dims$
end function trexio_write_$group$_$group_dset$
end interface
@@ -1983,7 +1990,7 @@ These templates are based on the use of iso_c_binding
. Pointers hav
integer function trexio_read_$group$_$group_dset$ (trex_file, dset) bind(C)
use, intrinsic :: iso_c_binding
integer(8), intent(in), value :: trex_file
- $group_dset_f_dtype_double$, intent(out) :: dset(*)
+ $group_dset_f_dtype_double$, intent(out) :: dset$group_dset_f_dims$
end function trexio_read_$group$_$group_dset$
end interface
@@ -2003,8 +2010,8 @@ These templates are based on the use of iso_c_binding
. Pointers hav
The function below adapts the original C-based trexio_open
for Fortran.
@@ -2033,7 +2040,7 @@ Note, that Fortran interface calls the main TREXIO
API, which is wr
#define $GROUP$_GROUP_NAME "$group$" @@ -340,8 +340,8 @@ for the JavaScript code in this tag.
typedef struct trexio_hdf5_s { @@ -356,8 +356,8 @@ for the JavaScript code in this tag.
trexio_exit_code
@@ -440,8 +440,8 @@ for the JavaScript code in this tag.
trexio_exit_code
@@ -563,8 +563,8 @@ for the JavaScript code in this tag.
trexio_exit_code
@@ -698,7 +698,7 @@ for the JavaScript code in this tag.
$group_num$
attribute$group_dset$
dataset$group_num$
attribute$group_dset$
datasetThe "file" produced by the text back end is a directory with one @@ -359,8 +359,8 @@ The file is written when closed, or when the flush function is called.
typedef struct $group$_s { @@ -376,8 +376,8 @@ The file is written when closed, or when the flush function is called.
typedef struct rdm_s { @@ -403,8 +403,8 @@ The file is written when closed, or when the flush function is called.
trexio_exit_code
@@ -509,8 +509,8 @@ The file is written when closed, or when the flush function is called.
trexio_exit_code
@@ -534,8 +534,8 @@ The file is written when closed, or when the flush function is called.
$group$_t* @@ -706,8 +706,8 @@ trexio_text_read_$group$ (trexio_text_t*
trexio_exit_code @@ -766,8 +766,8 @@ trexio_text_read_$group$ (trexio_text_t*
Memory is allocated when reading. The following function frees memory. @@ -803,8 +803,8 @@ Memory is allocated when reading. The following function frees memory.
$group_num$
attribute$group_num$
attributetrexio_exit_code
@@ -866,8 +866,8 @@ Memory is allocated when reading. The following function frees memory.
$group_dset$
dataset$group_dset$
dataset
The group_dset
array is assumed allocated with the appropriate size.
@@ -964,12 +964,12 @@ The group_dset
array is assumed allocated with the appropriate size
rdm_t* trexio_text_read_rdm(trexio_text_t* const file);
@@ -1064,8 +1064,8 @@ The group_dset
array is assumed allocated with the appropriate size
trexio_exit_code trexio_text_flush_rdm(trexio_text_t* const file);
@@ -1108,8 +1108,8 @@ The group_dset
array is assumed allocated with the appropriate size
Memory is allocated when reading. The followig function frees memory. @@ -1145,8 +1145,8 @@ Memory is allocated when reading. The followig function frees memory.
The one_e
array is assumed allocated with the appropriate size.
@@ -1212,8 +1212,8 @@ The one_e
array is assumed allocated with the appropriate size.
two_e
is a sparse data structure, which can be too large to fit
@@ -1321,7 +1321,7 @@ file for each sparse float structure.