Perhaps this is a bug in xlc++. Maybe this one...
http://www-1.ibm.com/support/docview.wss?uid=swg1IY78555
My (untested) guess is that removing the const_cast will allow it to
compile, i.e. in ompi/mpi/cxx/group_inln.h replace
const_cast(ranges)
by
ranges
David
On Apr 10,
I'm running Mac OS X v 10.3.9 Panther and tried to get OpenMPI to
compile with IBM XLC and XLF. The compilation failed, any ideas what
might be going wrong? I used the following settings:
export CC=/opt/ibmcmp/vacpp/6.0/bin/xlc
export CXX=/opt/ibmcmp/vacpp/6.0/bin/xlc++
export CFLAGS="-O3"
ex