dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03372
Re: Intel MKL CBLAS and DOLFIN
Dag Lindbo wrote:
>>
>> Dag Lindbo wrote:
>>> Hi,
>>>
>>> Has anyone used Intel MKL CBLAS with DOLFIN and FFC CBLAS output?
>>> Compilation works fine if I include "mkl_cblas.h" instead, and link with
>>> libmkl. But at runtime I get:
>>>
>>> *** Error at BLASFormData.cpp:47: init() Inconsistent BLAS form data
>>> for
>>> interior contribution.
>>>
>> The FFC BLAS output format is currently broken. It hasn't been updated
>> for boundary integrals. I might get around to fixing it soon if it's not
>> too much work.
>
> Well, I'm only using element integrals in FFC.
>
Unfortunately, this doesn't help since FFC will still try to write
functions for the boundary integrals (they will be empty).
Garth
>> Garth
>>
>>> Any suggestions?
>>>
>>> /Dag
>>>
>>> _______________________________________________
>>> DOLFIN-dev mailing list
>>> DOLFIN-dev@xxxxxxxxxx
>>> http://www.fenics.org/mailman/listinfo/dolfin-dev
>>>
>>
>
>
Follow ups
References