Newsgroups: comp.parallel.pvm
From: spohr@rog.rwth-aachen.de     (Axel Spohr)
Subject: [Q] pvm and f90
Organization: Rogowski-Institut
Date: 31 Mar 1995 12:49:58 GMT
Message-ID: <3lgtpm$5l3@news.rwth-aachen.de>

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 and when that wouldn't work I also tried stating the libraries directly,
like 
	f90 prog.f90 /path/libfpvm3.a ....

but still got the same error message.
Has anybody had any experiences using pvm with f90 ? Where might the error be
located ?


		Axel

BTW, I even had to adapt fpvm3.h to make my compiler accept it.

 
-----------------------------------------------------------------------------
Axel Spohr					     spohr@rog.rwth-aachen.de
Ludwigsallee 1b
D-52062 Aachen						
+49-241-154701
-----------------------------------------------------------------------------
  There are three principal ways to lose money: wine, women and engineers.
    While the first two are more plaesant, the third is by far the more
     certain.		        			Baron Rothschild
-----------------------------------------------------------------------------



