Searched refs:my_int_datatype (Results 1 – 1 of 1) sorted by relevance
195 MPI_Datatype my_int_datatype __attribute__(( type_tag_for_datatype(mpi,int) )); variable213 MPI_Send(int_buf, 1, my_int_datatype); // no-warning in test_user_types()214 …MPI_Send(long_buf, 1, my_int_datatype); // expected-warning {{argument type 'long *' doesn't match… in test_user_types()