[mpich-discuss] missing mpidimpl.h
Pavan Balaji
balaji at mcs.anl.gov
Tue Nov 3 08:10:05 CST 2009
On 11/03/2009 02:20 AM, Jiaye Li wrote:
> I tried to compile mpich2-1.2 on my fc11 quad-core PC. The ifort10 and
> icc-10 have been installed, as follows:
>
> intel-icc101018-10.1.018-1.i386 and intel-ifort101018-10.1.018-1.i386
>
> but when I configure the source as --prefix=/opt/mpich2-1.2 FC=ifort
> F77=ifort CXX=g++ CC=gcc --with-device=ch_shmem, it reports no porblem.
> Then I typed 'make', the compiling stoped at:
You are trying to use a MPICH1 device argument within an MPICH2
configure. Also, for Fortran 90, you should use F90, not FC.
Try this:
% ./configure --prefix=/opt/mpich2-1.2 F90=ifort F77=ifort CXX=g++ CC=gcc
% .make && make install
-- Pavan
--
Pavan Balaji
http://www.mcs.anl.gov/~balaji
More information about the mpich-discuss
mailing list