-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlibfaasmpi.imports
80 lines (71 loc) · 1008 Bytes
/
libfaasmpi.imports
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Imports for wasm build
MPI_Abort
MPI_Barrier
MPI_Bcast
MPI_Init
MPI_Initialized
MPI_Get_version
MPI_Finalize
MPI_Finalized
MPI_Send
MPI_Rsend
MPI_Recv
MPI_Sendrecv
MPI_Comm_rank
MPI_Comm_create_group
MPI_Comm_split_type
MPI_Comm_split
MPI_Comm_free
MPI_Group_free
MPI_Comm_size
MPI_Get_count
MPI_Probe
MPI_Scatter
MPI_Gather
MPI_Gatherv
MPI_Allgather
MPI_Allgatherv
MPI_Reduce
MPI_Reduce_scatter
MPI_Allreduce
MPI_Scan
MPI_Alltoall
MPI_Alltoallv
MPI_Cart_create
MPI_Cart_rank
MPI_Cart_get
MPI_Cart_shift
MPI_Op_create
MPI_Op_free
MPI_Query_thread
MPI_Init_thread
MPI_Type_size
MPI_Alloc_mem
MPI_Win_fence
MPI_Get
MPI_Put
MPI_Win_free
MPI_Win_create
MPI_Win_allocate_shared
MPI_Win_shared_query
MPI_Get_processor_name
MPI_Win_get_attr
MPI_Free_mem
MPI_Request_free
MPI_Type_contiguous
MPI_Type_commit
MPI_Type_free
MPI_Wtime
MPI_Isend
MPI_Irecv
MPI_Wait
MPI_Waitall
MPI_Waitany
MPI_Comm_create
MPI_Comm_dup
MPI_Comm_group
MPI_Group_incl
MPI_Comm_f2c
MPI_Comm_c2f
# Non-MPI functions
posix_memalign