OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPI_SUM
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Analysis/
mpichecker.cpp
54
MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE,
MPI_SUM
, 0, MPI_COMM_WORLD, &sendReq1);
91
MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE,
MPI_SUM
, 0, MPI_COMM_WORLD, &req);
92
MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE,
MPI_SUM
, 0, MPI_COMM_WORLD, &req); // expected-warning{{Double nonblocking on request 'req'.}}
104
MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE,
MPI_SUM
, 0, MPI_COMM_WORLD, &rs.req);
105
MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE,
MPI_SUM
, 0, MPI_COMM_WORLD, &rs.req); // expected-warning{{Double nonblocking on request 'rs.req'.}}
116
MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE,
MPI_SUM
, 0, MPI_COMM_WORLD, &req); // expected-warning{{Double nonblocking on request 'req'.}}
168
MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE,
MPI_SUM
, 0, MPI_COMM_WORLD,
170
MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE,
MPI_SUM
, 0, MPI_COMM_WORLD,
172
MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE,
MPI_SUM
, 0, MPI_COMM_WORLD,
184
MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE,
MPI_SUM
, 0, MPI_COMM_WORLD
[
all
...]
mpicheckernotes.cpp
18
MPI_Ireduce(MPI_IN_PLACE, &buf, 1, MPI_DOUBLE,
MPI_SUM
, 0, MPI_COMM_WORLD, &sendReq); // expected-note{{Request is previously used by nonblocking call here.}}
MPIMock.h
40
#define
MPI_SUM
0
Completed in 93 milliseconds