On Tue, 24 Mar 2015, Sylvain Vallaghe wrote:

>  CXX      libopt_la-fpoptimizer.lo
> 329   1 sincos{ic=SINCOS}( (F64) *((F64*) a_16545_V$33b3), (F64
> *)sin_16545_V$33b1, (F64 *)cos_16545_V$33b2 );  [CALL_CONVENTION_UNIX_ABI]
> 333   1 sincosf{ic=SINCOSF}( (F32) *((F32*) a_16546_V$33b6), (F32
> *)sin_16546_V$33b4, (F32 *)cos_16546_V$33b5 );  [CALL_CONVENTION_UNIX_ABI]
> fpoptimizer/grammar_data.cc(81): internal error: assertion failed:
> lower_dynamic_init_aggregate_constant: bad aggr kind
> (shared/cfe/edgcpfe/lower_init.c, line 6341)
>
>      const ParamSpec_NumConstant <Value_t>
> plist_n_container<Value_t>::plist_n[20] =
>                                                                        ^
>
> compilation aborted for
> /home/akselos/software/libmesh-src/contrib/fparser/fpoptimizer.cc (code 4)
>
>
> Any ideas of what the problem could be ?

"internal error" suggests a bug in icpc; you should probably report
it to them.

As a possible workaround, you might try configuring with
"--with-fparser=devel" to see if that avoids triggering the bug.  As a
much more likely workaround, configure with "--disable-fparser" if you
don't need it.

> Also general comments on how to use intel tools properly with libmesh are
> welcome (intel compilers, intel mkl, intel mpi).

My apologies; I don't think I've used anything more recent than icpc
13.1 and a contemporaneous MKL.
---
Roy

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to