Hi

What version of intel compiler are you using with this one?

Could you let me know if you are doing with success to compile deal.II svn
version?

I was always failed with intel 9.0 version.


Thank you
Sungho


On Tue, March 31, 2009 7:12 pm, zeljkat wrote:
> 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
>


_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to