mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6382 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
0e301b5b12
commit
0ba6784644
|
@ -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_LONG_LONG) *size = sizeof(uint64_t);
|
||||
else if (datatype == MPI_DOUBLE_INT) *size = sizeof(double_int);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue