[GRASS-dev] Re: [GRASS-user] v.lidar.edgedetection very slow

Hamish hamish_b at yahoo.com
Fri Jun 19 22:44:10 EDT 2009


Jyothish Soman wrote:
> I think that will be the parallel
> version of the code given in the link. Sorry, I dont have
> the resources right now to check the validity of the code,
> my laptop is fried, working from a common terminal.
> 
> Just add -fopenmp flag in the make file for the code

thanks!  small problem- `#pragma for` doesn't take shared() as an arg,
for that do you have to do something like:
 #pragma omp parallel for 
????


> I have a small problem in understanding how the vect variable is
> being declared... in function tcholInv and tcholSolveInv.

i.e. array used but no space never allocated for it?
looks like a bug to me.


Hamish



      



More information about the grass-dev mailing list