- Apr 13, 2018
-
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* This way an even tighter space bound can be found for float writes.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
* The server buffer creation does not involve the clients, hence it is better to call MPI_Win_create early.
-
Thomas Jahns authored
-
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
-