Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Tru64 Parallel_Software_Environment_1.9

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Anchors

Section 1DPVM

Section 1PVM

Section 3PVM

Manual — Tru64 Parallel_Software_Environment_1.9

152 entries

Section 1DPVM

dpvmDigital PVM Console[ DPVM ]
dpvm_intro[ Introduction to Digital PVM ]
dpvmdDigital PVM Daemon[ DPVMD ]

Section 1PVM

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

Section 3PVM

libfpvmPVM C and Fortran programming libraries  [ libpvm3.a, libfpvm3.a ]
libpvmPVM C and Fortran programming libraries  [ libpvm3.a, libfpvm3.a ]
pvm_addhostsAdd 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_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_bufinfoReturns information about a message buffer.   [ pvm_bufinfo() ]
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_getmwidGet or set wait ID of a message.   [ pvm_getmwid, pvm_setmwid ]
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_gettmaskGet or set trace mask of a task or its children.   [ pvm_gettmask, pvm_settmask ]
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_packfPack the active message buffer with arrays of prescribed data type.   [ pvm_pack ]
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_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_pack ]
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_setmwidGet or set wait ID of a message.   [ pvm_getmwid, pvm_setmwid ]
pvm_setoptSets libpvm options.   
pvm_setrbufSwitches the active receive buffer and saves the previous buffer.   
pvm_setsbufSwitches the active send buffer.   
pvm_settmaskGet or set trace mask of a task or its children.   [ pvm_gettmask, pvm_settmask ]
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_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_unpack ]
pvmfaddhostAdd 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() ]
pvmfarchcodeReturns the data representation code for a PVM architecture name.   [ pvm_archcode ]
pvmfbarrierBlocks the calling process until all processes in a group have called it.   [ pvm_barrier ]
pvmfbcastBroadcasts the data in the active message buffer to a group of processes.   [ pvm_bcast ]
pvmfbufinfoReturns information about a message buffer.   [ pvm_bufinfo() ]
pvmfcatchoutCatch output from child tasks.   [ pvm_catchout ]
pvmfconfigReturns information about the present virtual machine configuration.   [ pvm_config ]
pvmfdelhostDeletes hosts from the virtual machine.   [ pvm_delhosts ]
pvmfexitTells the local pvmd that this process is leaving PVM.   [ pvm_exit ]
pvmffreebufDisposes of a message buffer.   [ pvm_freebuf ]
pvmffrzgrpFreezes dynamic group membership and caches info locally  [ pvm_freezegroup ]
pvmfgatherA specified member of the group receives messages from each member of the group and gathers these messages into a single array.   [ pvm_gather ]
pvmfgetinstReturns the instance number in a group of a PVM process.   [ pvm_getinst ]
pvmfgetoptReturns the value of libpvm options.   [ pvm_getopt ]
pvmfgetrbufReturns the message buffer identifier for the active receive buffer.   [ pvm_getrbuf ]
pvmfgetsbufReturns the message buffer identifier for the active send buffer.   [ pvm_getsbuf ]
pvmfgettidReturns the tid of the process identified by a group name and instance number.   [ pvm_gettid ]
pvmfgsizeReturns the number of members presently in the named group.   [ pvm_gsize ]
pvmfhaltShuts down the entire PVM system.   [ pvm_halt ]
pvmfhostsyncGet time-of-day clock from PVM host.   [ pvm_hostsync ]
pvmfinitsendClear default send buffer and specify message encoding.   [ pvm_initsend ]
pvmfjoingrpEnrolls the calling process in a named group.   [ pvm_joingroup ]
pvmfkillTerminates a specified PVM process.   [ pvm_kill ]
pvmflvgrpUnenrolls the calling process from a named group.   [ pvm_lvgroup ]
pvmfmcastMulticasts the data in the active message buffer to a set of tasks.   [ pvm_mcast ]
pvmfmkbufCreates a new message buffer.   [ pvm_mkbuf ]
pvmfmstatReturns the status of a host in the virtual machine.   [ pvm_mstat ]
pvmfmytidReturns the tid of the calling process.   [ pvm_mytid ]
pvmfnotifyRequest notification of PVM event such as host failure.   [ pvm_notify ]
pvmfnrecvNon-blocking receive.   [ pvm_nrecv ]
pvmfpackPack the active message buffer with arrays of prescribed data type.   [ pvm_pack ]
pvmfparentReturns the tid of the process that spawned the calling process.   [ pvm_parent ]
pvmfperrorPrints message describing the last error returned by a PVM call.   [ pvm_perror ]
pvmfprecvReceive a message directly into a buffer.   [ pvm_precv ]
pvmfprobeCheck if message has arrived.   [ pvm_probe ]
pvmfpsendPack and send data in one call.   [ pvm_psend ]
pvmfpstatReturns the status of the specified PVM process.   [ pvm_pstat ]
pvmfrecvReceive a message.   [ pvm_recv ]
pvmfreducePerforms a reduction operation over members of the specified group.   [ pvm_reduce ]
pvmfscatterSends to each member of a group a section of an array from a specified member of the group.   [ pvm_scatter ]
pvmfsendImmediately sends the data in the active message buffer.   [ pvm_send ]
pvmfsendsigSends 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 ]
pvmfsetoptSets libpvm options.   [ pvm_setopt ]
pvmfsetrbufSwitches the active receive buffer and saves the previous buffer.   [ pvm_setrbuf ]
pvmfsetsbufSwitches the active send buffer.   [ pvm_setsbuf ]
pvmfspawnStarts new PVM processes.   [ pvm_spawn ]
pvmftasksReturns information about the tasks running on the virtual machine.   [ pvm_tasks ]
pvmftidtohReturns the host of the specified PVM process.   [ pvm_tidtohost ]
pvmftrecvReceive with timeout.   [ pvm_trecv ]
pvmfunpackUnpack the active message buffer into arrays of prescribed data type.   [ pvm_unpack ]

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