-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no specific subroutine for the generic ‘mem_dri’ #5
Comments
Dear klust, In case it does not work, we prefer to use the official yambo forum for user support Best, |
UPDATE: I realized now that you are probably using --with-p2y-version="export" This is an old configuration we are not using any more and it is indeed broken. It should have been removed. Can you just configure yambo without using --with-p2y-version Best, |
It was indeed caused by --with-p2y-version. |
yambo/interfaces/p2y/mod_p2y.F
Lines 307 to 308 in dcccf9b
My Fortran compiler (i used two different versions from gfortran, 4.8.5 and 6.4.0) complains that it can't compile the code that results from the expansion of these macros as it cannot fine a specific subroutine for the generic 'mem_dri' routine (which should be defined in src/modules/mod_memory.F). I am not a Fortran expert - I was only trying to install this code for one of the users of the cluster I manage - but the compiler does seem to be right in this case.
The text was updated successfully, but these errors were encountered: