Searched refs:MPI_CHAR (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 48 #define MPI_CHAR OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_char) macro 79 #define MPI_CHAR ((MPI_Datatype) 0xa0000005) macro 173 MPI_Send(char_buf, 255, MPI_CHAR); // no-warning in test_mpi_predefined_types() 177 …MPI_Send((int *) char_buf, 255, MPI_CHAR); // expected-warning {{argument type 'int *' doesn't ma… in test_mpi_predefined_types() 180 MPI_Send(void_buf, 255, MPI_CHAR); // no-warning in test_mpi_predefined_types()
|
/external/tensorflow/tensorflow/contrib/mpi/ |
D | mpi_utils.cc | 37 MPI_CHECK(MPI_Allgather(my_name, max_worker_name_length, MPI_CHAR, in MPIUtils() 38 &worker_names[0], max_worker_name_length, MPI_CHAR, in MPIUtils()
|
D | mpi_rendezvous_mgr.cc | 97 rendezvous_call->request_buffer_size_, MPI_CHAR, dst, in RecvFromRemoteAsync() 176 MPI_CHAR, mpi_dst, TAG_SENDTENSOR, MPI_COMM_WORLD, in AddRequest() 190 MPI_CHECK(MPI_Isend(temp, tensor_size, MPI_CHAR, mpi_dst, TAG_SENDTENSOR2, in AddRequest()
|
D | mpi_rendezvous_mgr.h | 240 MPI_CHECK(MPI_Get_count(status, MPI_CHAR, &msg_size)); in ProbeForData() 243 MPI_Mrecv(&request_buffer_[0], msg_size, MPI_CHAR, &msg, &stat2); in ProbeForData()
|
/external/valgrind/mpi/ |
D | mpiwrap_type_test.c | 257 TRY(True, tycon_Struct2(3,2,MPI_CHAR, 8,1,MPI_DOUBLE), in main() 260 TRY(True, tycon_Struct2(0,1,MPI_CHAR, 8,1,tycon_Contiguous(4, MPI_DOUBLE)), in main() 263 TRY(True, tycon_Contiguous(10, tycon_Struct2(1,1,MPI_CHAR, 4,1,MPI_FLOAT)), in main() 324 TRY(False, MPI_CHAR, "CHAR"); in main()
|
D | libmpiwrap.c | 264 else if (ty == MPI_CHAR) fprintf(f,"CHAR"); in showTy() 514 if (ty == MPI_CHAR) return sizeof(signed char); in sizeofOneNamedTy()
|
/external/clang/test/Analysis/ |
D | MPIMock.h | 20 #define MPI_CHAR 0 macro
|