- a small fix for windows, use different environment separators based on the system type.
This commit was SVN r19554.
Этот коммит содержится в:
родитель
5f3861572d
Коммит
68f6fdf111
@ -66,7 +66,7 @@ int mca_base_open(void)
|
||||
}
|
||||
|
||||
/* Register some params */
|
||||
asprintf(&value, "%s:%s"OPAL_PATH_SEP".openmpi"OPAL_PATH_SEP"components", opal_install_dirs.pkglibdir, opal_home_directory() );
|
||||
asprintf(&value, "%s%c%s"OPAL_PATH_SEP".openmpi"OPAL_PATH_SEP"components", opal_install_dirs.pkglibdir, OPAL_ENV_SEP, opal_home_directory() );
|
||||
|
||||
mca_base_param_component_path =
|
||||
mca_base_param_reg_string_name("mca", "component_path",
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user