1
1

This fixes the nasty configure.m4 hack that was added long ago and not removed. My fault for not catching earlier. I've also removed the '.ompi_ignore' in coll/hcoll. Throwing this to Nathan for review. Upon successful review, this should be added to cmr:v1.7:reviewer=hjelmn

This commit was SVN r28753.
Этот коммит содержится в:
Joshua Ladd 2013-07-11 09:55:46 +00:00
родитель a694bcb6b6
Коммит 16beaa3878
2 изменённых файлов: 0 добавлений и 10 удалений

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

@ -52,16 +52,6 @@ AC_DEFUN([OMPI_CHECK_HCOLL],[
[ompi_check_hcoll_happy="no"])
])
MCA_COMPONENT_BUILD_CHECK([ompi],[coll],[ml],
[AM_COND_IF(
MCA_BUILD_ompi_coll_ml_DSO,
[],
[AC_MSG_ERROR([Can not use coll/hcoll and coll/ml (static build) simultaneously. You have two options:
1. Use static build & disable ml with: --enable-mpi-no-build=coll-ml]
2. Use dso build for ML & disable ml at runtime: -mca coll self,basic,hcoll,tuned,libnbc)]
)
],
[])
AS_IF([test "$ompi_check_hcoll_happy" = "yes" -a "$enable_progress_threads" = "yes"],

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