File: INDEX

package info (click to toggle)
rpvm 0.6.2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 440 kB
  • ctags: 90
  • sloc: ansic: 1,075; sh: 57; makefile: 12
file content (40 lines) | stat: -rw-r--r-- 1,815 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.PVM.barrier            Group synchronization
.PVM.bcast              Broadcasting the data
.PVM.bufinfo            Message buffer infomation
.PVM.config             PVMD configuration
.PVM.exit               Unregister process from local PVM deamon.
.PVM.freebuf            Free message buffer
.PVM.gather             Gather the data into root
.PVM.getinst            Instance number identified by group name and
                        task id
.PVM.getsbuf            Manipulating Message Buffers
.PVM.gettid             Task id identified by group name and instance
                        number
.PVM.gsize              Get the size of the group
.PVM.initsend           Initialize send buffer
.PVM.joingroup          Join or leave a names group
.PVM.kill               Kill pvm process
.PVM.mcast              Multicast data
.PVM.mkbuf              Create message buffer
.PVM.mstats             Status of host machines
.PVM.mytid              Current task id
.PVM.notify             Monitor pvmd
.PVM.nrecv              Nonblocking receive
.PVM.parent             Parent task id
.PVM.probe              Probe receive
.PVM.pstats             Status of PVM processes
.PVM.recv               Blocking receive
.PVM.reduce             Reduction
.PVM.scatter            Scatter a vector across the group
.PVM.send               Send data
.PVM.serialize          Serialize R Objects
.PVM.spawn              Spawn child tasks
.PVM.tasks              Tasks information
.PVM.tidtohost          Host id of a task
.PVM.trecv              Timeout receive
PVM.options             libpvm Options
PVM.pack                Packing data
PVM.rapply              Parallel apply
PVM.unpack              Unpacking data
PVMD                    Vitural Machine Control
init.sprng.master       Interface to rsprng for initializing SPRNG