daniel_unb
2008-07-15 11:41:01 UTC
Hi all,
I am mulling about a question on mpi, which is not really a particular
issue of parallel programing. I am trying to spawn a grid of 200x200
independent initial conditions to a smp machine using mpi. After a
while I managed to do a simple code using mpi which sends blocks of
initial conditions to each processor.
It turns out that this is not so efficient because some processors end
the job before others. It would be best if each process begins as the
previous ends, in such a way that all processors keep working until
the last step of the calculation.
Can anyone help me out with this very simple question? I know some
tuturials, but was unable to find an answer.
Thanks,
Daniel
I am mulling about a question on mpi, which is not really a particular
issue of parallel programing. I am trying to spawn a grid of 200x200
independent initial conditions to a smp machine using mpi. After a
while I managed to do a simple code using mpi which sends blocks of
initial conditions to each processor.
It turns out that this is not so efficient because some processors end
the job before others. It would be best if each process begins as the
previous ends, in such a way that all processors keep working until
the last step of the calculation.
Can anyone help me out with this very simple question? I know some
tuturials, but was unable to find an answer.
Thanks,
Daniel