~ubuntu-branches/ubuntu/utopic/cmake/utopic

« back to all changes in this revision

Viewing changes to Modules/FindMPI.cmake

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-10-10 12:54:39 UTC
  • mfrom: (1.14.7)
  • Revision ID: package-import@ubuntu.com-20131010125439-h0ahaj004on6oj92
Tags: 2.8.12-0ubuntu1
New upstream release LP: #1246701

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
#
87
87
# The compilers are detected in this order:
88
88
#
89
 
# 1. Try to find the most generic availble MPI compiler, as this is usually set up by
 
89
# 1. Try to find the most generic available MPI compiler, as this is usually set up by
90
90
#    cluster admins.  e.g., if plain old mpicc is available, we'll use it and assume it's
91
91
#    the right compiler.
92
92
#