|
LIP_OOC_LOCALIZE(ilocal, iltype, itlocal, ittype, count, flags, buf, datatype, bmap, schedule) |
| INOUT | ilocal | locally numbered index array (choice) |
|---|---|---|
| IN | iltype | index type of the locally numbered index array (handle) |
| OUT | itlocal | transformed index array (choice) |
| IN | ittype | index type of the transformed index array (handle) |
| IN | count | number of indices in index arrays (integer) |
| IN | flags | flags providing additional information (integer) |
| INOUT | buf | memory data buffer (handle) |
| IN | datatype | data type of the buffer's elements (handle) |
| INOUT | bmap | I/O buffer map (handle) |
| INOUT | schedule | communication schedule (handle) |
C syntax:
|
int LIP_OOC_localize(void *ilocal, LIP_Indextype iltype, void *itlocal,
LIP_Indextype ittype, int count, int flags, void *buf, MPI_Datatype
datatype,
LIP_IOBufmap *bmap, LIP_Schedule *schedule)
|
|
public static void OOC_Localize(Indexer ilocal, Indexer itlocal,
int flags, VDouble buf,
mpi.Datatype datatype,
IOBufmap bmap, Schedule schedule)
|
Next: Communication Functions
Up: Index Translation
Previous: LIP_LOCALIZE