On Fri, 25 May 2012, Kirk, Benjamin (JSC-EG311) wrote: > I'm a little confused by the ouput-iterator-to int bit. I'm guessing you're > looking for more abstraction in Parallel::?
Exactly. Not sure what we'd want to use there other than a back_inserter for vector<int>, but who knows? > But are you requiring that everything be packable into an integer > array?? Yeah, sounds crazy, I know. But we need *some* homogeneous type if we want to do MPI sends of vectors of Nodes, unless there's some fancy MPI way to specify variable stride lengths within a vector. And I know that reinterpret_cast<char> (or uchar) is more traditional, but everything we're wanting to serialize currently should align with int anyway. --- Roy ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Libmesh-devel mailing list Libmesh-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-devel