Pages du manuel Linux : Fonctions des bibliothèques / PVM
- libpvm
- PVM C and Fortran programming libraries
- pvm_addhosts
- Add hosts to the virtual machine.
- pvm_addmhf
- Install or remove message-handler functions.
- pvm_advise
- Controls use of direct task-to-task routing. [In Version 3.2: Replaced 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
- 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 [In Version 3.4: Relaced by pvm_delinfo]
- pvm_delhosts
- Deletes hosts from the virtual machine.
- pvm_exit
- Tells the local pvmd that this process is leaving PVM.
- pvm_export
- Mark environment variables to export through spawn
- 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_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_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 [In Version 3.4: Relaced by pvm_putinfo]
- pvm_joingroup
- Enrolls the calling process in a named group.
- pvm_kill
- Terminates a specified PVM process.
- pvm_lookup
- retrieve data from pvmd database [In Version 3.4: Relaced by pvm_getinfo]
- 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_newcontext
- Request new context. pvm_setcontext - Change context. pvm_freecontext - Free existing context. pvm_getcontext - Get current context.
- 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_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_pkmesg
- Pack messages into other messages.
- 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_putinfo
- Store and retrieve messages in global mailbox.
- pvm_recv
- Receive a message.
- pvm_recvf
- Redefines the comparison function used to accept messages.