mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
src/Pstream/mpi/UPstream.C: Updated for Int64
Patch contributed by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2055
This commit is contained in:
@ -326,7 +326,7 @@ void Foam::UPstream::allToAll
|
||||
(
|
||||
// NOTE: const_cast is a temporary hack for
|
||||
// backward-compatibility with versions of OpenMPI < 1.7.4
|
||||
const_cast<int*>(sendData.begin()),
|
||||
const_cast<label*>(sendData.begin()),
|
||||
sizeof(label),
|
||||
MPI_BYTE,
|
||||
recvData.begin(),
|
||||
|
||||
Reference in New Issue
Block a user