Newsgroups: comp.lang.fortran,comp.parallel.mpi
From: ags@seaman.cc.purdue.edu (Dave Seaman)
Subject: Re: How to use F77 library in Fortran90 ?
Organization: Purdue University
Date: 21 Jun 1996 11:36:57 -0500
Message-ID: <4qej39$t8u@seaman.cc.purdue.edu>

In article <4qefc7$ddk@tornews.torolab.ibm.com>,
Henry Zongaro <zongaro@vnet.ibm.com> wrote:
>One other thing I should have recommended is using the 'mpxlf' command, which
>is provided with the Parallel Environment.  This invokes xlf and binds in the
>right libraries, etc. that are needed to use MPI.

Unfortunately, there is no such thing as an 'mpxlf90' command in the
standard distribution, though it is very easy to create one.  The
existing 'mpxlf' is just a simple shell script that calls xlf using
options that are stored in /usr/lpp/ppe.poe/lib/poe.cfg.  All that's
needed is a similar shell script to call xlf90, plus an extra stanza or
two in the poe.cfg file.

Plus, of course, the one-line modification of mpif.h that allows it to
be included in free-form source programs.

-- 
Dave Seaman
      ++++ stop the execution of Mumia Abu-Jamal ++++
    ++++ if you agree copy these lines to your sig ++++
++++ see http://www.xs4all.nl/~tank/spg-l/sigaction.htm ++++

