| libpvm3.a, libfpvm3.a, libfpvm | PVM C and Fortran programming libraries |
| libpvm3.a, libfpvm3.a, libpvm | PVM C and Fortran programming libraries |
| pvm_addhosts | Add hosts to the virtual machine. |
| pvm_advise(), pvm_advise | (PVM 3.1) Controls use of direct task-to-task routing. Relaced by pvm_setopt(). |
| pvm_archcode | Returns the data representation code for a PVM architecture name. |
| pvm_barrier | Blocks the calling process until all processes in a group have called it. |
| pvm_bcast | Broadcasts the data in the active message buffer to a group of processes. |
| pvm_bufinfo(), pvm_bufinfo | Returns information about a message buffer. |
| pvm_catchout | Catch output from child tasks. |
| pvm_config | Returns information about the present virtual machine configuration. |
| pvm_delete | delete data from pvmd database |
| pvm_delhosts | Deletes hosts from the virtual machine. |
| pvm_exit | Tells the local pvmd that this process is leaving PVM. |
| pvm_freebuf | Disposes of a message buffer. |
| pvm_freezegroup | Freezes dynamic group membership and caches info locally |
| pvm_gather | A specified member of the group receives messages from each member of the group and gathers these messages into a single array. |
| pvm_getfds | Get file descriptors in use by PVM. |
| pvm_getinst | Returns the instance number in a group of a PVM process. |
| pvm_setmwid, pvm_getmwid | Get or set wait ID of a message. |
| pvm_getopt | Returns the value of libpvm options. |
| pvm_getrbuf | Returns the message buffer identifier for the active receive buffer. |
| pvm_getsbuf | Returns the message buffer identifier for the active send buffer. |
| pvm_gettid | Returns the tid of the process identified by a group name and instance number. |
| pvm_settmask, pvm_gettmask | Get or set trace mask of a task or its children. |
| pvm_gsize | Returns the number of members presently in the named group. |
| pvm_halt | Shuts down the entire PVM system. |
| pvm_hostsync | Get time-of-day clock from PVM host. |
| pvm_initsend | Clear default send buffer and specify message encoding. |
| pvm_insert | store data in pvmd database |
| pvm_joingroup | Enrolls the calling process in a named group. |
| pvm_kill | Terminates a specified PVM process. |
| pvm_lookup | retrieve data from pvmd database |
| pvm_lvgroup | Unenrolls the calling process from a named group. |
| pvm_mcast | Multicasts the data in the active message buffer to a set of tasks. |
| pvm_mkbuf | Creates a new message buffer. |
| pvm_mstat | Returns the status of a host in the virtual machine. |
| pvm_mytid | Returns the tid of the calling process. |
| pvm_notify | Request notification of PVM event such as host failure. |
| pvm_nrecv | Non-blocking receive. |
| pvm_pack | Pack the active message buffer with arrays of prescribed data type. |
| pvm_pack, pvm_packf | Pack the active message buffer with arrays of prescribed data type. |
| pvm_parent | Returns the tid of the process that spawned the calling process. |
| pvm_perror | Prints message describing the last error returned by a PVM call. |
| pvm_pack, pvm_pkbyte | Pack the active message buffer with arrays of prescribed data type. |
| pvm_pack, pvm_pkcplx | Pack the active message buffer with arrays of prescribed data type. |
| pvm_pack, pvm_pkdcplx | Pack the active message buffer with arrays of prescribed data type. |
| pvm_pack, pvm_pkdouble | Pack the active message buffer with arrays of prescribed data type. |
| pvm_pack, pvm_pkfloat | Pack the active message buffer with arrays of prescribed data type. |
| pvm_pack, pvm_pkint | Pack the active message buffer with arrays of prescribed data type. |
| pvm_pack, pvm_pklong | Pack the active message buffer with arrays of prescribed data type. |
| pvm_pack, pvm_pkshort | Pack the active message buffer with arrays of prescribed data type. |
| pvm_pack, pvm_pkstr | Pack the active message buffer with arrays of prescribed data type. |
| pvm_pack, pvm_pkuint | Pack the active message buffer with arrays of prescribed data type. |
| pvm_pack, pvm_pkulong | Pack the active message buffer with arrays of prescribed data type. |
| pvm_pack, pvm_pkushort | Pack the active message buffer with arrays of prescribed data type. |
| pvm_precv | Receive a message directly into a buffer. |
| pvm_probe | Check if message has arrived. |
| pvm_psend | Pack and send data in one call. |
| pvm_pstat | Returns the status of the specified PVM process. |
| pvm_recv | Receive a message. |
| pvm_recvf | Redefines the comparison function used to accept messages. |
| pvm_reduce | Performs a reduction operation over members of the specified group. |
| pvm_reg_hoster | Register task as PVM slave starter. |
| pvm_reg_rm | Register task as PVM resource manager. |
| pvm_reg_tasker | Register task as PVM task starter. |
| pvm_scatter | Sends to each member of a group a section of an array from a specified member of the group. |
| pvm_send | Immediately sends the data in the active message buffer. |
| pvm_sendsig | Sends a signal to another PVM process. |
| pvm_serror | (PVM 3.1) Sets automatic error message printing on or off. Replaced by pvm_setopt(). |
| pvm_getmwid, pvm_setmwid | Get or set wait ID of a message. |
| pvm_setopt | Sets libpvm options. |
| pvm_setrbuf | Switches the active receive buffer and saves the previous buffer. |
| pvm_setsbuf | Switches the active send buffer. |
| pvm_gettmask, pvm_settmask | Get or set trace mask of a task or its children. |
| pvm_spawn | Starts new PVM processes. |
| pvm_start_pvmd | Starts new PVM daemon. |
| pvm_tasks | Returns information about the tasks running on the virtual machine. |
| pvm_tidtohost | Returns the host of the specified PVM process. |
| pvm_trecv | Receive with timeout. |
| pvm_unpack | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_unpackf | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_upkbyte | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_upkcplx | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_upkdcplx | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_upkdouble | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_upkfloat | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_upkint | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_upklong | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_upkshort | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_upkstr | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_upkuint | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_upkulong | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_unpack, pvm_upkushort | Unpack the active message buffer into arrays of prescribed data type. |
| pvm_addhosts, pvmfaddhost | Add hosts to the virtual machine. |
| pvm_advise(), pvmfadvise | (PVM 3.1) Controls use of direct task-to-task routing. Relaced by pvm_setopt(). |
| pvm_archcode, pvmfarchcode | Returns the data representation code for a PVM architecture name. |
| pvm_barrier, pvmfbarrier | Blocks the calling process until all processes in a group have called it. |
| pvm_bcast, pvmfbcast | Broadcasts the data in the active message buffer to a group of processes. |
| pvm_bufinfo(), pvmfbufinfo | Returns information about a message buffer. |
| pvm_catchout, pvmfcatchout | Catch output from child tasks. |
| pvm_config, pvmfconfig | Returns information about the present virtual machine configuration. |
| pvm_delhosts, pvmfdelhost | Deletes hosts from the virtual machine. |
| pvm_exit, pvmfexit | Tells the local pvmd that this process is leaving PVM. |
| pvm_freebuf, pvmffreebuf | Disposes of a message buffer. |
| pvm_freezegroup, pvmffrzgrp | Freezes dynamic group membership and caches info locally |
| pvm_gather, pvmfgather | A specified member of the group receives messages from each member of the group and gathers these messages into a single array. |
| pvm_getinst, pvmfgetinst | Returns the instance number in a group of a PVM process. |
| pvm_getopt, pvmfgetopt | Returns the value of libpvm options. |
| pvm_getrbuf, pvmfgetrbuf | Returns the message buffer identifier for the active receive buffer. |
| pvm_getsbuf, pvmfgetsbuf | Returns the message buffer identifier for the active send buffer. |
| pvm_gettid, pvmfgettid | Returns the tid of the process identified by a group name and instance number. |
| pvm_gsize, pvmfgsize | Returns the number of members presently in the named group. |
| pvm_halt, pvmfhalt | Shuts down the entire PVM system. |
| pvm_hostsync, pvmfhostsync | Get time-of-day clock from PVM host. |
| pvm_initsend, pvmfinitsend | Clear default send buffer and specify message encoding. |
| pvm_joingroup, pvmfjoingrp | Enrolls the calling process in a named group. |
| pvm_kill, pvmfkill | Terminates a specified PVM process. |
| pvm_lvgroup, pvmflvgrp | Unenrolls the calling process from a named group. |
| pvm_mcast, pvmfmcast | Multicasts the data in the active message buffer to a set of tasks. |
| pvm_mkbuf, pvmfmkbuf | Creates a new message buffer. |
| pvm_mstat, pvmfmstat | Returns the status of a host in the virtual machine. |
| pvm_mytid, pvmfmytid | Returns the tid of the calling process. |
| pvm_notify, pvmfnotify | Request notification of PVM event such as host failure. |
| pvm_nrecv, pvmfnrecv | Non-blocking receive. |
| pvm_pack, pvmfpack | Pack the active message buffer with arrays of prescribed data type. |
| pvm_parent, pvmfparent | Returns the tid of the process that spawned the calling process. |
| pvm_perror, pvmfperror | Prints message describing the last error returned by a PVM call. |
| pvm_precv, pvmfprecv | Receive a message directly into a buffer. |
| pvm_probe, pvmfprobe | Check if message has arrived. |
| pvm_psend, pvmfpsend | Pack and send data in one call. |
| pvm_pstat, pvmfpstat | Returns the status of the specified PVM process. |
| pvm_recv, pvmfrecv | Receive a message. |
| pvm_reduce, pvmfreduce | Performs a reduction operation over members of the specified group. |
| pvm_scatter, pvmfscatter | Sends to each member of a group a section of an array from a specified member of the group. |
| pvm_send, pvmfsend | Immediately sends the data in the active message buffer. |
| pvm_sendsig, pvmfsendsig | Sends a signal to another PVM process. |
| pvm_serror, pvmfserror | (PVM 3.1) Sets automatic error message printing on or off. Replaced by pvm_setopt(). |
| pvm_setopt, pvmfsetopt | Sets libpvm options. |
| pvm_setrbuf, pvmfsetrbuf | Switches the active receive buffer and saves the previous buffer. |
| pvm_setsbuf, pvmfsetsbuf | Switches the active send buffer. |
| pvm_spawn, pvmfspawn | Starts new PVM processes. |
| pvm_tasks, pvmftasks | Returns information about the tasks running on the virtual machine. |
| pvm_tidtohost, pvmftidtoh | Returns the host of the specified PVM process. |
| pvm_trecv, pvmftrecv | Receive with timeout. |
| pvm_unpack, pvmfunpack | Unpack the active message buffer into arrays of prescribed data type. |