On 12/19/2016 09:19 PM, Praveen C wrote:
I removed all the libraries and do

/home/spack/opt/spack/linux-opensuse20161217-x86_64/gcc-6/openmpi-2.0.1-asdjmd22cnyktv2athcx3ouhrozknk22/bin/mpic++
  -DDEAL_II_HAVE_USABLE_FLAGS_DEBUG -pedantic -fPIC -Wall -Wextra
-Wpointer-arith -Wwrite-strings -Wsynth -Wsign-compare -Wswitch
-Woverloaded-virtual -Wno-long-long -Wno-placement-new
-Wno-deprecated-declarations -Wno-literal-suffix -fopenmp-simd -std=c++14
-Wno-unused-local-typedefs -Og -ggdb -Wa,--compress-debug-sections
CMakeFiles/cmTC_427e9.dir/src.cxx.o  -o cmTC_427e9


which works. There are whole bunch of libraries that are being linked and one
of them seems to be causing the problem.

You need to find out which one it is. Just start with the original command line and remove things one by one until you can't remove anything any more without the problem happening.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to