pvm
if all the installation and configuration task were successfully completed, pvm will start and answer with the following prompt:
pvm>
Congratulations, you just created a parallel virtual machine which consists of one physical machine. Of course, this is rather useless, so let's extend our system.
add hostname
where hostname is the name of the computer you want to add.
This will start PVM on the specified hosts on upon success you will get a
message like:
1 successful
HOST DTID
banana 140000
and you can continue to add additional hosts.
conf
at the PVM prompt which will give you information about the hosts configured, their PVM identification number and their architecture.
delete hostname
at the PVM prompt where hostname is the name of the computer you want to delete.
quit
This only quits the console, PVM is still running.
pvm
and then type at the PVM prompt:
halt
This stops PVM on all the machines you started it and it should kill all the programs which ran under PVM as well. This is the best and easiest way to stop PVM.