Newsgroups: comp.parallel.mpi
From: s9010721@minyos.xx.rmit.EDU.AU (Aaron McDonough)
Subject: Problem building mpich with p4 on a CRAY90
Organization: Royal Melbourne Institute of Technology, Melbourne, Australia.
Date: 18 Dec 1995 03:42:27 GMT
Message-ID: <4b2nv4$s5u@aggedor.rmit.EDU.AU>

Hi all,
	I have attempted (unsuccessfully) to install MPICH Version 1.0.11 on 
our CRAY J90 using the following configuration.


To build for UNICOS on a CRAY C90, CRAY Y-MP, or CRAY J90 (This will use
TCP sockets for communication.)
    configure -device=ch_p4 -arch=cray
    make

All of the source code compiles, but upon attempting to test the linking 
of MPI code, the build fails and reports the following error.

Testing that MPI applications can be linked... 
        make linktest
        ( cd examples/test/pt2pt; make linktest )
        cc -DFORTRANCAPS -DHAVE_STDLIB_H=1 -DMALLOC_RET_VOID=1
-I/mpich/include -DMPI_CRAY -c overtake.c
        cc -DFORTRANCAPS -DHAVE_STDLIB_H=1 -DMALLOC_RET_VOID=1
-I/mpich/include -DMPI_CRAY -c test.c
        cc -o overtake overtake.o test.o
-L/mpich/lib/CRAY/ch_p4
   -lmpi
 ldr-133 cc: WARNING
     Unsatisfied external references have been encountered. 
 Unsatisfied external references
 Entry name Modules referencing entry
 setitimer p4_sock_cr$c
 ldr-112 cc: WARNING
     Because of previous errors, file 'overtake' is not executable.  
Make:
"cc -o overtake overtake.o test.o -L/mpich/lib/CRAY/ch_p4
  -lmpi ": Error code 1 
Stop.  

Make: "( cd examples/test/pt2pt; make
linktest )": Error code 1 
Stop.  

Make: "make linktest": Error code 1


Have I missed something in configuring the machine? Does anybody have any 
ideas?

Thanks in advance,

Aaron.

-------------------------------------------------------------------------
Aaron McDonough		E-mail: s9010721@minyos.xx.rmit.edu.au
Applied Physics			aaron@bunyip.ph.rmit.edu.au	
RMIT			
-------------------------------------------------------------------------



