Newsgroups: comp.parallel.pvm
From: Jonathan King <jking@cv.hp.com>
Subject: Re: Help! PvmSend seems to overwrite my data.
Organization: Hewlett-Packard Co.
Date: Fri, 26 Apr 1996 12:54:57 -0700
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <31812A11.4779@cv.hp.com>

Since you didn't give many details, here's a guess.

Your program probably doesn't know what the symbol "umbuf_list" refers
to.  If you declare it in your proc as "extern" or put a prototype in
pvm3.h, it should work.  You're running into the problem because it's an
"undocumented" and non-public function that you're trying to call... (I
had to do the same some months back).

Good luck.
Jon

Peter Schaefer wrote:
> 
> This time with correct mail adress and nonempty organization field =:-|
> How do I link ? umbuf_list(?) into a C program ?


#######################################################
# Jonathan B. King        kingjo@research.cs.orst.edu #
# M.S. Student in C.S.    jking@cv.hp.com             #
#                                                     # 
#   My opinions are my own and do not represent the   #
#      views of either Hewlett Packard *or* OSU.      #
#######################################################

