Newsgroups: comp.parallel.mpi
From: Scott Sandham <scott.sandham@sandshark.SanDiegoCA.attgis.COM>
Reply-To: scott.sandham@sandshark.SanDiegoCA.attgis.COM (scotts)
Subject: Re: Problems with MPI installation under LINUX
Organization: AT&T GIS San Diego
Date: 12 Nov 1996 18:34:39 GMT
Message-ID: <56afvv$c54@rap.SanDiegoCA.NCR.COM>

It looks like you are missing the chdef.h and p4.h header files.

>=========="M. Frobert", 11/8/96==========
>
>I am having problems with installing mpich Version 1.0.13 on PCs under
>LINUX. make fails as shown below. I configured with ch_p4 and LINUX as
>options.
>
>>making mpir in directory mpid/ch_p4
>>for file in adi2recv.c adi2send.c adi2init.c adi2probe.c adi2ssend.c 
>>adi2hsend.c adi2hrecv.c ad
>>    if [ ! -s $file -a -s ../ch2/$file ] ; then \
>>        ln -s ../ch2/$file $file ; fi ; \
>>    if [ ! -s $file -a -s ../util/$file ] ; then \
>>        ln -s ../util/$file $file ; fi ; \
>>done
>>(cd ./p4-1.4; \
>>make p4inmpi MPIARCH=linux MPILIBNAME=mpi ; cd ..)
>>make[3]: *** No rule to make target `p4inmpi'.  Stop.
>>if [ ! -s adi2recv.c ] ; then ln -s ../ch2/adi2recv.c adi2recv.c ; fi
>>cc -DMPID_NO_FORTRAN  -DMPE_USE_EXTENSIONS=1 -DHAS_XDR=1
>>-DSTDC_HEADERS=1  -DHAVE_STDLIB_H=1 -D
>>In file included from ../../mpid/ch2/packets.h:340,
>>                 from mpiddev.h:15,
>>                 from adi2recv.c:9:
>>.//chdef.h:9: p4.h: No such file or directory
>>make[2]: *** [adi2recv.o] Error 1
>>Exit status from make was 0
>
>Does anyone know why and how to get around that problems?
>
>Thank you for help,
>
>_______________________________________________________________________
>Jean-Marc Adamo,                               | Tel.(33)04 72 44 84 81
>Universite  Claude-Bernard de Lyon  &  CPE-lyon| Fax.(33)04 72 43 15 91
>Laboratoire Image, Signal et Accoustique (LISA)| adamo@cpe.fr    or
>Campus de La Doua, 69622 Villeurbanne,   France| adamo@univ-lyon1.fr
>_______________________________________________________________________



