mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03: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] |