Moved mpi related files into mpi/ and compiling it as an extern library.

This commit is contained in:
Benjamin Bouvier 2012-06-21 15:03:41 +02:00
commit fd2facb14e
7 changed files with 39 additions and 10 deletions

View file

@ -34,8 +34,8 @@
#include <omp.h>
# ifdef WITH_MPI
# include <eompi.h>
# include <eoParallelApply.h>
# include <mpi/eompi.h>
# include <mpi/eoParallelApply.h>
# endif // WITH_MPI
/**