Searched refs:my_e1_datatype (Results 1 – 1 of 1) sorted by relevance
205 MPI_Datatype my_e1_datatype __attribute__(( type_tag_for_datatype(mpi,enum E1) )); variable222 MPI_Send(e1_buf, 1, my_e1_datatype); // no-warning in test_user_types()224 …MPI_Send(int_buf, 1, my_e1_datatype); // expected-warning {{argument type 'int *' doesn't match sp… in test_user_types()