OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPI_Comm
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Analysis/
MPIMock.h
8
typedef int
MPI_Comm
;
43
int MPI_Comm_size(
MPI_Comm
, int *);
44
int MPI_Comm_rank(
MPI_Comm
, int *);
45
int MPI_Send(const void *, int, MPI_Datatype, int, int,
MPI_Comm
);
46
int MPI_Recv(void *, int, MPI_Datatype, int, int,
MPI_Comm
, MPI_Status *);
47
int MPI_Isend(const void *, int, MPI_Datatype, int, int,
MPI_Comm
,
49
int MPI_Irecv(void *, int, MPI_Datatype, int, int,
MPI_Comm
, MPI_Request *);
52
int MPI_Reduce(const void *, void *, int, MPI_Datatype, MPI_Op, int,
MPI_Comm
);
53
int MPI_Ireduce(const void *, void *, int, MPI_Datatype, MPI_Op, int,
MPI_Comm
,
55
int MPI_Bcast(void *, int count, MPI_Datatype, int,
MPI_Comm
);
[
all
...]
/external/valgrind/mpi/
libmpiwrap.c
397
static __inline__ int comm_rank (
MPI_Comm
comm )
404
static __inline__ int comm_size (
MPI_Comm
comm )
[
all
...]
/external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c
72
#define MPI_COMM_WORLD ((
MPI_Comm
) 0x44000000)
Completed in 3398 milliseconds