First commit to support MPI Extended Interface on Windows.
This commit was SVN r21344.
Этот коммит содержится в:
родитель
e46bf10efd
Коммит
70158790e5
@ -369,6 +369,9 @@ ELSE(NOT OMPI_WANT_MPI_INTERFACE_WARNING)
|
|||||||
ENDIF(NOT OMPI_WANT_MPI_INTERFACE_WARNING)
|
ENDIF(NOT OMPI_WANT_MPI_INTERFACE_WARNING)
|
||||||
|
|
||||||
|
|
||||||
|
SET (OMPI_EXT_COMPONENTS Example CACHE STRING
|
||||||
|
"Specify user defined MPI Extended Interface Components." FORCE)
|
||||||
|
|
||||||
###################################################################
|
###################################################################
|
||||||
# Check headers #
|
# Check headers #
|
||||||
###################################################################
|
###################################################################
|
||||||
|
@ -832,6 +832,9 @@
|
|||||||
/* Whether user wants PTY support or not */
|
/* Whether user wants PTY support or not */
|
||||||
#define OPAL_ENABLE_PTY_SUPPORT ${OPAL_ENABLE_PTY_SUPPORT}
|
#define OPAL_ENABLE_PTY_SUPPORT ${OPAL_ENABLE_PTY_SUPPORT}
|
||||||
|
|
||||||
|
/* MPI Extended Interface Components */
|
||||||
|
#define OMPI_EXT_COMPONENTS "${OMPI_EXT_COMPONENTS}"
|
||||||
|
|
||||||
/* OMPI underlying F77 compiler */
|
/* OMPI underlying F77 compiler */
|
||||||
#define OMPI_F77 "${CMAKE_Fortran_COMPILER}"
|
#define OMPI_F77 "${CMAKE_Fortran_COMPILER}"
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user