Close

Parallelizing Operation

A project log for PCB Isolation Routing Software

Convert Kicad PCB files into GCode with isolated PCB Nets

michael-schembriMichael Schembri 08/17/2020 at 08:300 Comments

Tried parallelizing the dilation operation (the one which causes most delay), this weekend.

Using openmp on loops. But have no control on area segmentation.

#pragma parallel omp

Tried segmenting the area in four. Although, I get the same track results, the background is not filled up entirely. Need to investigate more.

Discussions