BSPPeer starts at -1, because it waits until everything has been written to ZK / peernames etc., so at initial state of bsp phase it should be zero. Based on this it should work actually. No other clue if this isn't the problem.
2012/5/30 Tommaso Teofili <[email protected]> > 2012/5/28 Thomas Jungblut <[email protected]> > > > Hi Tommaso, > > > > SUPERSTEP_SUM tells the number of tasks times supersteps done, beginning > > from 0. > > So you have 0,1,2 -> 2*4 = 8. > > SUPERSTEPS is updated at the end by the BSPJobClient. > > In peer the superstep starts at -1, thus you will have just 1 in the end. > > > > I think this start from -1 doesn't make much sense, is there any specific > reason for that? > Tommaso > > > > > > We should make this whole thing more consistent... > > > -- Thomas Jungblut Berlin <[email protected]>
