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.
Этот коммит содержится в:
родитель
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
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user