Re: [eigen] OpenMP compile error

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Thanks a lot, pushed.

I confirm -fopenmp was not compiling anymore, I hadn't tested it.

Benoit

2010/6/1 Trevor Irons <trevorirons@xxxxxxxxx>:
> With the latest changes to index I'm getting a compile error with OpenMP. I
> think this small patch fixes the problem, GemMParallelInfo, in Parallelizer,
> needed the Index template parameter.
>
> Before:
> GemmParallelInfo<BlockBScalar>* info = new
>           GemmParallelInfo<BlockBScalar>[threads];
>
> After:
> GemmParallelInfo<BlockBScalar,Index>* info = new
>           GemmParallelInfo<BlockBScalar,Index>[threads];
>
> -Trevor
>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/