From: Frank Mahler <nhchance@rrzn-user.uni-hannover.de>
Newsgroups: comp.parallel.mpi
Subject: Re: Linux MPICH/NAG F95 only creates 1 task
Date: Fri, 09 Oct 1998 13:28:12 +0200
Organization: see if I'm online: http://champ.tci.uni-hannover.de/
Message-Id: <361DF34C.14319BD5@rrzn-user.uni-hannover.de>
References: <6vis81$7lf$1@nnrp1.dejanews.com>
    <361DD59A.58D63A8@rrzn-user.uni-hannover.de>
    <uevhlunger.fsf@heplix.ikp.physik.tu-darmstadt.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


Thorsten Ohl wrote:
> 
> Frank Mahler <nhchance@rrzn-user.uni-hannover.de> writes:
> >
> > So, come on, all you mpich'lers, is there a solution?
> 
> NAG f95 works fine for me with Linux MPICH.  If I add
> 
>      -f95nag)
>         # Insert module
>         F90UNIX="      use f90_unix_env"
>         FC=f95
>         # Still to do - make sure that the Fortran interface is correctly
>         # selected.
>         ;;
> 
> to configure, if works right out of the box.
...but this won't change anything of the code...
> 
> However: early versions of NAG f95 had a broken name mangling for
> module procedures, which is now fixed (I use build #396).  

Ok, let's see...

Champ:$ f95 -V
NAGWare Fortran 95 compiler Release 1.0(325)
Copyright 1990-1997 The Numerical Algorithms Group Ltd., Oxford, U.K.
Champ:$ 

> IIRC, the
> problem was also with underscores, but unlike your example, it
> involved underscores after the `_MP_' and not trailing underscores.
Hmmm. What can I do?

TIA,
               Frank

