git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@533 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2007-04-23 17:07:38 +00:00
parent cb07aa8bc2
commit d08402f6e5
2 changed files with 6 additions and 0 deletions

View File

@ -142,6 +142,11 @@ void MPI_Cart_shift(MPI_Comm comm, int direction, int displ,
*source = *dest = 0;
}
void MPI_Cart_rank(MPI_Comm comm, int *coords, int *rank)
{
*rank = 0;
}
void MPI_Barrier(MPI_Comm comm) {}
void MPI_Bcast(void *buf, int count, MPI_Datatype datatype,