You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (mpi_version_out MATCHES"[Oo]pen[ -][Mm][Pp][Ii]")
149
+
if ( gfortran_compiler AND ( NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 14.0.0 ) )
150
+
# OpenMPI uses addresses for windows instead of identical ids on all images for the same token.
151
+
# Therefore we can't use it (yet; and probably never).
152
+
message( FATAL_ERROR "OpenMPI is incompatible with gfortran's coarray implementation from gfortran version 15 on. Please use a different MPI implementation!")
153
+
endif ()
149
154
message( STATUS"OpenMPI detected")
150
155
set_property(GLOBAL PROPERTY openmpi true)
151
156
# Write out a host file because OMPI's mpiexec is dumb
0 commit comments