Jump to content

Trying to compile block an intersection analysis


Recommended Posts

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

int_01.JPG

int_02.JPG

Link to comment
Share on other sites

  • 2 weeks later...

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.

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...