git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12828 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -11,6 +11,11 @@
|
|||||||
See the README file in the top-level LAMMPS directory.
|
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 "mpi.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|||||||
@ -15,6 +15,11 @@
|
|||||||
Contributing author: Timothy Sirk (ARL)
|
Contributing author: Timothy Sirk (ARL)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
// 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 "mpi.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
|
|||||||
@ -11,6 +11,11 @@
|
|||||||
See the README file in the top-level LAMMPS directory.
|
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 "mpi.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user