sallesviana / MeshIntersection

45 stars 11 forks source link

Why is the number of SoS calls changing for different executions? #5

Open sallesviana opened 7 years ago

sallesviana commented 7 years ago

This happens, for example, when we intersect the Camel with Camel.

(LD_LIBRARY_PATH=. ./meshIntersectionSoS4 ../../gts/dataForIntersectionExperiments/194_camel_mc.stl.gts ../../gts/dataForIntersectionExperiments/194_camel_mc.stl.gts 64 8 1 camelCamel1.gts)

sallesviana commented 7 years ago

Maybe because of the parallel sorting that is non determinist? (number of comparisons may vary)