File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,13 @@ set(CMAKE_REQUIRED_FLAGS ${old_cmake_required_flags})
221
221
set (CMAKE_REQUIRED_LIBRARIES ${old_cmake_required_libraries} )
222
222
223
223
if (MPI_HAS_FAULT_TOL_EXT ) # AND (NOT openmpi))
224
- option (CAF_ENABLE_FAILED_IMAGES "Enable failed images support" TRUE )
224
+ option (CAF_ENABLE_FAILED_IMAGES "Enable failed images support" FALSE )
225
+ message (STATUS "The MPI implementation appears to have the experimental features for ULFM
226
+ that will allow you to build OpenCoarrays with failed images support. However,
227
+ ULFM support did not make it into the MPI-4 standard, and it is known to
228
+ trigger some bugs. Because of this we have disabled it by default. You may
229
+ add the `-DCAF_ENABLE_FAILED_IMAGES:BOOL=ON` CMake flag or edit the value
230
+ with ccmake or cmake-gui if you would like to experiment with failed images." )
225
231
else ()
226
232
set (CAF_ENABLE_FAILED_IMAGES FALSE
227
233
CACHE
You can’t perform that action at this time.
0 commit comments