Newsgroups: comp.parallel.pvm
From: Laurentios Servissoglou <zrasl01>
Subject: Re: [Q] pvm and f90
Organization: InterNetNews at ZDV Uni-Tuebingen
Date: 3 Apr 1995 14:56:39 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Message-ID: <3lp2b8$di7@newsserv.zdv.uni-tuebingen.de>

spohr@rog.rwth-aachen.de     (Axel Spohr) wrote:
>I am trying to program my pvm using Fortran 90 with a NAG compiler for
>Sparc/SunOS4.1.3, but so far without success. I keep getting error messages
>from the linker ( in this case ld ) that tell me about unknown symbols :
>
>	ld: Undefined symbol  
>	   _pvmfexit_  
>	   _pvmfmytid_  
>
>I tried doing the compiler call with the standard -L/path/to/libs -lfpvm3
> -lpvm3 -lgpvm3

Try it in this order:
Try it with -L/path/to/libs -lfpvm3 -lgpvm3 -lpvm3 

Bye

Laurentios S.
--
===========================================================================
Laurentios Servissoglou (parallel and numerical computing)

Zentrum fuer Datenverarbeitung (University of Tuebingen)
Brunnenstr. 27
D-72074 Tuebingen               E-Mail:
Fed. Rep. of Germany            servissoglou@zdv.uni-tuebingen.de
===========================================================================


