Newsgroups: comp.parallel.pvm
From: rbarrett@ranger.lanl.gov (Richard Barrett)
Subject: Re: PVMFCATCHOUT gives bus error?
Organization: Los Alamos National Laboratory
Date: 26 Jun 1995 14:00:38 GMT
Message-ID: <3smei6$3ru@newshost.lanl.gov>

The documentation leaves out the necessary INFO argument in the fortran
description (it's there for C). Should be

      CALL PVMFCATCHOUT( 1, INFO )

Richard
In article <3skh24$6a2@nexus.uiowa.edu>, haferman@icaen.uiowa.edu (Jeff Haferman) writes:
|> 
|> I'm running pvm 3.3.4 across a 4-machine homogeneous virtual
|> machine with ARCH=HPPA.  I added "CALL PVMFCATCHOUT(1)" to my
|> code just before the parent spawned 3 tasks.  I got a bus error.
|> 
|> I went back to the spmd.f program supplied in pvm3/examples.  
|> I added "CALL PVMFCATCHOUT(1)" just prior to the call to
|> PVMFSPAWN, and also got a bus error (output follows):
|> 
|>       me = 0  mytid = 262146
|>      [t40003] BEGIN
|>      [tc0001] BEGIN
|>      [t100001] BEGIN
|>      Bus error
|> 
|> 
|> The description of more recent versions of pvm don't mention
|> any problems with PVMFCATCHOUT, so, have I found a problem,
|> or am I doing something wrong?
|> 
|> 
|> 
|> -- 
|> ==============================================================================
|> +            Jeff Haferman                         PH: (319) 335-5384        +
|> + Department of Mechanical Engineering             FX: (319) 335-5669        +
|> +  and Center for Global and Regional            The University of Iowa      +
|> +        Environmental Research                   Iowa City, IA  52242       +
|> ==============================================================================
|> + http://www.cgrer.uiowa.edu/people/haferman e-mail:haferman@icaen.uiowa.edu +
|> ==============================================================================
|> 

