[mpich-discuss] mpich2 configure error with intel 11 compiler

Anthony Chan chan at mcs.anl.gov
Wed Feb 10 23:46:20 CST 2010


your config.log shows that your ifort isn't working correctly.

configure:7724: ifort -c  conftest.f >&5
/usr/cluster/intel-fortran/bin/intel64/fortcom: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
ifort: error #10273: Fatal error in /usr/cluster/intel-fortran/bin/intel64/fortcom, terminated by 0x7f

Can you use ifort to compile a simple helloworld fortran program.
Also, CXX should be set to g++ not gcc.

A.Chan

----- "saar raas" <raas_saar at yahoo.com> wrote:

> Hello,
> 
> I have installed the Intel fortran compiler and would like to link it
> with mpich2. I am running configure with device:ssm as it is a dual
> socket with quad-core xeons. I am using the following command
> 
> ./configure -with-device=ch3:ssm -prefix=/usr/cluster/mpich2-1.2.1
> CC=gcc CXX=gcc F77=ifort F90=ifort
> 
> I am getting an error saying "....configure: error: could not compile
> fortran test program"
> 
> I have attached the config.log file.
> 
> Appreciate your time and help.
> 
> Thanks
> 
> Raasik 
> 
> 
> 
> 
>       
> _______________________________________________
> mpich-discuss mailing list
> mpich-discuss at mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss


More information about the mpich-discuss mailing list