1
1
openmpi/ompi/mca/pml/v/configure.params
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

26 строки
471 B
Bash

# -*- shell-script -*-
#
# Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
# All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# Specific to this module
PARAM_INIT_FILE=pml_v.c
PARAM_CONFIG_HEADER_FILE="v_config.h"
PARAM_CONFIG_FILES="Makefile"
>autogen.vprotocols
for protocol in protocol_*; do
( cd $pd_ompi_topdir
process_dir "$pd_dir/$protocol" $pd_ompi_topdir
)
done