Modifications on MPI files (compilation requires some eoserial module files).
This commit is contained in:
parent
9a75fb113e
commit
11a40c5684
3 changed files with 3 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
######################################################################################
|
||||
|
||||
include_directories(${EO_SRC_DIR}/src)
|
||||
include_directories(${EOSERIAL_SRC_DIR}/src)
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
######################################################################################
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue