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

@ -1,5 +1,5 @@
# include <eompi.h>
# include <eoParallelApply.h>
# include <mpi/eompi.h>
# include <mpi/eoParallelApply.h>
# include <iostream>
# include <vector>