put implementation header first to avoid issues with mpi.h and lmptype.h with OpenMPI
This commit is contained in:
@ -11,11 +11,11 @@
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "finish.h"
|
||||
#include <mpi.h>
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include "finish.h"
|
||||
#include "timer.h"
|
||||
#include "universe.h"
|
||||
#include "accelerator_kokkos.h"
|
||||
|
||||
Reference in New Issue
Block a user