forked from llnl/LULESH
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMPI_trace_config.install
More file actions
56 lines (48 loc) · 1.04 KB
/
MPI_trace_config.install
File metadata and controls
56 lines (48 loc) · 1.04 KB
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
[MPI.global]
trace_mode = TRACING
MPI.rank = (0, 127)
[MPI(init).default]
MPI_Init = on
MPI_Init_thread = on
MPI_Finalize = on
[MPI(p2p).default]
MPI_Send = on
MPI_Recv = on
MPI_Sendrecv = off
[MPI(asyncp2p).default]
MPI_Isend = off
MPI_Irecv = off
MPI_Wait = off
MPI_Waitall = off
MPI_Test = off
[MPI(collective).default]
MPI_Bcast = off
MPI_Barrier = on
MPI_Reduce = off
MPI_Allreduce = off
MPI_Scatter = off
MPI_Gather = off
MPI_Allgather = off
MPI_Alltoall = off
[MPI(others).default]
MPI_Comm_rank = off
MPI_Comm_size = off
MPI_Comm_split = off
MPI_Comm_create = off
MPI_Comm_dup = off
MPI_Type_commit = off
MPI_Type_free = off
MPI_Wtime = off
MPI_Wtick = off
[MPI(oneside).default]
MPI_Win_create = off
MPI_Win_lock = off
MPI_Win_unlock = off
MPI_Put = off
MPI_Get = off
MPI_Accumulate = off
[MPI(io).default]
MPI_File_open = off
MPI_File_close = off
MPI_File_read = off
MPI_File_write = off