Hi there! 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: ---- /usr/bin/ar: creating /home/zeljka/deal/lib.liblac.a source/fe/fe_tools.cc(2009): error: function "dealii::FETools::compute_embedding_matrices(const dealii::FiniteElement<dim,spacedim> &, std::vector<std::vector<deal::FullMatrix<number>, std::allocator<dealii::FullMatrix<number>>>, std::allocator<std::vector<dealii::FullMatrix<number>, std::allocator<dealii::FullMatrix<number>>>>> &, bool) [with dim=2 void FETools::compute_embedding_matrices<deal_II_dimension,double,deal_II_dimension+1>]" cannot be instantiated -- it has been explicitly specialized void FETools::compute_embedding_matrices<deal_II_dimension,double,deal_II_dimension+1>
source/fe/fe_tools.cc(2014): error: function "dealii::FETools::compute_projection_matrices(const dealii::FiniteElement<dim,spacedim> &, std::vector<std::vector<deal::FullMatrix<number>, std::allocator<dealii::FullMatrix<number>>>, std::allocator<std::vector<dealii::FullMatrix<number>, std::allocator<dealii::FullMatrix<number>>>>> & ) [with dim=2, number=double, spacedim=3]" cannot be instantiated -- it has been explicitly specialized void FETools::compute_projection_matrices<deal_II_dimension,double,deal_II_dimension+1> 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? Regards, Zeljka.
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
