@@ -15,7 +15,7 @@ if ("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
15
15
"CMAKE_CURRENT_SOURCE_DIR=${CMAKE_CURRENT_SOURCE_DIR} "
16
16
" == CMAKE_CURRENT_BINARY_DIR=${CMAKE_CURRENT_BINARY_DIR} "
17
17
"\n This archive does not support in-source builds:\n "
18
- "You must now delete the CMakeCache.txt file and the CMakeFiles/ directory under"
18
+ "You must now delete the CMakeCache.txt file and the CMakeFiles/ directory under "
19
19
"the 'src' source directory or you will not be able to configure correctly!"
20
20
"\n You must now run something like:\n "
21
21
" $ rm -r CMakeCache.txt CMakeFiles/"
@@ -172,9 +172,9 @@ unset(OLD_INCLUDES)
172
172
unset (OLD_LIBRARIES )
173
173
174
174
if (NOT MPI_C_COMPILES )
175
- message (FATAL_ERROR "MPI_C is missing!"
176
- "Try setting MPI_C_COMPILER to the appropriate C compiler wrapper script and reconfigure."
177
- "i.e., `cmake -DMPI_C_COMPILER=/path/to/mpicc ..` or set it by editing the cache using"
175
+ message (FATAL_ERROR "MPI_C is missing! "
176
+ "Try setting MPI_C_COMPILER to the appropriate C compiler wrapper script and reconfigure. "
177
+ "i.e., `cmake -DMPI_C_COMPILER=/path/to/mpicc ..` or set it by editing the cache using "
178
178
"cmake-gui or ccmake."
179
179
)
180
180
endif ()
@@ -245,17 +245,17 @@ unset(OLD_INCLUDES)
245
245
unset (OLD_LIBRARIES )
246
246
247
247
if ( (NOT MPI_Fortran_MODULE_COMPILES ) AND (NOT MPI_Fortran_INCLUDE_COMPILES ) )
248
- message ( WARNING "It appears that the Fortran MPI compiler is not working."
249
- "For OpenCoarrays Aware compilers, this may be irrelavent:"
250
- " The src/extensions/opencoarrays.F90 module will be disabled, but it is"
248
+ message ( WARNING "It appears that the Fortran MPI compiler is not working. "
249
+ "For OpenCoarrays Aware compilers, this may be irrelavent: "
250
+ " The src/extensions/opencoarrays.F90 module will be disabled, but it is "
251
251
" possible that the build will succeed, despite this fishy circumstance."
252
252
)
253
253
endif ()
254
254
255
255
if ( NOT MPI_Fortran_MODULE_COMPILES )
256
- message ( WARNING "It appears that MPI was built with a different Fortran compiler."
257
- "It is possible that this may cause unpredictable behavior. The build will continue"
258
- "using `mpif.h` BUT please report any suspicious behavior to the OpenCoarrays"
256
+ message ( WARNING "It appears that MPI was built with a different Fortran compiler. "
257
+ "It is possible that this may cause unpredictable behavior. The build will continue "
258
+ "using `mpif.h` BUT please report any suspicious behavior to the OpenCoarrays "
259
259
"developers."
260
260
)
261
261
endif ()
0 commit comments