logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pvm_tidtohost - Returns the host of the specified PVM process.

Description

       The routine pvm_tidtohost returns the host id on which the process identified by tid is located.

Errors

       The following error conditions can be returned

       PvmBadParam
              An invalid tid value was specified.

       PvmSysErr
              pvmd not responding.

Name

       pvm_tidtohost - Returns the host of the specified PVM process.

Parameters

       tid     Integer task identifier of the PVM process in question.

       dtid    Integer returns the tid of the host's pvmd3 or a negative value if an error.

See Also

pvm_config(3PVM), pvm_tasks(3PVM)

                                                 30 August, 1993                                 TIDTOHOST(3PVM)

Synopsis

Cintdtid=pvm_tidtohost(tid)Fortrancallpvmftidtoh(tid,dtid)

See Also