Mag,
It looks like you are not linking to an mpi library. Do you have mpich
installed? If not you can download the latest stable release at:
ftp://ftp.mcs.anl.gov/pub/mpi/mpich.tar.gz . It is relatively easy to
install, follow these directions:
Once you have untarred the distribution set the following environment
variables.
setenv FC ifc
setenv F90 ifc
setenv RSHCOMMAND ssh
setenv FFLAGS "-Vaxlib"
The run the configure:
./configure --prefix=/usr/local/mpich --with-romio
Then make sure the Makefile.h that you are using has the following.
FFLAGS_OPT = -c -r8 -i4 -I/usr/local/mpich/include
CFLAGS = -c -I$(HDF5path)/include -I/usr/local/mpich/include
LFLAGS = -r8 -i4 -Vaxlib -o
LIB = -L/usr/local/mpich/lib -lmpich -lfmpich
Please let me know if you are still having problems.
--Brad
Malgorzata Selwa wrote:
> Hi,
>
> I have a problem with "make". I had Linux 2.4.18/gcc 2.96 or 2.95 and
> everything worked good. Now I have Linux 2.4.20/gcc3.2.2 and I get an
> error given in enclosure. I work on intel 6.0 compilers.
>
> Can you help me?
>
> Thanks,
>
> Mag
>
> ------------------------------------------------------------------------
> Name: error
> error Type: unspecified type (APPLICATION/octet-stream)
> Encoding: BASE64
-- Brad Gallagher ASCI Flash Center jbgallag@flash.uchicago.eduReceived on Tue Sep 2 18:26:03 2003
This archive was generated by hypermail 2.1.8 : Thu Aug 31 2006 - 21:20:48 CDT