1
1

* we really do want to look in sysconfdir, not pkgdatadir for the hostfile

This commit was SVN r2846.
Этот коммит содержится в:
Brian Barrett 2004-09-23 16:46:25 +00:00
родитель 291d7bfcaf
Коммит d8bb1db5f9
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -5,7 +5,7 @@
include $(top_ompi_srcdir)/config/Makefile.options
AM_CPPFLAGS = \
-DOMPI_PKGDATADIR="\"$(pkgdatadir)\""
-DOMPI_SYSCONFDIR="\"$(sysconfdir)\""
noinst_LTLIBRARIES = libmca_llm_hostfile.la
libmca_llm_hostfile_la_SOURCES = \

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

@ -56,7 +56,7 @@ static int param_priority;
int
mca_llm_hostfile_component_open(void)
{
char *default_path = ompi_os_path(false, OMPI_PKGDATADIR,
char *default_path = ompi_os_path(false, OMPI_SYSCONFDIR,
"openmpi-default-hostfile", NULL);
param_filename = mca_base_param_register_string("llm",
"hostfile",