Page 1 of 1

install interfaces

Posted: Wed Oct 04, 2017 2:30 pm
by mjk03
Dear yambo users,

I was able to install yambo, but having trouble to install interfaces.

I'm installing Yambo on Mac, and just serial. I downloaded the source from master branch.

The error message is below.

>>>[Linking p2y]<<<
mod_p2y.f90:217:68:

if (allocated(atom_type_)) call MEM_dri("atom_type_",atom_type_)
1
Error: There is no specific subroutine for the generic ‘mem_dri’ at (1)
mod_p2y.f90:220:77:

if (allocated(species_type_)) call MEM_dri("species_type_",species_type_)
1
Error: There is no specific subroutine for the generic ‘mem_dri’ at (1)
make[2]: *** [mod_p2y.o] Error 1
make[1]: *** [p2y] Error 2
p2y build failed

Any help would be appreciated.

Thanks,
Minjung

Re: install interfaces

Posted: Thu Oct 05, 2017 10:27 am
by Daniele Varsano
Dear Minjung,

can you please post your config.log file?
Please sign your posts with your complete name and affiliation, this is a rule of the forum. You can do it once for all editing your profile.
Best,

Daniele

Re: install interfaces

Posted: Wed Oct 25, 2017 4:58 pm
by mjk03
Dear Daniele,

I have attached the config.log file.

Best,
Minjung


---------------------------------------------------
Minjung Kim
Dept. of Applied Physics, Yale University

Re: install interfaces

Posted: Fri Oct 27, 2017 9:52 am
by Daniele Varsano
Dear Minjung Kim,
I suggest you to not indicate any p2y flag and with-iotk path, also note the export format version is obsolete.
Try to recompile it after a simple ./configure command.
Yambo will download and compile the needed libraries.

Daniele