1
1

Add a definition for CMake to disable KNEM on Windows.

This commit was SVN r22345.
Этот коммит содержится в:
Shiqing Fan 2009-12-28 16:13:41 +00:00
родитель d0f85beaf3
Коммит e6c0133d08
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -134,6 +134,8 @@ SET(OMPI_F90_ABSOLUTE "\"none\"")
SET(OMPI_F90_BUILD_SIZE "\"small\"")
SET(OMPI_BTL_SM_HAVE_KNEM 0)
# set the im/export decleration here.
# Don't bother with OMPI_IMPORTS
IF(BUILD_SHARED_LIBS)

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

@ -65,6 +65,8 @@
#define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR ${COMPILER_VERSION}
#define OMPI_BTL_SM_HAVE_KNEM ${OMPI_BTL_SM_HAVE_KNEM}
/* Maximum length of datarep strings (default is 128) */
#define OPAL_MAX_DATAREP_STRING ${OPAL_MAX_DATAREP_STRING}