Commit e6e2ac9a authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5521 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 82ec9491
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -29,10 +29,10 @@
// MPI_LMP_TAGINT = MPI data type corresponding to tagint
// MPI_LMP_BIGINT = MPI data type corresponding to bigint

// NOTE:
// if your machine/MPI does not support "long long" data types,
// but only "long" data types, then you will need to set
// MPI_LMP_BIGINT to MPI_LONG, LLONG_MAX to LONG_MAX, and "lld" to "ld"
// NOTE: if your machine/MPI does not support "long long" ints,
//       but only "long" ints, then you will likely need to set
//       MPI_LMP_BIGINT to MPI_LONG, LLONG_MAX to LONG_MAX,
//       "lld" to "ld", and ATOBIGINT to atol

#ifndef LMP_LMPTYPE_H
#define LMP_LMPTYPE_H