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.
|