1
1
openmpi/ompi/mca/pml/v/pml_v.c
Aurelien Bouteiller 70bb44d7a9 Moving the Message Log framework to the trunk. Protocol example (simple
showcase) and sender based are provided for now.

Ignored by default except for utk folks. 

This commit was SVN r15539.
2007-07-20 21:36:11 +00:00

19 строки
381 B
C

/*
* Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
* All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#include "ompi_config.h"
#include "pml_v.h"
mca_pml_v_t mca_pml_v =
{
-1, /* PML_V output */
{{0,0,0,""}} /* MCA_VPROTOCOL, type is "" to know when no protocol is selected */
};