pvm_mstat
Returns the status of a host in the virtual machine.
- Provided by: pvm-dev (Version: 3.4.6-3.2)
- Source: pvm
- Report a bug
Returns the status of a host in the virtual machine.
C int mstat = pvm_mstat( char *host ) Fortran call pvmfmstat( host, mstat )
The routine pvm_mstat returns the status mstat of the computer named host with respect to running PVM processes. This routine can be used to determine if a particular host has failed and if the virtual machine needs to be reconfigured. The function pvm_notify() can also be used to notify the caller that a host has failed.
C: mstat = pvm_mstat( "msr.ornl.gov" ); Fortran: CALL PVMFMSTAT( 'msr.ornl.gov', MSTAT )
These error conditions can be returned by pvm_mstat
pvm_notify(3PVM), pvm_config(3PVM)