Newsgroups: comp.parallel.pvm
From: Gary Greenstein <gary>
Subject: Re: Using Debug masks (-d option)
Organization: Viewlogic Systems, Inc.
Date: 9 May 1995 23:07:08 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Message-ID: <3oosis$oco@viewlog.viewlogic.com>

The following is found in the pvmd3 man pages:

OPTIONS
     The following options may be specified on the  command  line
     when starting the master pvmd or PVM console:
 
     -dmask  Set pvmd debug mask.  Used  to  debug  the  pvmd  or
             libpvm (not intended to be used to debug application
             programs).  Mask is a hexadecimal  number  which  is
             the sum of the following bits:
                 Bit   Information
                 1     Packet routing
                 2     Message routing and entry points
                 4     Task management
                 8     Slave pvmd startup
                 10    Host table updates
                 20    Select loop (below packet layer)
                 40    IP network
                 80    Multiprocessor port debugging
                 100   Resource manager interface
                 200   Application (messages with no destination,
                       etc.)


Have fun,
-Gary
gary@srtest.com


