[Beowulf] MPI Persistent Comm Question
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
amjad ali amjad11 at gmail.comSat Jun 26 13:12:15 PDT 2010
- Previous message: [Beowulf] Re: Peformance penalty when using 128-bit reals on AMD64
- Next message: [Beowulf] MPI Persistent Comm Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
What is the be the best way of using MPI persistent communication in an
iterative/repetative kind of code about calling MPI_Free(); Should we call
MPI_Free() in every iteration or
only once when all the iterations/repetitions are performed?
Means which one is the best out of following two:
(1)
Call this subroutines 1000 times
=============================
call MPI_RECV_Init()
call MPI_Send_Init()
call MPI_Startall()
call MPI_Free()
=============================
(2)
Call this subroutines 1000 times
===========================
call MPI_RECV_Init()
call MPI_Send_Init()
call MPI_Startall()
==========================
call MPI_Free() --------- call it only once at the end.
Thanks in advance.
best regards
AA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.scyld.com/pipermail/beowulf/attachments/20100626/bb033781/attachment.html
- Previous message: [Beowulf] Re: Peformance penalty when using 128-bit reals on AMD64
- Next message: [Beowulf] MPI Persistent Comm Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
