HomeSort by relevance Sort by last modified time
    Searched refs:MPI_DATATYPE_NULL (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Analysis/
MPIMock.h 19 #define MPI_DATATYPE_NULL 0
  /external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c 43 #define MPI_DATATYPE_NULL OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_datatype_null)
74 #define MPI_DATATYPE_NULL ((MPI_Datatype) 0xa0000000)
186 // Special handling for MPI_DATATYPE_NULL: buffer pointer should be either
188 MPI_Gather(NULL, 0, MPI_DATATYPE_NULL, // no-warning
191 MPI_Gather(int_buf, 0, MPI_DATATYPE_NULL, // expected-warning {{specified mpi type tag requires a null pointer}}
  /external/valgrind/mpi/
libmpiwrap.c 261 if (ty == MPI_DATATYPE_NULL) fprintf(f,"DATATYPE_NULL");
    [all...]

Completed in 324 milliseconds