1
1
openmpi/ompi/mca/pml/example/pml_example_sendreq.c
Ralph Castain 1e2019ce2a Revert "Update to sync with OMPI master and cleanup to build"
This reverts commit cb55c88a8b7817d5891ff06a447ea190b0e77479.
2016-11-22 15:03:20 -08:00

22 строки
563 B
C

/*
* Copyright (c) 2004-2005 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#include "ompi_config.h"
#include "pml_example.h"
#include "pml_example_sendreq.h"
void mca_pml_example_send_request_progress( struct mca_ptl_base_module_t* ptl,
mca_pml_base_send_request_t* req,
size_t bytes_sent )
{
}