gcc3 according to the configuration:

---------------------------------------------
----------- Configuring libMesh -------------
---------------------------------------------
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/local_rwth/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local_rwth/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '19074' is supported by ustar format... yes
checking whether GID '19074' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for src/base/libmesh.C... no
<<< Configuring build directory for VPATH build >>>
checking for perl... /usr/local_rwth/bin/perl
checking for style of include used by make... GNU
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether icpc accepts -g... yes
checking dependency style of icpc... gcc3
<<< C++ compiler is Intel(R) icc 16 >>>
checking whether we are using the GNU C compiler... yes
checking whether icc accepts -g... yes
checking for icc option to accept ISO C89... none needed
checking whether icc understands -c and -o together... yes
checking dependency style of icc... gcc3
checking whether we are using the GNU Fortran compiler... no
checking whether ifort accepts -g... yes
checking whether we are using the GNU Fortran 77 compiler... no
checking whether ifort -f77rtl -fpconstant -intconstant accepts -g... yes
checking whether icpc supports C++11 features by default... no
checking whether icpc supports C++11 features with -std=gnu++11... yes
No build methods specified, defaulting to "dbg devel opt"
<<< Configuring libMesh with methods "dbg devel opt" >>>

...

Thanks!
Lorenzo

On 3/17/16 3:25 PM, Roy Stogner wrote:
>
> On Thu, 17 Mar 2016, Lorenzo Zanon wrote:
>
>> /home/lz474069/Desktop/libmesh_2016/libmesh/installed/include/libmesh/type_vector.h(82):
>>  
>>
>> warning #488: template parameter "Scalar1" is not used in declaring the
>> parameter types of function template
>> "libMesh::TypeVector<T>::TypeVector<Scalar1,Scalar2,Scalar3>(libMesh::boostcopy::enable_if_c<libMesh::ScalarTraits<Scalar1>::value,
>>  
>>
>> const Scalar1>::type,
>> libMesh::boostcopy::enable_if_c<libMesh::ScalarTraits<Scalar2>::value,
>> const Scalar2>::type,
>> libMesh::boostcopy::enable_if_c<libMesh::ScalarTraits<Scalar3>::value,
>> const Scalar3>::type)"
>>     template <typename Scalar1, typename Scalar2, typename Scalar3>
>>
>> Is there a way to resolve them?
>
> Looks like a false positive to me, but such an annoying one that we
> ought to find a workaround.  What compiler are you using?
> ---
> Roy


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to