>
> Forgot to mention, this probably indicates that something is very wrong
> with your build, i.e. you are linking against a out-of-date debug version
> of the library by accident, or something else equally weird.  I would
> definitely try to fix this issue before worrying about other issues.


It seems NDEBUG is not defined in libmesh_config.h for me, which is very
weird. I'm not sure if that's the place at which it should be defined, but
looking at include/utils/restore_warnings.h, since it's used right after
#include "libmesh_config.h" I'm guessing it should be there.  I get
libmesh_opt as the library, but NDEBUG still isn't defined! Here is the
configure command I'm using:

 ./configure PETSC_DIR=$(PETSC_REAL_BUILD) MPIHOME=$(MPIHOME)
PETSC_ARCH=$(PETSC_REAL_ARCH) \
F77="$(MPIF77)" CC="$(MPICC)" GCC="$(GCC)" CXX="$(MPICXX)" --enable-vtk
 --with-vtk-include=$(VTKINC_PATH) \
--with-vtk-lib=$(VTKLIB_PATH) --disable-tetgen --disable-nemesis
--with-methods="opt" --with-metis=PETSc --enable-default-comm-world \
--enable-amr --enable-shared=yes --disable-cxx11
--enable-legacy-include-paths --disable-strict-lgpl --disable-examples
--enable-slepc;

I have attached the resultant config.log and libmesh_config.h. Any ideas
what could be causing this issue?

Thanks,
Harshad

On Tue, Mar 8, 2016 at 4:14 PM, Harshad Sahasrabudhe <hsaha...@purdue.edu>
wrote:

> Hi John,
>>
>>
>> Forgot to mention, this probably indicates that something is very wrong
>> with your build, i.e. you are linking against a out-of-date debug version
>> of the library by accident, or something else equally weird.  I would
>> definitely try to fix this issue before worrying about other issues.
>
>
> It definitely looks like I'm linking with a debug version too. I need to
> find out where that's happening. Thanks for your insights!
>
> Harshad
>
>>
>
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to