View Issue Details

IDProjectCategoryView StatusLast Update
0023724Open CASCADEOCCT:WOKpublic2014-01-13 11:33
Reporterkgv Assigned Tokgv  
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
PlatformWindows 
Target Version6.6.0Fixed in Version6.6.0 
Summary0023724: Add -MP option to generated VS project files
DescriptionThis option enables multiple cl.exe processes to be used within single project thus improving compilation time.

Notice that this option may conflict with other options like incremental rebuild and showIncludes. Also this option doesn't is less efficient (Build time / CPU time) then parallel builds (enabled by defaults) however allows to take benefits from multiple cores for single project (like TKernel which is always build at first and alone due to dependencies tree).
TagsNo tags attached.
Test case number

Activities

kgv

2013-01-25 14:28

developer   ~0023146

Last edited: 2013-01-25 14:48

Patch is ready for review in CR23724 WOK repository.

Tested on Win7 / VS2008 / Intel Core i5 (4 cores).
- Building of TKernel 2.85x faster (47 seconds against 135)
- Building of OCCT 1.20x faster (20 minutes against 24)

ibs

2013-01-25 14:39

developer   ~0023150

The path reviewed without remarks.

bugmaster

2013-01-29 11:56

administrator   ~0023200

Fix has been integrated into occt-wok repository

Issue History

Date Modified Username Field Change
2013-01-25 12:26 kgv New Issue
2013-01-25 12:26 kgv Assigned To => kgv
2013-01-25 14:23 kgv Status new => assigned
2013-01-25 14:28 kgv Note Added: 0023146
2013-01-25 14:28 kgv Assigned To kgv => ibs
2013-01-25 14:28 kgv Status assigned => resolved
2013-01-25 14:39 ibs Note Added: 0023150
2013-01-25 14:40 ibs Assigned To ibs => bugmaster
2013-01-25 14:40 ibs Status resolved => reviewed
2013-01-25 14:48 kgv Note Edited: 0023146
2013-01-29 11:56 bugmaster Note Added: 0023200
2013-01-29 11:56 bugmaster Status reviewed => verified
2013-01-29 11:56 bugmaster Resolution open => fixed
2013-01-29 11:56 bugmaster Assigned To bugmaster => kgv
2013-04-23 13:36 aiv Status verified => closed
2013-04-29 15:21 aiv Fixed in Version => 6.6.0
2014-01-13 11:33 bugmaster Category OCCT Release:WOK => OCCT:WOK