mmelantonio Posted April 20, 2020 Share Posted April 20, 2020 Hi there! I'm trying to implement a compile block in this intersection analysis bellow (see example attached) At the left you will find a single thread setup and at right the multithread version. I'm trying to find a way to make the multicore setup to work. I've already seen the compile SOPs masterclass, but I couldn't find an answer. The STOP CONDITION seems to be unsupported until the date of the masterclass, but even disablying it, still not working. https://vimeo.com/222881605 I'm doing a project with a lot of this kind of work and I'd like to improve the processing time. Does anyone know what I'm doing wrong? Thanks! Cheers! Marco intersection_analysis_01.hiplc Quote Link to comment Share on other sites More sharing options...
Ggradest Posted May 2, 2020 Share Posted May 2, 2020 Feedback loop can't be compiled because each process needs all process before itself. I like this algorithm for avoid intersection, but we need pre-clustering of geometries by using low cost geometry representation like bbox or shperes for multi threding. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.