From: don_schad@my-dejanews.com
Newsgroups: comp.parallel.mpi
Subject: Re: mpich 1.1.1 on SGI Power Onix
Date: Thu, 05 Nov 1998 15:57:41 GMT
Organization: Deja News - The Leader in Internet Discussion
Message-Id: <71shtm$et9$1@nnrp1.dejanews.com>
References: <364149D3.D67B19CB@scl.ameslab.gov>


There is a problem with the configure script for SGI such that
the files bin/mpi[CC|cc|f77|f90] have what amounts to a type-o.

Edit the mpi<compiler> files, and change (e.g . mpicc):

CC=${MPICH_CC-cc }
CLINKER=${MPICH_CLINKER-cc  }

to

CC=${MPICH_CC-cc}
CLINKER=${MPICH_CLINKER-cc}


(You are removing the spaces between the '-cc' and the '}')


don

In article <364149D3.D67B19CB@scl.ameslab.gov>,
  Vasiliu Bogdan <bogdan@scl.ameslab.gov> wrote:
> I'm trying to install mpich 1.1.1 on a SGI Power Onix (IRIX64,  6.2).
> Everiything goes fine
> until 'mpicc' is invoked (during the compilation). Here I get the
> following error
> message:
>
> making mpir in directory /usr/mpich/mpich/mpe
>         /usr/mpich/mpich/lib/IRIX/ch_shmem/mpicc -DHAVE_PROTOTYPES
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DUSE_STDARG  -DHAVE_UNAME=1
> -DHAVE_NETDB_H=1 -DHAVE_GETHOSTBYNAME=1   -I/usr/mpich/mpich/mpid/ch2
> -DMPE_GRAPHICS -c timers.c
> }: Not found
> }: Not found
> -DUSE_STDARG: Not found
> *** Error code 1 (bu21)
> *** Error code 1 (bu21)
> *** Error code 1 (bu21)
>
> I have tried different compilation flags (as shown in the installation
> guide) and different compilers (gcc and cc).
> The  compilation always stops when mpicc is called.
>
> Does anyone know how to go around this problem?
>
>

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

