Skip to content
  • Todd Gamblin's avatar
    Try regular compiler when no MPI compiler. · e00d2c4d
    Todd Gamblin authored
    If FindMPI can't interrogate any of the available compilers, it attempts to compile simple MPI
    programs with CMAKE_${lang}_COMPILER.  If this works, it uses that as MPI_${lang}_COMPILER.
    
    This allows MPI to be discovered on Cray XT/XE systems, where modules are used and cc, CC, and ftn
    compilers *are* MPI compilers.
    e00d2c4d