File: Scientific_bsplib.export

package info (click to toggle)
python-scientific 2.4.11-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,956 kB
  • ctags: 3,063
  • sloc: python: 9,157; ansic: 4,483; xml: 4,145; makefile: 126; sh: 18; csh: 1
file content (59 lines) | stat: -rw-r--r-- 699 bytes parent folder | download | duplicates (4)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Scientific.BSPlib
import_bsplib
PyBSP
_BSP_MODULE

function
void
PyBSP_Sync
(void)

function
void
PyBSP_SetTagSize
(int *tag_nbytes)

function
void
PyBSP_Send
(int pid, const void *tag, const void *payload, int payload_nbytes)

function
void
PyBSP_QSize
(int *nmessages, int *accum_nbytes)

function
void
PyBSP_GetTag
(int *status, void *tag)

function
void
PyBSP_Move
(void *payload, int reception_nbytes)

function
int
PyBSP_HPMove
(void **tag_ptr, void **payload_ptr)

function
int
PyBSP_SendString
(PyStringObject *string, int dest_pid)

function
int
PyBSP_SendArray
(PyArrayObject *array, int dest_pid)

function
int
PyBSP_NumberOfObjects
(void)

function
PyObject *
PyBSP_ReceiveObject
(void)