2007-07-25 22:28:04 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
|
|
|
|
* All rights reserved.
|
|
|
|
* $COPYRIGHT$
|
|
|
|
*
|
|
|
|
* Additional copyrights may follow
|
|
|
|
*
|
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
2007-07-20 21:36:11 +00:00
|
|
|
#ifndef __VPROTOCOL_PESSIMIST_START_H__
|
|
|
|
#define __VPROTOCOL_PESSIMIST_START_H__
|
|
|
|
|
|
|
|
#include "ompi_config.h"
|
|
|
|
#include "vprotocol_pessimist.h"
|
|
|
|
|
2007-12-12 19:13:23 +00:00
|
|
|
BEGIN_C_DECLS
|
2007-07-20 21:36:11 +00:00
|
|
|
|
|
|
|
OMPI_DECLSPEC int mca_vprotocol_pessimist_start(size_t count, ompi_request_t **requests);
|
2007-12-12 19:13:23 +00:00
|
|
|
|
|
|
|
END_C_DECLS
|
|
|
|
|
|
|
|
#endif /* __VPROTOCOL_PESSIMIST_START_H__ */
|
|
|
|
|