1 Nov
2010
1 Nov
'10
7:25 p.m.
On 1 Nov 2010, at 15:41, Nick Collier wrote:
With that in place in Release mode, t
1st (in scatter.hpp) ar.size(): 48
the line after that is a call to: detail::packed_archive_send(comm, dest, tag, oa); and in that function: void packed_archive_send(MPI_Comm comm, int dest, int tag, const packed_oarchive& ar) you immediately print the strange number:
2nd (before line 31 in point_to_point.cpp) ar.size(): 2292879725
In Debug mode, both are 48.
Do you agree? If so, this is a clear optimizer error. Matthias