Man Pages in
pvm-dev
Carta.tech
Packages
pvm-dev
1
Section 1:
Executable programs or shell commands
pvmgroups.1
Print list of current pvm groups
2
Section 1PVM:
Executable programs or shell commands
aimk.1PVM
Portable make wrapper script
pvm_shmd.1PVM
Pvm shared memory (2) daemon
69
Section 3PVM:
Library calls
libpvm.3PVM
Pvm c and fortran programming libraries
pvm_addhosts.3PVM
Add hosts to the virtual machine.
pvm_addmhf.3PVM
Install or remove message-handler functions.
pvm_advise.3PVM
Controls use of direct task-to-task routing. [in version 3.2: replaced by pvm_setopt]
pvm_archcode.3PVM
Returns the data representation code for a pvm architecture name.
pvm_barrier.3PVM
Blocks the calling process until all processes in a group have called it.
pvm_bcast.3PVM
Broadcasts the data in the active message buffer to a group of processes.
pvm_bufinfo.3PVM
Returns information about a message buffer.
pvm_catchout.3PVM
Catch output from child tasks.
pvm_config.3PVM
Returns information about the present virtual machine configuration.
pvm_delete.3PVM
Delete data from pvmd database [in version 3.4: relaced by pvm_delinfo]
pvm_delhosts.3PVM
Deletes hosts from the virtual machine.
pvm_exit.3PVM
Tells the local pvmd that this process is leaving pvm.
pvm_export.3PVM
Mark environment variables to export through spawn
pvm_freebuf.3PVM
Disposes of a message buffer.
pvm_freezegroup.3PVM
Freezes dynamic group membership and caches info locally
pvm_gather.3PVM
A specified member of the group receives messages from each member of the group and gathers these messages into a single array.
pvm_getfds.3PVM
Get file descriptors in use by pvm.
pvm_getinst.3PVM
Returns the instance number in a group of a pvm process.
pvm_getopt.3PVM
Returns the value of libpvm options.
pvm_getrbuf.3PVM
Returns the message buffer identifier for the active receive buffer.
pvm_getsbuf.3PVM
Returns the message buffer identifier for the active send buffer.
pvm_gettid.3PVM
Returns the tid of the process identified by a group name and instance number.
pvm_gsize.3PVM
Returns the number of members presently in the named group.
pvm_halt.3PVM
Shuts down the entire pvm system.
pvm_hostsync.3PVM
Get time-of-day clock from pvm host.
pvm_initsend.3PVM
Clear default send buffer and specify message encoding.
pvm_insert.3PVM
Store data in pvmd database [in version 3.4: relaced by pvm_putinfo]
pvm_joingroup.3PVM
Enrolls the calling process in a named group.
pvm_kill.3PVM
Terminates a specified pvm process.
pvm_lookup.3PVM
Retrieve data from pvmd database [in version 3.4: relaced by pvm_getinfo]
pvm_lvgroup.3PVM
Unenrolls the calling process from a named group.
pvm_mcast.3PVM
Multicasts the data in the active message buffer to a set of tasks.
pvm_mkbuf.3PVM
Creates a new message buffer.
pvm_mstat.3PVM
Returns the status of a host in the virtual machine.
pvm_mytid.3PVM
Returns the tid of the calling process.
pvm_newcontext.3PVM
Request new context. pvm_setcontext - change context. pvm_freecontext - free existing context. pvm_getcontext - get current context.
pvm_notify.3PVM
Request notification of pvm event such as host failure.
pvm_nrecv.3PVM
Non-blocking receive.
pvm_parent.3PVM
Returns the tid of the process that spawned the calling process.
pvm_perror.3PVM
Prints message describing the last error returned by a pvm call.
pvm_pkmesg.3PVM
Pack messages into other messages.
pvm_precv.3PVM
Receive a message directly into a buffer.
pvm_probe.3PVM
Check if message has arrived.
pvm_psend.3PVM
Pack and send data in one call.
pvm_pstat.3PVM
Returns the status of the specified pvm process.
pvm_putinfo.3PVM
Store and retrieve messages in global mailbox.
pvm_recv.3PVM
Receive a message.
pvm_recvf.3PVM
Redefines the comparison function used to accept messages.
pvm_reduce.3PVM
Performs a reduction operation over members of the specified group.
pvm_reg_hoster.3PVM
Register task as pvm slave starter.
pvm_reg_rm.3PVM
Register task as pvm resource manager.
pvm_reg_tasker.3PVM
Register task as pvm task starter.
pvm_scatter.3PVM
Sends to each member of a group a section of an array from a specified member of the group.
pvm_send.3PVM
Immediately sends the data in the active message buffer.
pvm_sendsig.3PVM
Sends a signal to another pvm process.
pvm_serror.3PVM
Sets automatic error message printing on or off. [in version 3.2: replaced by pvm_setopt]
pvm_setminfo.3PVM
Get or set header information of a message.
pvm_setmwid.3PVM
Get or set wait id of a message. [in version 3.4: relaced by pvm_getminfo and pvm_setminfo]
pvm_setopt.3PVM
Sets libpvm options.
pvm_setrbuf.3PVM
Switches the active receive buffer and saves the previous buffer.
pvm_setsbuf.3PVM
Switches the active send buffer.
pvm_settmask.3PVM
Get or set trace mask of a task or its children.
pvm_siblings.3PVM
Return the number and associated task ids of processes that were started together in a single spawn call.
pvm_spawn.3PVM
Starts new pvm processes.
pvm_start_pvmd.3PVM
Starts new pvm daemon.
pvm_tasks.3PVM
Returns information about the tasks running on the virtual machine.
pvm_tidtohost.3PVM
Returns the host of the specified pvm process.
pvm_trecv.3PVM
Receive with timeout.