git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12829 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-12-13 00:42:42 +00:00
parent d30ce3fe1f
commit 53d8975ee4
3 changed files with 15 additions and 0 deletions

View File

@ -11,6 +11,11 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
// lmptype.h must be first b/c this file uses MAXBIGINT and includes mpi.h
// due to OpenMPI bug which sets INT64_MAX via its mpi.h
// before lmptype.h can set flags to insure it is done correctly
#include "lmptype.h"
#include "mpi.h"
#include "math.h"
#include "stdlib.h"

View File

@ -15,6 +15,11 @@
Contributing author: Mike Brown (SNL)
------------------------------------------------------------------------- */
// lmptype.h must be first b/c this file uses MAXBIGINT and includes mpi.h
// due to OpenMPI bug which sets INT64_MAX via its mpi.h
// before lmptype.h can set flags to insure it is done correctly
#include "lmptype.h"
#include "mpi.h"
#include "math.h"
#include "stdlib.h"

View File

@ -15,6 +15,11 @@
Contributing author: Aidan Thompson (SNL)
------------------------------------------------------------------------- */
// lmptype.h must be first b/c this file uses MAXBIGINT and includes mpi.h
// due to OpenMPI bug which sets INT64_MAX via its mpi.h
// before lmptype.h can set flags to insure it is done correctly
#include "lmptype.h"
#include "mpi.h"
#include "math.h"
#include "stdlib.h"