Skip to content
  • Brad King's avatar
    FindMPI: Trust mpicc -showme on BlueGene/L · cea9389c
    Brad King authored
    Do not hard-code known BlueGene/L MPI libraries.  We do not know their
    location so the linker cannot find them without the proper -L search
    path.  The MPI compiler tells us about the libraries anyway, and if it
    does not then the user can fix the problem locally by editing the
    MPI_EXTRA_LIBRARY cache entry.
    cea9389c