From: Jiadong Chen <jdchen@engr.iupui.edu>
Newsgroups: comp.parallel.mpi
Subject: Fortran CALL C
Date: Mon, 21 Jun 1999 11:12:22 -0500
Organization: Purdue University at Indianapolis
Message-Id: <376E6466.984AC87F@engr.iupui.edu>
References: <374DB25B.C5963D17@sd.aetc.com>
    <7imcpv$8qo$1@walter-fddi.cray.com> <374EBBEB.4BE57E0C@etnus.com>
    <7ipl72$sn8$1@walter-fddi.cray.com> <3754021E.61DF3667@etnus.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.mpi:5235


Hi everyone:

I just moved from PVM to MPICH. I have a C package(OBJ file) which is
developed by myself. IN PVM I can call it from fortran and has no parameter
passing problem.  But in mpi I found that FORTRAN prog can not pass the
parameters to C correctly. Do I need to add special switches in mpif77 or
should I  modify my C program.

J.D.

