1
1

Merge pull request #325 from hppritcha/topic/issue_324

opal/configury: allow param usage multiple times
Этот коммит содержится в:
Howard Pritchard 2015-01-05 16:19:14 -07:00
родитель 8afd8487f8 a179d6a1d7
Коммит f009c8425e

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

@ -392,13 +392,19 @@ AC_DEFUN([OPAL_FLAGS_UNIQ],[
# Check for special cases where we do want to allow repeated
# arguments (per
# http://www.open-mpi.org/community/lists/devel/2012/08/11362.php).
# http://www.open-mpi.org/community/lists/devel/2012/08/11362.php
# and
# https://github.com/open-mpi/ompi/issues/324).
case $val in
-Xclang)
opal_found=0
opal_i=`expr $opal_count + 1`
;;
--param)
ompi_found=0
ompi_i=`expr $ompi_count + 1`
;;
esac
# If we didn't find the token, add it to the "array"