> I'm trying to build deal.ii with Intel compilers ( mpich 1.2.7, MKL). > Everything was fine with 6.1.0, but for revision 18390 I get the > following error: ---- > [..] > > compilation aborted for source/fe/fe_tools.c (code 2) > make[1]: *** [/home/zeljka/deal/lib/2d/fe_fe_tools_2d.o] Error 2 > make: *** [2do] Error 2 > --- > Any idea why is this happening?
Our code is wrong but gcc doesn't tell us so. I can't seem to check things in right now from here (Tokyo) but you just remove the two explicit specializations at lines 2009 and 2014 of the file the compiler complains about. I'll check in the corresponding fix as soon as I get svn to work. Best & thanks for letting us know! W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
