1
1

I know windows is "different" ... but not at this point !!!

This commit was SVN r8743.
Этот коммит содержится в:
George Bosilca 2006-01-19 06:54:23 +00:00
родитель 770d530e83
Коммит e728fc0c15

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

@ -65,11 +65,7 @@ int mca_base_open(void)
/* Register some params */
#ifdef __WINDOWS__
asprintf(&value, "%s;~/.openmpi/components", OMPI_PKGLIBDIR);
#else
asprintf(&value, "%s:~/.openmpi/components", OMPI_PKGLIBDIR);
#endif
mca_base_param_component_path =
mca_base_param_reg_string_name("mca", "component_path",
"Path where to look for Open MPI and ORTE components",