2005-06-27 19:24:04 +00:00
|
|
|
/*
|
2006-07-04 01:20:20 +00:00
|
|
|
* Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
|
2005-11-05 19:57:48 +00:00
|
|
|
* University Research and Technology
|
|
|
|
* Corporation. All rights reserved.
|
|
|
|
* Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
* of Tennessee Research Foundation. All rights
|
|
|
|
* reserved.
|
2006-07-04 01:20:20 +00:00
|
|
|
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
2005-06-27 19:24:04 +00:00
|
|
|
* University of Stuttgart. All rights reserved.
|
2006-07-04 01:20:20 +00:00
|
|
|
* Copyright (c) 2004-2006 The Regents of the University of California.
|
2005-06-27 19:24:04 +00:00
|
|
|
* All rights reserved.
|
|
|
|
* $COPYRIGHT$
|
2006-07-04 01:20:20 +00:00
|
|
|
*
|
2005-06-27 19:24:04 +00:00
|
|
|
* Additional copyrights may follow
|
2006-07-04 01:20:20 +00:00
|
|
|
*
|
2005-06-27 19:24:04 +00:00
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
2006-07-04 01:20:20 +00:00
|
|
|
#include "ompi_config.h"
|
|
|
|
#include "ompi/request/request.h"
|
|
|
|
#include "mtl_mx.h"
|
2005-06-27 19:24:04 +00:00
|
|
|
|
|
|
|
|
2006-07-04 01:20:20 +00:00
|
|
|
int ompi_mtl_mx_iprobe(struct mca_mtl_base_module_t* mtl,
|
|
|
|
struct ompi_communicator_t *comm,
|
|
|
|
int src,
|
|
|
|
int tag,
|
|
|
|
int *flag,
|
|
|
|
struct ompi_status_public_t *status)
|
|
|
|
{
|
|
|
|
return OMPI_ERR_NOT_IMPLEMENTED;
|
|
|
|
}
|