70bb44d7a9
showcase) and sender based are provided for now. Ignored by default except for utk folks. This commit was SVN r15539.
10 строки
276 B
Plaintext
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])
|
|
])
|