Newsgroups: comp.parallel.mpi From: Luc.Vereecken@chem.kuleuven.ac.be (Vereecken Luc) Subject: Re: mpich on LINUX Organization: K.U.Leuven Date: Thu, 25 Sep 1997 11:08:03 GMT Message-ID: <60dfp7$2gh@chaos.kulnet.kuleuven.ac.be> wrote: >Has anyone out there installed mpich on a linux box? I am having problems. >I have narrowed (them) it down to the overloaded functions p4_dprintf((..)) >and p4_dprintfl((..)) which are declared in >mpich/mpid/ch_p4/p4_1.4/p4_funcs.h.I am using configure -arch=LINUX >-comm=ch_p4 . I fixed the f77 script as per install instructions. What is >happening is that the files which call these functions do not get compiled >because the compiler doesn't find the correct overloaded function. Thus these >functions don't become part of any library. Other information includes: >STDARGS, P4DPRINTFl seem to be defined. gcc version 2.7, current versions of >tk,tcl. kernel 2.1.55. Thanks. I install MPICH on a linux 2.0.12 system, gcc version 2.7.2 with a g77 patch (version 0.58 ?). Just did 'configure' (no options), the configure script deduced it was a linux box with ch_p4 device, then 'make', and voila... instant parallelism. Seems like you have a compiler problem. Are you using the latest gcc version ? what version of mpich are you using ?