Library routines



PVM 3.x Fortran Routines

PVM provides a library of about 70 functions for C and Fortran-77 programs.

A list of some of the Fortran routine includes:

Process control
pvmfspawn(task, flag, where, ntask, tids, info)
pvmfkill(tid, info)
pvmfexit(info)
pvmfmytid(tid)
pvmfparent(tid)
pvmfpstat(tid, pstat)
pvmfmstat(host, mstat)
pvmfconfig(nhost, narch, info)
pvmfaddhost(host, info)
pvmfdelhost(host, info)
Message Passing
pvmfpack( what, xp, nitem, stride, info)
pvmfsend( tid, msgtag, info)
pvmfmcast(ntask, tids, msgtag, info)
pvmfnrecv(tid, msgtag, buf)
pvmfbufinfo(buf, bytes, msgtag, tid, info)
pvmfunpack(what, xp, nitem, stride, info)

PREVIOUS NEXT
UP


Submitted by Mark Johnston,
last updated on 12 January 1995.