[MOAB-dev] r5821 - MOAB/trunk/tools/mbcoupler

Vijay S. Mahadevan vijay.m at gmail.com
Mon Oct 22 17:35:55 CDT 2012


In the system I'm configuring, with Intel compilers, the mbcoupler
tool doesn't compile otherwise.

../../tools/mbcoupler/ElemUtil.hpp(10): catastrophic error: could not
open source file "types.h"
  #include "types.h"

I just reconfigured the whole system and Makefile.am does have the
include path to lotte directory. What am I missing here ?

Vijay

On Mon, Oct 22, 2012 at 5:29 PM, Iulian Grindeanu <iulian at mcs.anl.gov> wrote:
> It is not compiling now. do you plan to change more things?
> Do you need these headers in the installation?
> Makefile.am would need to be updated too here, in tools/mbcoupler
> ________________________________
>
> Author: vijaysm
> Date: 2012-10-22 17:14:39 -0500 (Mon, 22 Oct 2012)
> New Revision: 5821
>
> Modified:
>    MOAB/trunk/tools/mbcoupler/ElemUtil.hpp
> Log:
> Add the right include path to ElemUtil. TODO: Move the header files to the
> parent directory and update installation scripts to copy all those header
> files.
>
> Modified: MOAB/trunk/tools/mbcoupler/ElemUtil.hpp
> ===================================================================
> --- MOAB/trunk/tools/mbcoupler/ElemUtil.hpp        2012-10-22 21:10:58 UTC
> (rev 5820)
> +++ MOAB/trunk/tools/mbcoupler/ElemUtil.hpp        2012-10-22 22:14:39 UTC
> (rev 5821)
> @@ -7,12 +7,12 @@
>
>  // to access data structures for spectral elements
>  extern "C"{
> -#include "types.h"
> -#include "poly.h"
> -#include "tensor.h"
> -#include "findpt.h"
> -#include "extrafindpt.h"
> -#include "errmem.h"
> +#include "point_locater/lotte/types.h"
> +#include "point_locater/lotte/poly.h"
> +#include "point_locater/lotte/tensor.h"
> +#include "point_locater/lotte/findpt.h"
> +#include "point_locater/lotte/extrafindpt.h"
> +#include "point_locater/lotte/errmem.h"
>  }
>
>  namespace moab {
>
>


More information about the moab-dev mailing list