Opened 7 years ago

#11749 new Bugs

mpi::broadcast problem

Reported by: Warin <xavier.warin@…> Owned by: Matthias Troyer
Milestone: Component: mpi
Version: Boost 1.57.0 Severity: Regression
Keywords: Cc:

Description

Hi

The following problem is not present in 1.55 and present in 1.58, 1.59. Download Eigen library version 3.2.6 (or package present on number of Linux distribution) http://eigen.tuxfamily.org/index.php?title=Main_Page

With he example attached I have a serialization error in boost/archive/detail/iserializer.hpp:236:17: error: no matching function for call to 'operator delete'

(T::operator delete)(t, sizeof(T));

It seems to indicate that a destructor is missing but the problem was not present before (with the same eigen version) Error on clang 3.5-6 , gcc 4.9, 5.2

Best regards

Attachments (1)

test.cpp (2.9 KB ) - added by Warin <xavier.warin@…> 7 years ago.

Download all attachments as: .zip

Change History (1)

by Warin <xavier.warin@…>, 7 years ago

Attachment: test.cpp added
Note: See TracTickets for help on using tickets.