|
Yet Another eXchange Tool
DO_NOT_EDIT_HERE
|
#include "xt/xt_redist.h"Go to the source code of this file.
Functions | |
| Xt_redist | xt_redist_collection_new (Xt_redist *redists, int num_redists, int cache_size, MPI_Comm comm) |
Definition in file xt_redist_collection.h.
| Xt_redist xt_redist_collection_new | ( | Xt_redist * | redists, |
| int | num_redists, | ||
| int | cache_size, | ||
| MPI_Comm | comm | ||
| ) |
constructor for a redistribution collection that is comprised of multiple other redistributions
| [in] | redists | redistributions |
| [in] | num_redists | number of redistributions |
| [in] | cache_size | number of cached datatypes required for different input array displacements n = -1 => default cache size n = 0 => no cache n > 0 => cache size = n |
| [in] | comm | MPI communicator |
Definition at line 230 of file xt_redist_collection.c.
1.8.13