[mpich-discuss] Had a failure in configuring mpich

Miller Joshua J MillerJoshuaJ at JohnDeere.com
Mon Oct 26 10:40:51 CDT 2009


That was successful.

The next step is failing now.

I cannot find "make"

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: chan at mcs.anl.gov [mailto:chan at mcs.anl.gov] 
Sent: Monday, October 26, 2009 10:17 AM
To: Miller Joshua J
Cc: mpich-discuss at mcs.anl.gov
Subject: Re: [mpich-discuss] Had a failure in configuring mpich


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

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

If you are using bourne related shell, e.g. bash, just do

...../mpich2-xxx/configure 2>&1 | tee c.txt

The "\" is continuation character for script.

A.Chan


More information about the mpich-discuss mailing list