1
1

Also allow --no-ompi and --no-orte.

This commit was SVN r22124.
Этот коммит содержится в:
Jeff Squyres 2009-10-22 17:18:57 +00:00
родитель e0b7aa772f
Коммит 6ccbcaf0cf

Просмотреть файл

@ -1602,8 +1602,8 @@ for arg in $*; do
case $arg in
-l) want_local=yes ;;
-ompidir|--ompidir|-ompi|--ompi) ompidir="$2" ;;
-no-ompi) want_ompi=0 ;;
-no-orte) want_orte=0 ;;
-no-ompi|--no-ompi) want_ompi=0 ;;
-no-orte|--no-orte) want_orte=0 ;;
*) ;;
esac
shift