[mpich-discuss] Had a failure in configuring mpich

Miller Joshua J MillerJoshuaJ at JohnDeere.com
Mon Oct 26 10:05:47 CDT 2009


/scratch/jm70674a/FORTE/mpich2-1.0.8p1/configure \ 2>&1 | tee c.txt

5. Configure MPICH2, specifying the installation directory, and running
the configure script in the source directory:
cd /tmp/you/mpich2-1.2
/home/you/libraries/mpich2-1.2/configure \
-prefix=/home/you/mpich2-install |& tee c.txt
where the \ means that this is really one line. (On sh and its derivatives,
use 2>&1 | tee c.txt instead of |& tee c.txt). Other configure
options are described below. Check the c.txt file to make sure
everything went well. Problems should be self-explanatory, but if not,
send c.txt to mpich-discuss at mcs.anl.gov. The file config.log is
created by configure and contains a record of the tests that configure
performed. It is normal for some tests recorded in config.log to fail.
6. Build MPICH2:
make |& tee m.txt (for csh and tcsh)
OR
make 2>&1 | tee m.txt (for bash and sh)

Best Regards.

Joshua Miller

-----Original Message-----
From: mpich-discuss-bounces at mcs.anl.gov [mailto:mpich-discuss-bounces at mcs.anl.gov] On Behalf Of Anthony Chan
Sent: Monday, October 26, 2009 10:01 AM
To: mpich-discuss at mcs.anl.gov
Subject: Re: [mpich-discuss] Had a failure in configuring mpich


It looks like you triggered the cross compilation build for architecture
'2' or something.  My guess is that your configure command and arguments
are messed up and incorrectly triggered the cross compilation build.
Could you check your configure command or send us the command ?

A.Chan

----- "Miller Joshua J" <MillerJoshuaJ at JohnDeere.com> wrote:

> Please let me know what went wrong.
> 
> Best Regards,
> 
> Joshua Miller
> High Performance Computing
> 400 19th Street, Moline IL 61265
> Office: (309) 765-3142
> Mobile: (563) 343-3569
> 
> 
> _______________________________________________
> mpich-discuss mailing list
> mpich-discuss at mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
_______________________________________________
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