[mpich-discuss] try to install MPICH2 on SGI under local account

Mei, Rui rum06003 at engr.uconn.edu
Wed May 26 21:53:17 CDT 2010


I first tried ./configure --prefix=/u/home/rum06003/mpi --with-device=ch3:sock 2>&1 | tee c1.txt and it gave me error (see c1.txt)
and suggest to use --with-atomic-primitives=no option.

So I then tried ./configure --prefix=/u/home/rum06003/mpi --with-atomic-primitives=no 2>&1 | tee c.txt (it's ok, see c.txt)

Then I executed: make 2>&1 | tee m.txt (it gave error, see m.txt) 

At last I executed: make install 2>&1 | tee mi.txt (it also gave error, see mi.txt)
 
And there is indeed a difference between Makefile.in an dMakefile.in.original.

Thank you for any suggestion.

Rui
________________________________________
From: mpich-discuss-bounces at mcs.anl.gov [mpich-discuss-bounces at mcs.anl.gov] On Behalf Of Pavan Balaji [balaji at mcs.anl.gov]
Sent: Wednesday, May 26, 2010 9:26 PM
To: mpich-discuss at mcs.anl.gov
Subject: Re: [mpich-discuss] try to install MPICH2 on SGI under local account

On 05/26/2010 08:20 PM, Pavan Balaji wrote:
> 3. Run configure using:
>
> % ./configure --prefix=/u/home/rum06003/mpi --with-device=ch3:sock 2>&1
> | tee c.txt

Small correction here. I'll need you to run both configure and make:

% ./configure --prefix=/u/home/rum06003/mpi --with-device=ch3:sock 2>&1
| tee c.txt

% make

... then send me both Makefile.in and Makefile.in.original

Thanks,

  -- Pavan

--
Pavan Balaji
http://www.mcs.anl.gov/~balaji
_______________________________________________
mpich-discuss mailing list
mpich-discuss at mcs.anl.gov
https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: c1.txt
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20100526/6412ee8d/attachment-0004.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: c.txt
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20100526/6412ee8d/attachment-0005.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: m.txt
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20100526/6412ee8d/attachment-0006.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mi.txt
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20100526/6412ee8d/attachment-0007.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.in
Type: application/octet-stream
Size: 23719 bytes
Desc: Makefile.in
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20100526/6412ee8d/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.in.original
Type: application/octet-stream
Size: 24305 bytes
Desc: Makefile.in.original
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20100526/6412ee8d/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: application/octet-stream
Size: 24435 bytes
Desc: Makefile
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20100526/6412ee8d/attachment-0005.obj>


More information about the mpich-discuss mailing list