Home
last modified time | relevance | path

Searched refs:COLLCHK_NO_ERROR_STR (Results 1 – 9 of 9) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/mpe2/src/collchk/src/
H A Dsame_dtype.c481 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_dtype_bcast()
546 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_dtype_scatter()
615 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_dtype_scatterv()
713 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_dtype_allgather()
814 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_dtype_allgatherv()
912 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_dtype_alltoallv()
1006 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_dtype_alltoallw()
H A Dcheck_buff.c28 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_check_buff()
H A Derr_han.c40 else if (strcmp(err_str, COLLCHK_NO_ERROR_STR) != 0) { in CollChk_err_han()
H A Dcheck_size.c18 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_check_size()
H A Dsame_int.c17 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_same_int()
H A Dsame_call.c17 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_same_call()
H A Dsame_datarep.c17 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_same_datarep()
H A Dsame_op.c53 sprintf(err_str, COLLCHK_NO_ERROR_STR); in CollChk_same_op()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/collchk/include/
H A Dcollchk.h150 #define COLLCHK_NO_ERROR_STR "no error" macro