[mpich2-dev] Is there any most basic send and receive functions inMPICH2?
Rajeev Thakur
thakur at mcs.anl.gov
Fri Mar 6 20:56:10 CST 2009
Dear Xiaojun,
At what level do you plan to implement the
encryption? Initially, you could try to add encryption just for the two main
sends MPI_Send and MPI_Isend. They are implemented in
src/mpid/ch3/mpid_send.c and src/mpid/ch3/mpid_isend.c.
Rajeev
_____
From: mpich2-dev-bounces at mcs.anl.gov [mailto:mpich2-dev-bounces at mcs.anl.gov]
On Behalf Of xiaojun Ruan
Sent: Friday, March 06, 2009 3:44 PM
To: mpich2-dev at mcs.anl.gov
Cc: Qing Yang
Subject: [mpich2-dev] Is there any most basic send and receive functions
inMPICH2?
Hi, there,
I am trying to add encryption algorithms in MPICH2. So I need to find the
most basic sending and receiving functions in MPICH2.
However, it seems that all different sending functions (Bsend, Isend, send)
call their own sending routines.
I was wondering that does an atomic sending (and receiving) operation exist
in MPICH2? If it does, where is it?
Thanks a lot.
Have a great weekend,
Xiaojun Ruan
Computer Science and Software Engineering
Auburn University, AL 36830
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.mcs.anl.gov/mailman/private/mpich2-dev/attachments/20090306/33a6dd3a/attachment.htm>
More information about the mpich2-dev
mailing list