next up previous
Next: LIP_EXIT Up: Miscellanea Previous: Miscellanea

LIP_SETUP

LIP_SETUP(nodes, count)

IN nodes array of node numbers (array of integer)
IN count size of array of nodes (integer)


C syntax:

int LIP_Setup(int *nodes, int count)


Java syntax:
Class LIP:
public static void Setup(int[] nodes, int count)


LIP_SETUP initializes the library. The nodes that will be included in a communication context are provided in the nodes array which has a size count. Only these nodes will perform lip-related computations and communication. The ranks of the nodes, which were put into the library, correspond to the order in which they were supplied in the nodes array.