forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5516 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
dff863f9d3
commit
4b3b5bb691
|
@ -47,7 +47,7 @@ typedef int64_t bigint;
|
|||
|
||||
#define MAXSMALLINT 0x7FFFFFFF
|
||||
#define MAXTAGINT 0x7FFFFFFF
|
||||
#define MAXBIGINT 0x7FFFFFFFFFFFFFFFL
|
||||
#define MAXBIGINT 0x7FFFFFFFFFFFFFFFLL
|
||||
|
||||
#define MPI_LMP_TAGINT MPI_INT
|
||||
#define MPI_LMP_BIGINT MPI_LONG_LONG
|
||||
|
@ -67,8 +67,8 @@ typedef int64_t tagint;
|
|||
typedef int64_t bigint;
|
||||
|
||||
#define MAXSMALLINT 0x7FFFFFFF
|
||||
#define MAXTAGINT 0x7FFFFFFFFFFFFFFFL
|
||||
#define MAXBIGINT 0x7FFFFFFFFFFFFFFFL
|
||||
#define MAXTAGINT 0x7FFFFFFFFFFFFFFFLL
|
||||
#define MAXBIGINT 0x7FFFFFFFFFFFFFFFLL
|
||||
|
||||
#define MPI_LMP_TAGINT MPI_LONG_LONG
|
||||
#define MPI_LMP_BIGINT MPI_LONG_LONG
|
||||
|
|
Loading…
Reference in New Issue