Opened 14 years ago
Closed 14 years ago
#2006 closed Bugs (duplicate)
Missing header in Boost.MPI
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | mpi |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Compiling the small example in the attachment using Boost 1.35.0, gcc (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux) I got many errors like
undefined reference to `boost::archive::detail::archive_pointer_iserializer<boost::mpi::detail::forward_skeleton_iarchive<boost::mpi::packed_skeleton_iarchive, boost::mpi::packed_iarchive> >::~archive_pointer_iserializer()'
A workaround is to explicitly include boost/archive/impl/archive_pointer_?serializer.ipp. I think this should happen either in Boost.MPI or Boost.Serialization.
Regards, Manuel
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of 2007 due to a browser crash.
Sorry, due to a Browser crash I added this ticket twice. Please see ticket #2007 for attachment.