From: Anthony S. <an...@cs...> - 2008-08-24 13:31:03
|
Hi Vinicius, > So, I made two simple tests submitting a gridlet. First I submited it to a > GridResource. In the second I submitted it to a GridResource and after > holding for 100 secs I moved to another GridResource with the same > characteristics (one machine with one PE). The result is that the execution > seems to start from the beggining, ignoring the amount executed so far. > Bellow are the gridlet history for the two executions. So, do you know a > wise way to resume the gridlet execution from the point where it stopped? I thought in the 2nd scenario, it shows clearly: 0,00 Creates Gridlet ID #0 0,00 Assigns the Gridlet to Try (ID #13) 8,28 Allocates this Gridlet to Resource_0 (ID #5) with cost = $0.0/sec ... 109,32 Sets the length's finished so far to 202080.0 109,40 Moves Gridlet from Resource_0 (ID #5) to Resource_1 (ID #9) with cost = $0.0/sec ... Gridlet #0, length = 480000.0, finished so far = 480000.0 So, I am not sure what the problem is. anthony |