Man Scilab

pvm_error
Scilab function

pvm_error - Prints message describing an error returned by a PVM call

Calling Sequence

[errmsg] = pvm_error(err)

Parameters

Description

pvm_error returns the error message corresponding to an PVM error code returned by a PVM call.

Examples


[a] = pvm_error(0)
 
  

Back