Man Scilab

pvm_config
Scilab function

pvm_config - sends a message

Calling Sequence

res = pvm_config()

Parameters

Description

pvm_config returns information about the present virtual machine. The information returned is similar to that available from the console command.

The pvm_config function returns information about the entire virtual machine in one call.

The returned value res(7) will be zero if the call is successful and will be will be < 0 if some error occurs.

Examples


res = pvm_config()
 
  

See Also

pvm_tasks ,  

Back