| # | Line 42 | Line 42 | |
|---|---|---|
| 42 | ||
| 43 | #define _LARGEFILE_SOURCE64 | |
| 44 | #define _FILE_OFFSET_BITS 64 | |
| 45 | + | |
| 46 | + | #ifdef IS_MPI | 
| 47 | + | #include <mpi.h> | 
| 48 | + | #endif | 
| 49 | ||
| 50 | #include <sys/types.h> | |
| 51 | #include <sys/stat.h> | |
| # | Line 59 | Line 63 | |
| 63 | #include "utils/MemoryUtils.hpp" | |
| 64 | #include "utils/StringTokenizer.hpp" | |
| 65 | #include "brains/Thermo.hpp" | |
| 62 | – | |
| 63 | – | #ifdef IS_MPI | 
| 64 | – | #include <mpi.h> | 
| 65 | – | #endif | 
| 66 | ||
| 67 | ||
| 68 | namespace OpenMD { | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |