[back] [prev] [next] [index] [root]

 


PvmStopSlave

Kills the slaves. If no argument is given, all slaves will be killed.

Syntax:

noSlaves := PvmStopSlave();
noSlaves := PvmStopSlave(stid);
noSlaves := PvmStopSlave(L);

integer
  noSlaves  
the number of killed slaves
integer
  stid  
slave-tid to kill
list
  L  
List of slave-tids to kill

Description:

no detailed description available yet


<- back[back] [prev] [next] [index] [root]