Newsgroups: comp.parallel.pvm
From: jvbutera@unity.ncsu.edu (Jeffrey Victor Butera)
Reply-To: jvbutera@meowmeow.math.ncsu.edu
Subject: Re: problems with pvmfcatchout
Organization: N.C. State Math Department
Date: 8 Dec 1994 01:32:27 GMT
Message-ID: <3c5nnb$4vo@taco.cc.ncsu.edu>

Kris.VanAlsenoy <alsenoy@sch2.uia.ac.be> wrote:
>
>When I call pvmfcatchout I get a segmentation fault.

Re: your catchout error.  How are you calling it?  It is INCORRECTLY
documented in older versions as:

call pvmfcatch(onoff)

it is properly

call pvmfcatch(onoff, info)

where onoff=0,1 (off,on) and info (as always) is a (potential) error
message.  I had this problem until confirmed by some of the ORNL
folks...
-- 
    |                  ***   Jeff Butera   ***                    |
    |   Math Graduate Student - North Carolina State University   |
    |            http://crsc1.math.ncsu.edu/~jvbutera/            |
    |               jvbutera@meowmeow.math.ncsu.edu               |

