You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compilation of the kgridGen tool fails with the message:
../../symlib/src/librational.a(rational_mathematics.o): In function __rational_mathematics_MOD_get_rationals_in_range': ~/UTILS/kGridGen/symlib/src/rational_mathematics.f90:628: undefined reference to __utilities_MOD_ralloc_integer'
collect2: error: ld returned 1 exit status
Makefile:76: recipe for target 'kptgen.x' failed
make: *** [kptgen.x] Error 1
I tried gfortran as well as ifort with the same error message
Previous build of the symlib worked fine
Can anyone help me?
Thanks.
The text was updated successfully, but these errors were encountered:
I can't reproduce this error. But I also see that the README.md needs some updating. The autoGR code is built on top of kGridGen. We use autoGR now to generate kpoint grids. The exe kpoints.x is now generated from autoGR, not kGridGen.
Why don't you try autoGR, and let me know if you still have compilation problems.
Thank you very much. I tried on a different computer and it fails with the same error. There is also no rule in the Makefile for 'kpoints.x' but for 'kptgen.x'. Anyway it did not work for me. I tried autoGR which worked perfectly. Thanks again for the advice.
Hello,
compilation of the kgridGen tool fails with the message:
../../symlib/src/librational.a(rational_mathematics.o): In function
__rational_mathematics_MOD_get_rationals_in_range': ~/UTILS/kGridGen/symlib/src/rational_mathematics.f90:628: undefined reference to
__utilities_MOD_ralloc_integer'collect2: error: ld returned 1 exit status
Makefile:76: recipe for target 'kptgen.x' failed
make: *** [kptgen.x] Error 1
I tried gfortran as well as ifort with the same error message
Previous build of the symlib worked fine
Can anyone help me?
Thanks.
The text was updated successfully, but these errors were encountered: