Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PVM(1), pvm_intro(1)
Parallel Virtual Machine System Version 3
RNApvmin(1)
manual page for RNApvmin 2.5.1
libpvm(3), libpvm3.a(3), libfpvm3.a(3)
PVM C and Fortran programming libraries
pvm(1)
PVM version 3 console
pvm_addhosts(3)
Add hosts to the virtual machine
pvm_addmhf(3), pvm_delmhf(3)
Install or remove message-handler functions
pvm_advise(3), pvm_advise()(3)
Controls use of direct task-to-task routing. [In Version 3.2: Replaced by pvm_setopt]
pvm_archcode(3)
Returns the data representation code for a PVM architecture name
pvm_barrier(3)
Blocks the calling process until all processes in a group have called it
pvm_bcast(3)
Broadcasts the data in the active message buffer to a group of processes
pvm_bufinfo(3), pvm_bufinfo()(3)
Returns information about a message buffer
pvm_catchout(3)
Catch output from child tasks
pvm_config(3)
Returns information about the present virtual machine configuration
pvm_delete(3)
delete data from pvmd database [In Version 3.4: Relaced by pvm_delinfo]
pvm_delhosts(3)
Deletes hosts from the virtual machine
pvm_exit(3)
Tells the local pvmd that this process is leaving PVM
pvm_export(3), pvm_unexport(3)
Mark environment variables to export through spawn
pvm_freebuf(3)
Disposes of a message buffer
pvm_freezegroup(3)
Freezes dynamic group membership and caches info locally
pvm_gather(3)
A specified member of the group receives messages from each member of the group and gathers these messages into a single array
pvm_getfds(3)
Get file descriptors in use by PVM
pvm_getinst(3)
Returns the instance number in a group of a PVM process
pvm_getmwid(3), pvm_setmwid(3)
Get or set wait ID of a message. [In Version 3.4: Relaced by pvm_getminfo and pvm_setminfo]
pvm_getopt(3)
Returns the value of libpvm options
pvm_getrbuf(3)
Returns the message buffer identifier for the active receive buffer
pvm_getsbuf(3)
Returns the message buffer identifier for the active send buffer
pvm_gettid(3)
Returns the tid of the process identified by a group name and instance number
pvm_gettmask(3), pvm_settmask(3)
Get or set trace mask of a task or its children
pvm_gsize(3)
Returns the number of members presently in the named group
pvm_halt(3)
Shuts down the entire PVM system
pvm_hostsync(3)
Get time-of-day clock from PVM host
pvm_initsend(3)
Clear default send buffer and specify message encoding
pvm_insert(3)
store data in pvmd database [In Version 3.4: Relaced by pvm_putinfo]
pvm_joingroup(3)
Enrolls the calling process in a named group
pvm_kill(3)
Terminates a specified PVM process
pvm_lookup(3)
retrieve data from pvmd database [In Version 3.4: Relaced by pvm_getinfo]
pvm_lvgroup(3)
Unenrolls the calling process from a named group
pvm_mcast(3)
Multicasts the data in the active message buffer to a set of tasks
pvm_mkbuf(3)
Creates a new message buffer
pvm_mstat(3)
Returns the status of a host in the virtual machine
pvm_mytid(3)
Returns the tid of the calling process
pvm_newcontext(3), pvm_setcontext(3), pvm_freecontext(3), pvm_getcontext(3)
Request new context, change context, free existing context, and get current context, respectively
pvm_notify(3)
Request notification of PVM event such as host failure
pvm_nrecv(3)
Non-blocking receive
pvm_pack(3)
Pack the active message buffer with arrays of prescribed data type
pvm_parent(3)
Returns the tid of the process that spawned the calling process
pvm_perror(3)
Prints message describing the last error returned by a PVM call
pvm_pkmesg(3), pvm_pkmesgbody(3), pvm_upkmesg(3)
Pack messages into other messages
pvm_precv(3)
Receive a message directly into a buffer
pvm_probe(3)
Check if message has arrived
pvm_psend(3)
Pack and send data in one call
pvm_pstat(3)
Returns the status of the specified PVM process
pvm_putinfo(3), pvm_recvinfo(3), pvm_getmboxinfo(3), pvm_delinfo(3)
Store and retrieve messages in global mailbox
pvm_recv(3)
Receive a message
pvm_recvf(3)
Redefines the comparison function used to accept messages
pvm_reduce(3)
Performs a reduction operation over members of the specified group
pvm_reg_hoster(3)
Register task as PVM slave starter
pvm_reg_rm(3)
Register task as PVM resource manager
pvm_reg_tasker(3)
Register task as PVM task starter
pvm_scatter(3)
Sends to each member of a group a section of an array from a specified member of the group
pvm_send(3)
Immediately sends the data in the active message buffer
pvm_sendsig(3)
Sends a signal to another PVM process
pvm_serror(3)
Sets automatic error message printing on or off. [In Version 3.2: Replaced by pvm_setopt]
pvm_setopt(3)
Sets libpvm options
pvm_setrbuf(3)
Switches the active receive buffer and saves the previous buffer
pvm_setsbuf(3)
Switches the active send buffer
pvm_shmd(1)
PVM shared memory (2) daemon
pvm_siblings(3)
return the number and associated task ids of processes that were started together in a single spawn call
pvm_spawn(3)
Starts new PVM processes
pvm_start_pvmd(3)
Starts new PVM daemon
pvm_tasks(3)
Returns information about the tasks running on the virtual machine
pvm_tidtohost(3)
Returns the host of the specified PVM process
pvm_trecv(3)
Receive with timeout
pvm_unpack(3)
Unpack the active message buffer into arrays of prescribed data type
pvmd(1), pvmd3(1)
PVM daemon
tcpvmexportd(1)
transcode PVM3 export interface
Parallel::Pvm(3)
Perl extension for the Parallel Virtual Machine (PVM) Message Passing System
home | help