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



      

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to