1
1

Cleanup the --without-hwloc build. Thanks to Paul Hargrove for reporting it broken.

This commit was SVN r25931.
Этот коммит содержится в:
Ralph Castain 2012-02-15 11:08:57 +00:00
родитель 3da1787c06
Коммит b3aabf1565
3 изменённых файлов: 4 добавлений и 3 удалений

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

@ -340,6 +340,7 @@ static int write_help_msg(int fd, pipe_err_msg_t *msg, const char *file,
/* Called from the child to send a warning show_help message up the
pipe to the waiting parent. */
#if OPAL_HAVE_HWLOC
static int send_warn_show_help(int fd, const char *file,
const char *topic, ...)
{
@ -357,7 +358,7 @@ static int send_warn_show_help(int fd, const char *file,
return ret;
}
#endif
/* Called from the child to send an error message up the pipe to the
waiting parent. */

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

@ -79,8 +79,8 @@ int orte_plm_base_setup_job(orte_job_t *jdata)
int rc;
int32_t ljob;
int i;
orte_node_t *node;
#if OPAL_HAVE_HWLOC
orte_node_t *node;
hwloc_topology_t t0;
#endif

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

@ -13,7 +13,7 @@
AC_DEFUN([MCA_orte_rmaps_rank_file_CONFIG], [
AC_CONFIG_FILES([orte/mca/rmaps/rank_file/Makefile])
AS_IF([test "$orte_without_full_support" = 0],
AS_IF([test "$orte_without_full_support" = 0 -a "$OPAL_HAVE_HWLOC" = 1],
[$1],
[$2])
])