_msg 49 ompi/mca/common/ompio/common_ompio.h #define OMPIO_MCA_PRINT_INFO(_fh,_infostr,_infoval, _msg ) { \ _msg 51 ompi/mca/common/ompio/common_ompio.h if ( 1==_verbose && 0==_fh->f_rank ) printf("File: %s info: %s value %s %s\n", _fh->f_filename, _infostr, _infoval, _msg); \ _msg 52 ompi/mca/common/ompio/common_ompio.h if ( 2==_verbose ) printf("File: %s info: %s value %s %s\n", _fh->f_filename, _infostr, _infoval, _msg); \ _msg 28 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_SEND(_msg, _buf, _count, _datatype, _dst, _tag, _mode, _comm, ...) \ _msg 29 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_VERBOSE(8, _msg " buf %p count %zu type '%s' dst %d tag %d mode %s comm %d '%s'", \ _msg 35 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_RECV(_msg, _buf, _count, _datatype, _src, _tag, _comm, ...) \ _msg 36 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_VERBOSE(8, _msg " buf %p count %zu type '%s' src %d tag %d comm %d '%s'", \ _msg 41 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_PROBE(_msg, _src, _tag, _comm) \ _msg 42 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_VERBOSE(8, _msg " src %d tag %d comm %d '%s'", \ _msg 45 ompi/mca/pml/ucx/pml_ucx.c #define PML_UCX_TRACE_MRECV(_msg, _buf, _count, _datatype, _message) \ _msg 46 ompi/mca/pml/ucx/pml_ucx.c PML_UCX_VERBOSE(8, _msg " buf %p count %zu type '%s' msg *%p=%p (%p)", \ _msg 70 opal/mca/common/ucx/common_ucx.h #define MCA_COMMON_UCX_WAIT_LOOP(_request, _worker, _msg, _completed) \ _msg 82 opal/mca/common/ucx/common_ucx.h (_msg) ? (_msg) : __func__, \