Removed warning at compilation of implMpi
This commit is contained in:
parent
191b280371
commit
dea09dea17
1 changed files with 0 additions and 1 deletions
|
|
@ -140,7 +140,6 @@ namespace mpi
|
||||||
|
|
||||||
void broadcast( communicator & comm, int value, int root )
|
void broadcast( communicator & comm, int value, int root )
|
||||||
{
|
{
|
||||||
comm; // unused
|
|
||||||
MPI_Bcast( &value, 1, MPI_INT, root, MPI_COMM_WORLD );
|
MPI_Bcast( &value, 1, MPI_INT, root, MPI_COMM_WORLD );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue