> I have model that terminates on a condition rather than iterate for n time. Then how can I parallel . Instead of doing a loop of STEPS_PER_RUN, just do a while-loop and check if the model has completed. BTW, Ernesto, you're missing some start() and finish() method calls in your example. Sean