mpi: what is the archive used when serializing the objects send by mpi functions?

17 Dec
2010
17 Dec
'10
2:31 p.m.
Hello, I may need to instantiate all the serialize() template functions in 1 library in my project. What is the archive type(s) that mpi uses so that I can explicitly instantiate that template function? regards,

19 Dec
19 Dec
12:17 p.m.
New subject: mpi: what is the archive used when serializing the objects send by mpi functions?
On Fri, Dec 17, 2010 at 3:31 PM, Hicham Mouline
What is the archive type(s) that mpi uses so that I can explicitly instantiate that template function?
It's packed_oarchive (for send) or packed_iarchive (for recv); when sending/receiving skeletons, it's packed_skeleton_oarchive/ _iarchive. Best regards, Riccardo
5264
Age (days ago)
5266
Last active (days ago)
1 comments
2 participants
participants (2)
-
Hicham Mouline
-
Riccardo Murri