We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80b646 commit ddfc58fCopy full SHA for ddfc58f
src/mpi/CMakeLists.txt
@@ -210,7 +210,7 @@ foreach(symbol ${NEEDED_SYMBOLS})
210
CHECK_SYMBOL_EXISTS(${symbol} "${MPI_HEADERS}" HAVE_${symbol})
211
if(NOT HAVE_${symbol})
212
message( STATUS "\${HAVE_${symbol}} = ${HAVE_${symbol}}")
213
- message( WARNING
+ message( STATUS
214
"Note: Failed Images not supported by the current MPI implementation! (Needs MPIX experimental features--as of MPI3)")
215
set(MPI_HAS_FAULT_TOL_EXT NO)
216
break() # no need to keep looking
0 commit comments