next up previous
Next: Indexing Scheme Up: Communication Schedule Previous: LIP_SCHEDULE_BUFFER_DETACH

LIP_SCHEDULE_GET_INFO

LIP_SCHEDULE_GET_INFO(schedule, info, count)

IN schedule communication schedule (handle)
OUT info array which will be filled with information (array of integer)
IN count size of the information array (integer)


C syntax:

int LIP_Schedule_get_info(LIP_Schedule schedule, int *info, int count)


LIP_SCHEDULE_GET_INFO returns information about the schedule schedule in the info array. The info array is similar to Status object from MPI standard. The size of info array should be at least as large as the value of the LIP_SCHEDULE_INFO_SIZE constant. The positions of the info array contain information about the schedule schedule. These position are defined by the following constants:

next up previous
Next: Indexing Scheme Up: Communication Schedule Previous: LIP_SCHEDULE_BUFFER_DETACH