From 0ae99c8479149b1f49ac5af46cd30e89cb590c84 Mon Sep 17 00:00:00 2001 From: ZPaC Date: Mon, 12 Oct 2020 19:15:47 +0800 Subject: [PATCH] Upgrade ompi to v4.0.3 --- cmake/external_libs/ompi.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/external_libs/ompi.cmake b/cmake/external_libs/ompi.cmake index b220ca54e9..e3c75ae4d7 100644 --- a/cmake/external_libs/ompi.cmake +++ b/cmake/external_libs/ompi.cmake @@ -1,10 +1,10 @@ set(ompi_CXXFLAGS "-D_FORTIFY_SOURCE=2 -O2") mindspore_add_pkg(ompi - VER 3.1.5 + VER 4.0.3 LIBS mpi - URL https://github.com/open-mpi/ompi/archive/v3.1.5.tar.gz - MD5 f7f220b26532c11a2efbc0bb73af3282 + URL https://github.com/open-mpi/ompi/archive/v4.0.3.tar.gz + MD5 86cb724e8fe71741ad3be4e7927928a2 PRE_CONFIGURE_COMMAND ./autogen.pl CONFIGURE_COMMAND ./configure) include_directories(${ompi_INC})