Searched refs:MPI_REAL (Results 1 – 2 of 2) sorted by relevance
277 #define MPI_REAL MPI_FLOAT macro281 MPI_Send(real_buf, 1, MPI_REAL); // no-warning in test_mpi_real_user_type()283 MPI_Send(float_buf, 1, MPI_REAL); // no-warning in test_mpi_real_user_type()
299 # if defined(MPI_REAL) in showTy()300 else if (ty == MPI_REAL) fprintf(f, "REAL"); in showTy()535 # if defined(MPI_REAL) in sizeofOneNamedTy()536 if (ty == MPI_REAL) return 4; /* MPI2 spec */; in sizeofOneNamedTy()