sendargs 420 ompi/mca/coll/libnbc/nbc.c NBC_Args_send sendargs; sendargs 440 ompi/mca/coll/libnbc/nbc.c NBC_GET_BYTES(ptr,sendargs); sendargs 441 ompi/mca/coll/libnbc/nbc.c NBC_DEBUG(5,"*buf: %p, count: %i, type: %p, dest: %i, tag: %i)\n", sendargs.buf, sendargs 442 ompi/mca/coll/libnbc/nbc.c sendargs.count, sendargs.datatype, sendargs.dest, handle->tag); sendargs 446 ompi/mca/coll/libnbc/nbc.c if(sendargs.tmpbuf) { sendargs 447 ompi/mca/coll/libnbc/nbc.c buf1=(char*)handle->tmpbuf+(long)sendargs.buf; sendargs 449 ompi/mca/coll/libnbc/nbc.c buf1=(void *)sendargs.buf; sendargs 461 ompi/mca/coll/libnbc/nbc.c res = MCA_PML_CALL(isend(buf1, sendargs.count, sendargs.datatype, sendargs.dest, handle->tag, sendargs 462 ompi/mca/coll/libnbc/nbc.c MCA_PML_BASE_SEND_STANDARD, sendargs.local?handle->comm->c_local_comm:handle->comm, sendargs 465 ompi/mca/coll/libnbc/nbc.c NBC_Error ("Error in MPI_Isend(%lu, %i, %p, %i, %i, %lu) (%i)", (unsigned long)buf1, sendargs.count, sendargs 466 ompi/mca/coll/libnbc/nbc.c sendargs.datatype, sendargs.dest, handle->tag, (unsigned long)handle->comm, res); sendargs 390 ompi/mca/coll/libnbc/nbc_internal.h NBC_Args_send sendargs; \ sendargs 404 ompi/mca/coll/libnbc/nbc_internal.h NBC_GET_BYTES(p,sendargs); \ sendargs 405 ompi/mca/coll/libnbc/nbc_internal.h printf("*buf: %lu, count: %i, type: %lu, dest: %i)\n", (unsigned long)sendargs.buf, sendargs.count, (unsigned long)sendargs.datatype, sendargs.dest); \