Opened 6 years ago
Last modified 5 years ago
#12723 new Bugs
./boost/mpi/detail/mpi_datatype_primitive.hpp:28:51: fatal error: boost/serialization/detail/get_data.hpp: No such file or directory
Reported by: | Owned by: | Matthias Troyer | |
---|---|---|---|
Milestone: | To Be Determined | Component: | mpi |
Version: | Boost 1.64.0 | Severity: | Regression |
Keywords: | Cc: | nico.schloemer@…, boost@… |
Description
When compiling Boost from master, I'm getting
./boost/mpi/detail/mpi_datatype_primitive.hpp:28:51: fatal error: boost/serialization/detail/get_data.hpp: No such file or directory
#include <boost/serialization/detail/get_data.hpp>
(see [1]).
Indeed, there doesn't seem to be a get_data.hpp
in the serialization package (anymore?).
[1] https://launchpadlibrarian.net/301233079/buildlog_ubuntu-yakkety-amd64.boost1.63_1.63.0~20170104224508-03db8ee4-1yakkety1_BUILDING.txt.gz
Change History (14)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Severity: | Problem → Regression |
---|---|
Version: | Boost 1.61.0 → Boost 1.64.0 |
MPI doesn't build anymore because of this. This bug is now in 1.64 beta1.
comment:4 by , 5 years ago
I compiled and run successfully with intel compilers on a cluster, but got this problem on my laptop with gcc and mpich.
comment:6 by , 5 years ago
I got the same problem with Intel 15.0.3 compilers and OpenMPI 2.1.0. Any workaround to this problem?
comment:9 by , 5 years ago
MPI is broken in 1.64 release - confirmed with GCC 5.4.0 and OpenMPI 2.0.2
comment:11 by , 5 years ago
Now this bug is even in boost 1.65.0 beta 1!
Could someone PLEASE merge the fixing commit https://github.com/boostorg/mpi/commit/f5bdcc1ebfe954bb64835f2a0efd94471da42207 and make sure that this bug does not make it to the next release?
It's bad enough this bug made it to boost 1.64.0!
comment:12 by , 5 years ago
Cc: | added |
---|
This commit in the serialization module removed
get_data.hpp
:` commit d558b6da917ecae1036adf9b22a0741c78f627ff Author: Robert Ramey <ramey@…> Date: Fri Nov 25 13:39:18 2016 -0800
`