Hi,To the Devs. I just noticed that MPI::BOTTOM requires a cast. Not sure if that was intended.
Compiling 'MPI::COMM_WORLD.Bcast(MPI::BOTTOM, 1, someDataType, 0);' results in:
error: invalid conversion from ‘const void*’ to ‘void*’error: initializing argument 1 of ‘virtual void MPI::Comm::Bcast(void*, int, const MPI::Datatype&, int) const’
MPI_BOTTOM, on the other hand, works without a cast. Stephen