- Apr 13, 2018
-
-
Thomas Jahns authored
* The approach with cpp relies on GNU tools, i.e. is not portable.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* In a follow-up step it will also be used for source lists.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* random is subject to arbitrary disturbances because libraries like to assume it can be used indiscriminately.
-
Thomas Jahns authored
* The structure is more generally useful than only server-side destination index lists.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* This will need further changes later on, once more parts of CDI use size_t instead of int.
-
Thomas Jahns authored
-
Thomas Jahns authored
* ppm_extents.h is pulled in by ppm_uniform_partition.h but since the code contains variables of type PPM_extent, it is more consistent to include it explicitly.
-
Thomas Jahns authored
* Also fixes too late initialization of pointer.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* Also intercept nc__enddef for parallel access.
-
Thomas Jahns authored
* With the reductions being pre-computed, this is only necessary when writing to a NetCDF stream that could only serially be opened.
-
Thomas Jahns authored
* This way the distributed grid can return the corresponding values (first and last value in X- resp. Yvals and increment later on without communicating with ranks holding other shards of the grid.
-
Thomas Jahns authored
-
Thomas Jahns authored
* This way the query results can be re-used in code to be introduced next.
-
Thomas Jahns authored
-
Thomas Jahns authored
* This also makes removal of the open files dict possible.
-
Thomas Jahns authored
-
Thomas Jahns authored
* While the previous name suggested a fileID, a streamID is used instead and the map is by now also used for collectively opened streams. * Also adjust documentation to mirror actual behaviour.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-