- Dec 01, 2022
-
-
-
* random is subject to arbitrary disturbances because libraries like to assume it can be used indiscriminately.
-
* The structure is more generally useful than only server-side destination index lists.
-
-
-
-
-
* This will need further changes later on, once more parts of CDI use size_t instead of int.
-
-
* 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.
-
* Also fixes too late initialization of pointer.
-
-
* Also intercept nc__enddef for parallel access.
-
* With the reductions being pre-computed, this is only necessary when writing to a NetCDF stream that could only serially be opened.
-
* 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.
-
-
* This way the query results can be re-used in code to be introduced next.
-
-
* This also makes removal of the open files dict possible.
-
-
* 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.
-
-
-
-
-
-
-
* The f77name of void returning functions is the empty string anyway.
-
-
-
-
* This is meant to be useful in callbacks.
-
-
-
-
-
-
-
-
* This change reduces the likely-hood of encountering compiler flag failures due to bad interactions of libtool and compilers later during the build phase.
-