install interfaces

Having trouble compiling the Yambo source? Using an unusual architecture? Problems with the "configure" script? Problems in GPU architectures? This is the place to look.

Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano, Conor Hogan, Nicola Spallanzani

Forum rules
If you have trouble compiling Yambo, please make sure to list:
(1) the compiler (vendor and release: e.g. intel 10.1)
(2) the architecture (e.g. 64-bit IBM SP5)
(3) if the problems occur compiling in serial/in parallel
(4) the version of Yambo (revision number/major release version)
(5) the relevant compiler error message
Post Reply
mjk03
Posts: 2
Joined: Wed Oct 04, 2017 3:56 am

install interfaces

Post by mjk03 » Wed Oct 04, 2017 2:30 pm

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

User avatar
Daniele Varsano
Posts: 3816
Joined: Tue Mar 17, 2009 2:23 pm
Contact:

Re: install interfaces

Post by Daniele Varsano » Thu Oct 05, 2017 10:27 am

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
Dr. Daniele Varsano
S3-CNR Institute of Nanoscience and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu/

mjk03
Posts: 2
Joined: Wed Oct 04, 2017 3:56 am

Re: install interfaces

Post by mjk03 » Wed Oct 25, 2017 4:58 pm

Dear Daniele,

I have attached the config.log file.

Best,
Minjung


---------------------------------------------------
Minjung Kim
Dept. of Applied Physics, Yale University
You do not have the required permissions to view the files attached to this post.

User avatar
Daniele Varsano
Posts: 3816
Joined: Tue Mar 17, 2009 2:23 pm
Contact:

Re: install interfaces

Post by Daniele Varsano » Fri Oct 27, 2017 9:52 am

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
Dr. Daniele Varsano
S3-CNR Institute of Nanoscience and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu/

Post Reply