From: francios hoo on
hello,
i am trying to do a programme that will execute 2 parts of looping.
part A: create a solution A each iteration whereby each iteration requires 30minutes.
part B: require to wait for the solution A and the simulation of part B only need around 15 seconds for all the iteration.
hence, in overall, my idea is running part B using solution A of iteration i while part A is running iteration i+1

however, if i combine the part A and part B, i would need one day to run it because (30x60s) x 15s = 2700s(7.5 hours) for every single iteration!!!

thank you very much
francios
 | 
Pages: 1
Prev: unsorted eigenvalues
Next: parallel execution