Skip to content

Commit ddfc58f

Browse files
committed
Demote no failed image support warning to comment
- ULFM did not make it into MPI-4 and interfaces are changing
1 parent f80b646 commit ddfc58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ foreach(symbol ${NEEDED_SYMBOLS})
210210
CHECK_SYMBOL_EXISTS(${symbol} "${MPI_HEADERS}" HAVE_${symbol})
211211
if(NOT HAVE_${symbol})
212212
message( STATUS "\${HAVE_${symbol}} = ${HAVE_${symbol}}")
213-
message( WARNING
213+
message( STATUS
214214
"Note: Failed Images not supported by the current MPI implementation! (Needs MPIX experimental features--as of MPI3)")
215215
set(MPI_HAS_FAULT_TOL_EXT NO)
216216
break() # no need to keep looking

0 commit comments

Comments
 (0)