[MPICH] Problem in Configuring MPICH2 with option --with-device=ch3:ib on 64bit intel xeon platform!
William Gropp
gropp at mcs.anl.gov
Thu Sep 29 08:08:03 CDT 2005
At 12:04 AM 9/29/2005, devesh sharma wrote:
>Hi I am trying to configure mpich2-1.0.2p1 on intel xeon 64bit
>supermicro machine with RHEL4 OS, while configuring with following
>command
>
># ./configure --prefix=/data3/mpich2 --with-device=ch3:ib
>--with-pm=mpd --disable-romio --without-mpe
>
>after configuring INFINIBAND CHANNEL I get following error
>
>RUNNING CONFIGURE FOR LOCKS
>checking for gcc... gcc
>checking for C compiler default output file name... configure: error:
>C compiler cannot create executables
>See `config.log' for more details.
>configure: error: Configure of src/mpid/common/locks failed!
>
>What do I do Please Help me.
Can you send the file config.log in the directory src/mpid/common/locks
? My guess is that the IB channel has added something to LIBS (such as a
special library) that it shouldn't have, and that addition is causing the
link step of the test program to fail. The exact gcc test used is written
into the config.log file.
Bill
William Gropp
http://www.mcs.anl.gov/~gropp
More information about the mpich-discuss
mailing list