Modifications on MPI files (compilation requires some eoserial module files).

This commit is contained in:
Adèle Harrissart 2014-06-16 16:56:00 +02:00
commit 11a40c5684
3 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@
######################################################################################
include_directories(${EO_SRC_DIR}/src)
include_directories(${EOSERIAL_SRC_DIR}/src)
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
######################################################################################

View file

@ -23,7 +23,7 @@ Authors:
# define __EO_IMPL_MPI_HPP__
# include <mpi.h>
# include <serial/eoSerial.h>
# include <eoSerial.h>
/**
* This namespace contains reimplementations of some parts of the Boost::MPI API in C++, so as to be used in

View file

@ -30,7 +30,7 @@ Authors:
# include "utils/eoParallel.h" // eo::parallel
# include "serial/eoSerial.h" // eo::Persistent
# include "eoSerial.h" // eo::Persistent
/**
* @brief Timer allowing to measure time between a start point and a stop point.