git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6382 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -117,6 +117,8 @@ int MPI_Type_size(MPI_Datatype datatype, int *size)
|
|||||||
else if (datatype == MPI_BYTE) *size = sizeof(char);
|
else if (datatype == MPI_BYTE) *size = sizeof(char);
|
||||||
else if (datatype == MPI_LONG_LONG) *size = sizeof(uint64_t);
|
else if (datatype == MPI_LONG_LONG) *size = sizeof(uint64_t);
|
||||||
else if (datatype == MPI_DOUBLE_INT) *size = sizeof(double_int);
|
else if (datatype == MPI_DOUBLE_INT) *size = sizeof(double_int);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user