- Apr 13, 2018
-
-
Thomas Jahns authored
-
Thomas Jahns authored
* For statically decomposed streams, the xmaps can be precomputed under the assumption that all elements are written.
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
Thomas Jahns authored
-
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.
-