1
1
openmpi/ompi/mca/pml/v/pml_v.c
Aurelien Bouteiller e07b95bdd5 Fixed: warnings with printf(%d, size_t)
Fixed: All copyrights are now correct up to 2007
Fixed: Build system now works with VPATHs
Changed: protocol_example is now ignored by default

This commit was SVN r15627.
2007-07-25 22:28:04 +00:00

19 строки
381 B
C

/*
* Copyright (c) 2004-2007 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 */
};