Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ Parallel Software Environment 1.9

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Anchors

Section 1DPVM

Section 1PVM

Section 3PVM

Manual — Parallel Software Environment 1.9

152 entries

Section 1DPVM

DPVM, dpvmDigital PVM Console
Introduction to Digital PVM, dpvm_intro
DPVMD, dpvmdDigital PVM Daemon

Section 1PVM

aimkPortable make wrapper script
pvmPVM version 3 console
PVM, pvm_introParallel Virtual Machine System Version 3
pvmd3PVM version 3 daemon

Section 3PVM

libpvm3.a, libfpvm3.a, libfpvmPVM C and Fortran programming libraries  
libpvm3.a, libfpvm3.a, libpvmPVM C and Fortran programming libraries  
pvm_addhostsAdd 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_archcodeReturns the data representation code for a PVM architecture name.   
pvm_barrierBlocks the calling process until all processes in a group have called it.   
pvm_bcastBroadcasts the data in the active message buffer to a group of processes.   
pvm_bufinfo(), pvm_bufinfoReturns information about a message buffer.   
pvm_catchoutCatch output from child tasks.   
pvm_configReturns information about the present virtual machine configuration.   
pvm_deletedelete data from pvmd database  
pvm_delhostsDeletes hosts from the virtual machine.   
pvm_exitTells the local pvmd that this process is leaving PVM.   
pvm_freebufDisposes of a message buffer.   
pvm_freezegroupFreezes dynamic group membership and caches info locally  
pvm_gatherA specified member of the group receives messages from each member of the group and gathers these messages into a single array.   
pvm_getfdsGet file descriptors in use by PVM.   
pvm_getinstReturns the instance number in a group of a PVM process.   
pvm_setmwid, pvm_getmwidGet or set wait ID of a message.   
pvm_getoptReturns the value of libpvm options.   
pvm_getrbufReturns the message buffer identifier for the active receive buffer.   
pvm_getsbufReturns the message buffer identifier for the active send buffer.   
pvm_gettidReturns the tid of the process identified by a group name and instance number.   
pvm_settmask, pvm_gettmaskGet or set trace mask of a task or its children.   
pvm_gsizeReturns the number of members presently in the named group.   
pvm_haltShuts down the entire PVM system.   
pvm_hostsyncGet time-of-day clock from PVM host.   
pvm_initsendClear default send buffer and specify message encoding.   
pvm_insertstore data in pvmd database  
pvm_joingroupEnrolls the calling process in a named group.   
pvm_killTerminates a specified PVM process.   
pvm_lookupretrieve data from pvmd database  
pvm_lvgroupUnenrolls the calling process from a named group.   
pvm_mcastMulticasts the data in the active message buffer to a set of tasks.   
pvm_mkbufCreates a new message buffer.   
pvm_mstatReturns the status of a host in the virtual machine.   
pvm_mytidReturns the tid of the calling process.   
pvm_notifyRequest notification of PVM event such as host failure.   
pvm_nrecvNon-blocking receive.   
pvm_packPack the active message buffer with arrays of prescribed data type.   
pvm_pack, pvm_packfPack the active message buffer with arrays of prescribed data type.   
pvm_parentReturns the tid of the process that spawned the calling process.   
pvm_perrorPrints message describing the last error returned by a PVM call.   
pvm_pack, pvm_pkbytePack the active message buffer with arrays of prescribed data type.   
pvm_pack, pvm_pkcplxPack the active message buffer with arrays of prescribed data type.   
pvm_pack, pvm_pkdcplxPack the active message buffer with arrays of prescribed data type.   
pvm_pack, pvm_pkdoublePack the active message buffer with arrays of prescribed data type.   
pvm_pack, pvm_pkfloatPack the active message buffer with arrays of prescribed data type.   
pvm_pack, pvm_pkintPack the active message buffer with arrays of prescribed data type.   
pvm_pack, pvm_pklongPack the active message buffer with arrays of prescribed data type.   
pvm_pack, pvm_pkshortPack the active message buffer with arrays of prescribed data type.   
pvm_pack, pvm_pkstrPack the active message buffer with arrays of prescribed data type.   
pvm_pack, pvm_pkuintPack the active message buffer with arrays of prescribed data type.   
pvm_pack, pvm_pkulongPack the active message buffer with arrays of prescribed data type.   
pvm_pack, pvm_pkushortPack the active message buffer with arrays of prescribed data type.   
pvm_precvReceive a message directly into a buffer.   
pvm_probeCheck if message has arrived.   
pvm_psendPack and send data in one call.   
pvm_pstatReturns the status of the specified PVM process.   
pvm_recvReceive a message.   
pvm_recvfRedefines the comparison function used to accept messages.   
pvm_reducePerforms a reduction operation over members of the specified group.   
pvm_reg_hosterRegister task as PVM slave starter.   
pvm_reg_rmRegister task as PVM resource manager.   
pvm_reg_taskerRegister task as PVM task starter.   
pvm_scatterSends to each member of a group a section of an array from a specified member of the group.   
pvm_sendImmediately sends the data in the active message buffer.   
pvm_sendsigSends 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_setmwidGet or set wait ID of a message.   
pvm_setoptSets libpvm options.   
pvm_setrbufSwitches the active receive buffer and saves the previous buffer.   
pvm_setsbufSwitches the active send buffer.   
pvm_gettmask, pvm_settmaskGet or set trace mask of a task or its children.   
pvm_spawnStarts new PVM processes.   
pvm_start_pvmdStarts new PVM daemon.   
pvm_tasksReturns information about the tasks running on the virtual machine.   
pvm_tidtohostReturns the host of the specified PVM process.   
pvm_trecvReceive with timeout.   
pvm_unpackUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_unpackfUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_upkbyteUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_upkcplxUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_upkdcplxUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_upkdoubleUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_upkfloatUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_upkintUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_upklongUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_upkshortUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_upkstrUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_upkuintUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_upkulongUnpack the active message buffer into arrays of prescribed data type.   
pvm_unpack, pvm_upkushortUnpack the active message buffer into arrays of prescribed data type.   
pvm_addhosts, pvmfaddhostAdd 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, pvmfarchcodeReturns the data representation code for a PVM architecture name.   
pvm_barrier, pvmfbarrierBlocks the calling process until all processes in a group have called it.   
pvm_bcast, pvmfbcastBroadcasts the data in the active message buffer to a group of processes.   
pvm_bufinfo(), pvmfbufinfoReturns information about a message buffer.   
pvm_catchout, pvmfcatchoutCatch output from child tasks.   
pvm_config, pvmfconfigReturns information about the present virtual machine configuration.   
pvm_delhosts, pvmfdelhostDeletes hosts from the virtual machine.   
pvm_exit, pvmfexitTells the local pvmd that this process is leaving PVM.   
pvm_freebuf, pvmffreebufDisposes of a message buffer.   
pvm_freezegroup, pvmffrzgrpFreezes dynamic group membership and caches info locally  
pvm_gather, pvmfgatherA specified member of the group receives messages from each member of the group and gathers these messages into a single array.   
pvm_getinst, pvmfgetinstReturns the instance number in a group of a PVM process.   
pvm_getopt, pvmfgetoptReturns the value of libpvm options.   
pvm_getrbuf, pvmfgetrbufReturns the message buffer identifier for the active receive buffer.   
pvm_getsbuf, pvmfgetsbufReturns the message buffer identifier for the active send buffer.   
pvm_gettid, pvmfgettidReturns the tid of the process identified by a group name and instance number.   
pvm_gsize, pvmfgsizeReturns the number of members presently in the named group.   
pvm_halt, pvmfhaltShuts down the entire PVM system.   
pvm_hostsync, pvmfhostsyncGet time-of-day clock from PVM host.   
pvm_initsend, pvmfinitsendClear default send buffer and specify message encoding.   
pvm_joingroup, pvmfjoingrpEnrolls the calling process in a named group.   
pvm_kill, pvmfkillTerminates a specified PVM process.   
pvm_lvgroup, pvmflvgrpUnenrolls the calling process from a named group.   
pvm_mcast, pvmfmcastMulticasts the data in the active message buffer to a set of tasks.   
pvm_mkbuf, pvmfmkbufCreates a new message buffer.   
pvm_mstat, pvmfmstatReturns the status of a host in the virtual machine.   
pvm_mytid, pvmfmytidReturns the tid of the calling process.   
pvm_notify, pvmfnotifyRequest notification of PVM event such as host failure.   
pvm_nrecv, pvmfnrecvNon-blocking receive.   
pvm_pack, pvmfpackPack the active message buffer with arrays of prescribed data type.   
pvm_parent, pvmfparentReturns the tid of the process that spawned the calling process.   
pvm_perror, pvmfperrorPrints message describing the last error returned by a PVM call.   
pvm_precv, pvmfprecvReceive a message directly into a buffer.   
pvm_probe, pvmfprobeCheck if message has arrived.   
pvm_psend, pvmfpsendPack and send data in one call.   
pvm_pstat, pvmfpstatReturns the status of the specified PVM process.   
pvm_recv, pvmfrecvReceive a message.   
pvm_reduce, pvmfreducePerforms a reduction operation over members of the specified group.   
pvm_scatter, pvmfscatterSends to each member of a group a section of an array from a specified member of the group.   
pvm_send, pvmfsendImmediately sends the data in the active message buffer.   
pvm_sendsig, pvmfsendsigSends 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, pvmfsetoptSets libpvm options.   
pvm_setrbuf, pvmfsetrbufSwitches the active receive buffer and saves the previous buffer.   
pvm_setsbuf, pvmfsetsbufSwitches the active send buffer.   
pvm_spawn, pvmfspawnStarts new PVM processes.   
pvm_tasks, pvmftasksReturns information about the tasks running on the virtual machine.   
pvm_tidtohost, pvmftidtohReturns the host of the specified PVM process.   
pvm_trecv, pvmftrecvReceive with timeout.   
pvm_unpack, pvmfunpackUnpack the active message buffer into arrays of prescribed data type.   

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026