implement LAMMPS_LIB_NO_MPI to LAMMPS_LIB_MPI change

This commit is contained in:
Axel Kohlmeyer
2020-10-08 21:40:37 -04:00
parent 677e8afdc5
commit 4f4bc427ae
5 changed files with 26 additions and 18 deletions

View File

@ -1,6 +1,7 @@
// unit tests creating LAMMPS instances via the library interface
#include "lammps.h"
#define LAMMPS_LIB_MPI 1
#include "library.h"
#include <cstdio> // for stdin, stdout
#include <mpi.h>