Opened 12 years ago
Last modified 12 years ago
#4298 new Bugs
boost build mpi fails to compile with CC: Sun C++ 5.9 SunOS_sparc Patch 124863-23 2010/04/13
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | mpi |
Version: | Boost 1.43.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I'm trying to compile boost on Solaris SPARC 10 with latest Sun Studio compiler and mpi support and the mpi component fails. First error is: "libs/mpi/src/python/py_communicator.cpp", line 48: Error: Overloading ambiguity between "boost::python::make_tuple<boost::python::api::object, boost::mpi::st atus>(const boost::python::api::object&, const boost::mpi::status&)" and "boost::tuples::make_tuple<boost::python::api::object, boost::mpi::status>(const boos t::python::api::object&, const boost::mpi::status&)".
More detailed log will be attached.
C++ Compiler: $ CC -V CC: Sun C++ 5.9 SunOS_sparc Patch 124863-23 2010/04/13
Open MPI implementation: Oracle HPC ClusterTools 8.2.1c
boost build is performed as per recommended instructions with mpi enabled: ./bjam --with-mpi and with "using mpi ;" in user-config.jam
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | boost-build.log added |
---|
comment:1 by , 12 years ago
Component: | Building Boost → mpi |
---|---|
Owner: | set to |
output of ./bjam --with-mpi --debug-building -d+2