Commit d08402f6 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@533 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent cb07aa8b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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,
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ void MPI_Cart_get(MPI_Comm comm, int maxdims, int *dims, int *periods,
		  int *coords);
void MPI_Cart_shift(MPI_Comm comm, int direction, int displ,
		    int *source, int *dest);
void MPI_Cart_rank(MPI_Comm comm, int *coords, int *rank);

void MPI_Barrier(MPI_Comm comm);
void MPI_Bcast(void *buf, int count, MPI_Datatype datatype,