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

10 строки
276 B
Plaintext

AC_DEFUN([MCA_pml_v_CONFIG],[
protocol_subdirs=""
while read protocol; do
echo "Adding $protocol to pml_v subdirs"
protocol_subdirs="$protocol $protocol_subdirs"
done <ompi/mca/pml/v/autogen.vprotocols
AC_SUBST(MCA_pml_v_PROTOCOLS, [$protocol_subdirs])
])