Page 1 of 1

How Part and Part count working in row generator

Posted: Fri Nov 23, 2007 4:00 am
by Dozzy
Hi,
I need to generate sequence id using the row generator by using part and part count.

The sequence id is generating correctly but i need to know how it is generating for th 4 node partition. can any one please explain me this with an example.

Posted: Fri Nov 23, 2007 4:36 am
by ray.wurlod
Welcome aboard.
Partition numbers for four nodes are 0, 1, 2 and 3. Partition count is 4.
Plug these into a generator using partnum for initial value and partcount for increment; on the fourth node (node #3) the values will be 3, 7, 11, 15 and so on.