|
LIP_DATAMAP_OOC_TTABLE_ATTACH(datamap, procs_fname, local_adr_fname, ttable_size, ttable_membuf_size) |
| INOUT | datamap | data map to be changed (handle) |
|---|---|---|
| IN | procs_fname | name of the file that contains the part of the translation table |
| which stores information about which processor | ||
| will own which element of data array after | ||
| remapping | ||
| IN | local_adr_fname | name of the file that stores local indices of data elements |
| on processors that are owners of those elements. | ||
| IN | ttable_size | size of procs and local_adr files |
| IN | ttable_size | size of memory buffer for translation table |
C syntax:
|
int LIP_Datamap_ooc_ttable_attach(
LIP_Datamap datamap,
char* proc_fname,
char* local_adr_fname,
int ttable_size,
int ttable_membuf_size)
|
LIP_DATAMAP_OOC_TTABLE_ATTACH attaches the files named procs_fname and local_adr_fname to the datamap structure.
Next: LIP_DATAMAP_OOC_TTABLE_GET_FILES
Up: Data Mapping
Previous: LIP_DATAMAP_IC_TTABLE_FREE