Commit History

Author SHA1 Message Date
  Todd Gamblin 8756e77fb4 Fix issues with removing try_compile input file. 14 years ago
  Todd Gamblin e00d2c4d51 Try regular compiler when no MPI compiler. 14 years ago
  Todd Gamblin a55da06948 Added backward compatibility for input as well as output vars. 14 years ago
  Brad King a32a633225 FindMPI: Fix documentation formatting 14 years ago
  Todd Gamblin 706b73e848 FindMPI: Handle multiple languages 15 years ago
  Brad King c4275592a8 Modules: Include builtin FindPackageHandleStandardArgs directly 15 years ago
  Alex Neundorf ce28737c93 Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 15 years ago
  David Cole b0fb2ad3e1 Merge topic 'AddCMAKE_CURRENT_LIST_DIR' 15 years ago
  David Partyka 35d2770df9 Update module to locate newely released MS MPI HPC Pack R2. 15 years ago
  Alex Neundorf b01184022b Use absolute path to FindPackageHandleStandardArgs.cmake everywhere 15 years ago
  Brad King a56969f3d3 FindMPI: Recoginze -f flags from mpicc (#10771) 15 years ago
  Todd Gamblin 2cde67a781 Modules: Fix spelling 'To distributed' -> 'To distribute' 15 years ago
  Brad King f315c29966 Merge branch 'FindMPI-flag-parsing' 15 years ago
  Brad King 96c7cb26e9 FindMPI: Fix parsing of mpicc -Wl,-L link flags (#9093) 15 years ago
  Brad King cea9389cc9 FindMPI: Trust mpicc -showme on BlueGene/L 15 years ago
  Brad King 8460059a72 FindMPI: Failure is not an error if not REQUIRED 15 years ago
  Brad King d84cbd0f77 FindMPI: Parse mpicc flags more carefully (#9093) 15 years ago
  Brad King 68c7d3e2ce FindMPI: Do not parse -l in middle of library name 15 years ago
  David Partyka 01f022c49c Add a new registry key to check for the location of MPICH2. 15 years ago
  Dave Partyka 3154cde792 BUG: rename MPI_PACKAGE_DIR and MPI_PREFIX_PATH vars to be prefixed with _ to prevent conflicts with known variable names in other projects. 16 years ago
  Dave Partyka 279e4ec33b BUG: fix MPI_BASE_DIR var to be called _MPI_BASE_DIR to prevent conflicts with known variable names in other projects. 16 years ago
  Dave Partyka 39e88bbe99 COMP: need to add quotes when using get_filename_component otherwise it will try to process NOT FOUND rather than an empty string when MPIEXEC is not found. 16 years ago
  Dave Partyka c283fe2d26 COMP: fix syntax error. 16 years ago
  Dave Partyka 4915e92998 ENH: Improvements in finding MPI on windows. ENH: reorganized searching mpi for mpi components (include,lib,bin) using a single set of search paths instead of seperately mainted lists of paths for each. 16 years ago
  Brad King c4bb9c9d42 Convert CMake find-modules to BSD License 16 years ago
  David Cole b71332914f Oops. Close strings with double quotes. Where they're supposed to be. 16 years ago
  David Cole 5655ac46f0 Add MPICH2 and Microsoft HPC paths, add paths to find mpiexec. Now it works better automatically on Windows. Thanks to Dave Partyka for developing the patch. 16 years ago
  Douglas Gregor fa458957ab ENH: Use the HINTS feature of find_library to find the right libraries for 17 years ago
  Douglas Gregor 7e5921eff4 BUG: As a last resort, FindMPI will look for mpi.h in the path 17 years ago
  Douglas Gregor cecb98c618 BUG: Use -showme:incdirs and -showme:libdirs when we need them 17 years ago