[gpaw-users] matrix matrix multiplication

Ask Hjorth Larsen asklarsen at gmail.com
Wed Jan 6 19:36:12 CET 2016


Hello

GPAW defines a function called mmm in the C interface.  The error
indicates that the compiled GPAW library does not have this function.
A possible explanation is that there is an older version of GPAW whose
library is mistakenly loaded instead of the newer one which has the
function.  Might this be the case?

Best regards
Ask

2015-12-25 22:23 GMT+01:00 hüseyin aksu <huseyinaksu26 at hotmail.com>:
> Hi all
> I try to run AuBDA_bulk from one example in GPAW to see the results.
> but I am having following errors
>
> haksu at haksu:~/examples/abinitio$ python lcao_princ.py
> Traceback (most recent call last):
>   File "lcao_princ.py", line 7, in <module>
>     from gpaw import *
>   File "/home/haksu/examples/abinitio/gpaw/__init__.py", line 230, in
> <module>
>     from gpaw.aseinterface import GPAW
>   File "/home/haksu/examples/abinitio/gpaw/aseinterface.py", line 10, in
> <module>
>     from gpaw.paw import PAW
>   File "/home/haksu/examples/abinitio/gpaw/paw.py", line 20, in <module>
>     from gpaw.xc import XC
>   File "/home/haksu/examples/abinitio/gpaw/xc/__init__.py", line 4, in
> <module>
>     from gpaw.xc.gga import GGA
>   File "/home/haksu/examples/abinitio/gpaw/xc/gga.py", line 6, in <module>
>     from gpaw.utilities.blas import axpy
>   File "/home/haksu/examples/abinitio/gpaw/utilities/blas.py", line 394, in
> <module>
>     mmm = _gpaw.mmm
> AttributeError: 'module' object has no attribute 'mmm'
>
> What is that AttributeError message says, do you have any ideas?
> There exist mmm.py file in ~/linalg/mmm.py
> Thanks in advance
>
>
> Best Regards
> Dr. Hüseyin AKSU
> ________________________________
> huseyinaksu26 at hotmail.com
> huseyinaksu26 at yahoo.com
> ________________________________
>
>
>
> _______________________________________________
> gpaw-users mailing list
> gpaw-users at listserv.fysik.dtu.dk
> https://listserv.fysik.dtu.dk/mailman/listinfo/gpaw-users



More information about the gpaw-users mailing list