The quick answers are yes and nothing. Open MPI seamlessly support shared memory communications when we detect that 2 processes are on the same node. In fact Open MPI can use different communication methods (read networks) between the processes of the same application.

Please read our FAQ for more information on how to specify which network you want to be used and which not.

  Thanks,
    george.

On Nov 7, 2006, at 11:07 PM, Chevchenkovic Chevchenkovic wrote:

Hi,
   Thanks for the reply,
A few Additional questions,
1. Does OpenMPI has the optimisations required to ensure that when send/recv is called between 2 ranks on the same node, the shared memory kind of methods should be used? 2. If a programmer wants to implement such a logic(optimisations for local send/recv) , what part of the code should he modify from the openMPI stack ?

    regards,
-Chev


_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users

Reply via email to