1
1

Since we now strip the path away from the platform file name, you have to indicate that the file is relative when sourcing it - otherwise, you get "file not found"

cmr:v1.7

This commit was SVN r27091.
Этот коммит содержится в:
Ralph Castain 2012-08-17 21:37:41 +00:00
родитель d5628fa62b
Коммит ef21699635

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

@ -61,7 +61,7 @@ AC_DEFUN([OMPI_LOAD_PLATFORM], [
# get the full path to this location
platform_file_dir=`pwd`
. "$platform_file"
. ./"$platform_file"
# see if they left us a name
if test "$OMPI_PLATFORM_LOADED" != "" ; then