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

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

View File

@ -15,6 +15,11 @@
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 "string.h"
#include "stdlib.h"