4.1.2 should not be a requirement - can you run just

./configure
$ make

And post the output, and send me config.log directly?

Thanks,

-Ben


On Nov 26, 2012, at 9:27 AM, "张振" <[email protected]<mailto:[email protected]>> wrote:

Hi Ben,

Thank you for your kind reply. I am now trying 0.8.0-rc1. And in the 
configuration I tried several times. I explicitly specify the compiler to be 
icc (The compilers on my system are gcc and icc. There is no pgi. And gcc has a 
lower version than requisite: 4.1.2. My icc has version 11.1). But there is 
still an error in the make. The command I used is:


./configure --with-cxx=icc --with-cc=icc

make

I have no idea what is problem.

Jack


On Mon, Nov 26, 2012 at 8:11 PM, Kirk, Benjamin (JSC-EG311) 
<[email protected]<mailto:[email protected]>> wrote:
I'm guessing you are using the pgi compilers?

Could you please try 0.8.0-rc1 - I believe I've recently fixed this.

-Ben

On Nov 26, 2012, at 1:15 AM, "jackzz" <[email protected]<mailto:[email protected]>> 
wrote:

> Hi everyone,
>
> I am now trying to install libmesh-0.7.2 in my linux system CentOS release 5.5
> (Final). No problems occurred in the configuration step. But when I tried to
> make file by simply typing make, something wrong happened. The error 
> information
> is as follows:
>
> [jackzz@b5 libmesh]$ make
> Compiling C++ (in optimized mode) src/base/dof_map_constraints.C...
> "src/base/dof_map_constraints.C", line 861: error: more than one instance of
>          overloaded function "std::abs" matches the argument list:
>            function "abs(int)"
>            function "std::abs(long)"
>            function "std::abs(long double)"
>            argument types are: (double)
>                std::abs(vec(global_dof) - exact_value));
>                ^
>
> "src/base/dof_map_constraints.C", line 863: error: more than one instance of
>          overloaded function "std::abs" matches the argument list:
>            function "abs(int)"
>            function "std::abs(long)"
>            function "std::abs(long double)"
>            argument types are: (double)
>                std::abs(vec(global_dof) - exact_value)
>                ^
>
> "src/base/dof_map_constraints.C", line 864: error: more than one instance of
>          overloaded function "std::abs" matches the argument list:
>            function "abs(int)"
>            function "std::abs(long)"
>            function "std::abs(long double)"
>            argument types are: (libMesh::Number)
>                / std::abs(exact_value));
>                  ^
>
> 3 errors detected in the compilation of "src/base/dof_map_constraints.C".
> make: *** [src/base/dof_map_constraints.x86_64-unknown-linux-gnu.opt.o] Error 
> 2
>
> Is there anybody that can help me fix this problem? Many thanks!!!
>
>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> Libmesh-users mailing list
> [email protected]<mailto:[email protected]>
> https://lists.sourceforge.net/lists/listinfo/libmesh-users



--
Zhang Zhen

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to