python heat_2d_stepping_mpi.py 11 11 0 0 0
When we try it in parallel we get the following results:
np = 2 time = 37 secs
np = 4 time = 21 secs
np = 8 time = 14 secs
The case with np = 8 seems very efficient, but not super efficient. The other cases seem to run a lot faster and more efficient than we should expect.
I am very happy to know that mpi4py can be so efficient but we would very much like to understand how things scale in this problem to better prepare us for studying more complicated problems.
Also, we did try each of these at least twice and they did not change much.
Any insights would be greatly appreciated.
Best regards,
Francis
--
You received this message because you are subscribed to the Google Groups "mpi4py" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mpi4py+un...@googlegroups.com.
To post to this group, send email to mpi...@googlegroups.com.
Visit this group at http://groups.google.com/group/mpi4py.
To view this discussion on the web visit https://groups.google.com/d/msgid/mpi4py/ef403fa6-4bbf-417e-93c9-8ea8b2a01abf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks