[Cmake-commits] CMake branch, next, updated. v3.5.1-675-g6d53569

Brad King brad.king at kitware.com
Tue Mar 29 08:46:43 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  6d53569de4fa16b230d38d61551ed5b09be71fe6 (commit)
       via  729f5f01b4a1798ad8e11d3dc4eae664af96bd23 (commit)
      from  ae8dbb9d619d83104c5afa9029b084064ae8c566 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6d53569de4fa16b230d38d61551ed5b09be71fe6
commit 6d53569de4fa16b230d38d61551ed5b09be71fe6
Merge: ae8dbb9 729f5f0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 29 08:46:42 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 29 08:46:42 2016 -0400

    Merge topic 'vs-fortran-MP' into next
    
    729f5f01 VS: Map Intel Fortran `/MP` flag for multi-processor compilation (#15990)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=729f5f01b4a1798ad8e11d3dc4eae664af96bd23
commit 729f5f01b4a1798ad8e11d3dc4eae664af96bd23
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 29 08:42:33 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Mar 29 08:45:00 2016 -0400

    VS: Map Intel Fortran `/MP` flag for multi-processor compilation (#15990)

diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index abae564..2f66517 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -378,6 +378,11 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFortranFlagTable[] =
   {"FloatingPointExceptionHandling", "fpe:1", "", "fpe1", 0},
   {"FloatingPointExceptionHandling", "fpe:3", "", "fpe3", 0},
 
+  {"MultiProcessorCompilation", "MP", "", "true",
+   cmVS7FlagTable::UserValueIgnored | cmVS7FlagTable::Continue},
+  {"ProcessorNumber", "MP", "Multi-processor Compilation", "",
+   cmVS7FlagTable::UserValueRequired},
+
   {"ModulePath", "module:", "", "",
    cmVS7FlagTable::UserValueRequired},
   {"LoopUnrolling", "Qunroll:", "", "",

-----------------------------------------------------------------------

Summary of changes:
 Source/cmLocalVisualStudio7Generator.cxx |    5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list