Newsgroups: comp.parallel.pvm
From: sscott@nimitz.mcs.kent.edu (Stephen Scott)
Subject: How to halt master pvmd within program
Organization: Kent State University
Date: 28 Sep 1995 15:15:37 GMT
Message-ID: <44ee6p$3ed@ns.mcs.kent.edu>

I would like to be able to halt all pvmd processes, effectively 
stopping pvm, from within a C program.  Using pvm_delhosts()
I am able to halt all pvmd`s except for the "master" pvmd.
When attempting to halt the "master" pvmd using pvm_delhosts() -
I am returned the error code "PvmBadParam" (-2) - I assume because
one should not try to remove the "master" pvmd.

Any suggested solutions?

stephen.

