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