need to define LAMMPS_LIB_MPI to make lammps_open() visible

This commit is contained in:
Axel Kohlmeyer
2020-11-19 11:33:15 -05:00
parent 96dece97ef
commit 9ea025295d

View File

@ -1,5 +1,6 @@
// unit tests for checking LAMMPS configuration settings through the library interface // unit tests for checking LAMMPS configuration settings through the library interface
#define LAMMPS_LIB_MPI 1
#include "lammps.h" #include "lammps.h"
#include "library.h" #include "library.h"
#include "timer.h" #include "timer.h"