mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 13:48:57 +08:00
Change BRepCheck_Analyzer::Perform algorithm from recursion to 'for' loop Add parallelization to BRepCheck_Analyzer::Perform Add '-parallel' option to checkshape command to use parallelization. Default mode is single-thread. mutex as Handle
10 lines
314 B
Plaintext
10 lines
314 B
Plaintext
puts "REQUIRED All: Faulty shapes in variables faulty_1 to faulty_"
|
|
# The number of identified faults in this model is unstable,
|
|
# but it's not a parallelization problem
|
|
|
|
puts "=========="
|
|
puts "0027814: Parallelize BRepCheck_Analyzer"
|
|
puts "=========="
|
|
puts ""
|
|
|
|
CheckPerform [locate_data_file bug28871_50056.brep] |