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... >
