VS: Map Intel Fortran `/MP` flag for multi-processor compilation (#15990)
This commit is contained in:
parent
d29004756f
commit
729f5f01b4
|
@ -378,6 +378,11 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFortranFlagTable[] =
|
||||||
{"FloatingPointExceptionHandling", "fpe:1", "", "fpe1", 0},
|
{"FloatingPointExceptionHandling", "fpe:1", "", "fpe1", 0},
|
||||||
{"FloatingPointExceptionHandling", "fpe:3", "", "fpe3", 0},
|
{"FloatingPointExceptionHandling", "fpe:3", "", "fpe3", 0},
|
||||||
|
|
||||||
|
{"MultiProcessorCompilation", "MP", "", "true",
|
||||||
|
cmVS7FlagTable::UserValueIgnored | cmVS7FlagTable::Continue},
|
||||||
|
{"ProcessorNumber", "MP", "Multi-processor Compilation", "",
|
||||||
|
cmVS7FlagTable::UserValueRequired},
|
||||||
|
|
||||||
{"ModulePath", "module:", "", "",
|
{"ModulePath", "module:", "", "",
|
||||||
cmVS7FlagTable::UserValueRequired},
|
cmVS7FlagTable::UserValueRequired},
|
||||||
{"LoopUnrolling", "Qunroll:", "", "",
|
{"LoopUnrolling", "Qunroll:", "", "",
|
||||||
|
|
Loading…
Reference in New Issue