You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- set(ompi_CXXFLAGS "-D_FORTIFY_SOURCE=2 -O2")
- mindspore_add_pkg(ompi
- VER 4.0.3
- LIBS mpi
- 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})
- add_library(mindspore::ompi ALIAS ompi::mpi)
|