next up previous
Next: Server side Up: int pvm_farm_terminate(char *farm_name); Previous: int pvm_farm_terminate(char *farm_name);

Client side

  1. Send a message to the server containing opcode FARM_TERMINATE and the farm name.
  2. Wait for a reply from the server and unpack the return value from the message once it is received.
  3. Return this value. It could be OK or PvmNoSuchFarm or PvmNotFarmOwner.


Sameer Shende