On Tuesday, December 20, 2016 at 5:20:20 AM UTC+1, 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. As I mentioned before, > disabling Trilinos, I pass the cmake stage. >
I think that's wrong direction to dig because you said 8.4.2 works for you WITH Trilinos, right? So I would say the fact that current master builds without Trilinos is coincidental. Did you try removing flags or doing git bisection? Regards, Denis. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
