Newsgroups: comp.parallel.mpi
From: dana@cscsun3.larc.nasa.gov (Dana Hammond)
Subject: MPICH: Fatal error; unknown error handler?
Organization: NASA Langley Research Center, Hampton, VA  USA
Date: 1 May 1996 15:20:47 GMT
Message-ID: <4m7vgf$4po@reznor.larc.nasa.gov>

Using MPICH (p4) on a rs6000 cluster, I get the following error:

	Fatal error; unknown error handler

I eliminated all my code in the fortran driver down to the following
(except for linking in the other, now non-needed routines) and still
get the error.

      program main
      include 'mpif.h'

      call MPI_INIT(kierror)
      write(*,*) 'kierror =',kierror
      stop
      call MPI_COMM_RANK(MPI_COMM_WORLD, kimyid, kierror)
      call MPI_COMM_SIZE(MPI_COMM_WORLD, kinodes, kierror)
      STOP

      end

When I eliminate the other routine (.o) in my link, then the 
program runs.

Any ideas? [ There are no other "main" drivers. ]

-dana-

