File: README

package info (click to toggle)
slpvm 0.1.5-17
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,184 kB
  • sloc: sh: 2,624; ansic: 1,012; makefile: 161
file content (29 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
The programs in this directory may or may not be useful to you.  In
find them useful alternatives to the use of the "pvm" program itself.
They were also useful for testing the module.

pvmconfig:

  Show the host configuration of the virtual machine.  Similar to the
  pvm "conf" command.
  
pvmkill:

  Should be used only for master/slave processes created using the
  routines in pvm_ms.sl.  This kills a specified master and all slaves
  associated with it.

pvmstatus:

  Should be used only for master/slave processes created using the
  routines in pvm_ms.sl.  This shows the status of the currently
  executing slave processes and the stdout of each process.

pvmtasks
 
  Shows the currently executing tasks on the PVM.  Similar to the pvm
  "ps -a" command.