Newsgroups: comp.parallel.pvm
From: Kevin Parker <kevin.l.parker@mcdermott.com>
Subject: Help with pvm_halt
Organization: Mcdermott Technology, Inc
Date: Wed, 15 Jul 1998 10:25:12 -0400
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <35ACBBC7.F0B8D1E6@mcdermott.com>

I am using pvm3.4 on a unix platform. I am calling pvmfhalt() from my
main to terminate the slaves and pvm daemons. When I call pvmfhalt() it
causes my main program to also terminate. The man pages says I need to
ignore or catch signal SIGTERM.  Does anyone know who to do this in
FORTRAN? Also if I catch SIGTERM does this prevent me from ever killing
my program with kill -9?

TIA
kevin
kevin.l.parker@mcdermott.com


