Compilation problems solved.
This commit is contained in:
parent
b282bb8233
commit
90d7931329
3 changed files with 4 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ Authors:
|
|||
|
||||
# include "utils/eoParallel.h" // eo::parallel
|
||||
|
||||
# include "eoSerial.h" // eo::Persistent
|
||||
# include <eoSerial.h> // eo::Persistent
|
||||
|
||||
/**
|
||||
* @brief Timer allowing to measure time between a start point and a stop point.
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
message("EOMPI: ${EOMPI_DIR}")
|
||||
|
||||
include_directories(${EOMPI_SRC_DIR}/src)
|
||||
include_directories(${EOSERIAL_SRC_DIR}/src)
|
||||
include_directories(${EO_SRC_DIR}/src)
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
|
|
@ -20,6 +21,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|||
|
||||
link_directories(${EO_BIN_DIR}/lib)
|
||||
link_directories(${EOMPI_BIN_DIR}/lib)
|
||||
link_directories(${EOSERIAL_BIN_DIR}/lib)
|
||||
|
||||
######################################################################################
|
||||
### 3) Define your targets and link the librairies
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Authors:
|
|||
#include <eoPopEvalFunc.h>
|
||||
|
||||
#include <es/make_real.h>
|
||||
#include "../real_value.h"
|
||||
#include "../../eo/test/real_value.h"
|
||||
|
||||
#include <eoMpi.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue