Searched refs:my_s1_datatype (Results 1 – 1 of 1) sorted by relevance
198 MPI_Datatype my_s1_datatype __attribute__(( type_tag_for_datatype(mpi,struct S1) )); variable216 MPI_Send(s1_buf, 1, my_s1_datatype); // no-warning in test_user_types()219 …MPI_Send(long_buf, 1, my_s1_datatype); // expected-warning {{argument type 'long *' doesn't match … in test_user_types()