Compiling on IBM power6 in CINECA

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
User avatar
andrea marini
Posts: 325
Joined: Mon Mar 16, 2009 4:27 pm
Contact:

Re: Compiling on IBM power6 in CINECA

Post by andrea marini » Thu Apr 08, 2010 4:02 pm

feffeficus wrote:

Code: Select all

yambo -i -N -V 99
it writes only that in the yambo.in:

#
# Y88b / e e e 888~~\ ,88~-_
# Y88b / d8b d8b d8b 888 | d888 \
# Y88b/ /Y88b d888bdY88b 888 _/ 88888 |
# Y8Y / Y88b / Y88Y Y888b 888 \ 88888 |
# Y /____Y88b / YY Y888b 888 | Y888 /
# / / Y88b / Y888b 888__/ `88_-~
#
# GPL Version 3.2.1 Revision 485
# http://www.yambo-code.org
#
setup # [R INI] Initialization
Ciao FF! Regarding PW compliation's problems Conor can help you much better then me. Regarding the -V option I have checked that in Revision 485 it was already changed in order to accept characters instead that numbers. This change was done in revision 455. The new -V
synoptics is

Code: Select all

anomaly:~$yambo -H
(...)

 Tool: yambo 3.2.2 rev.576
 Description: A shiny pot of fun and happiness [C.D.Hogan] 

 -h		:Short Help
 -H		:Long Help
 -J <opt>	:Job string identifier
 -V <opt>	:Input file verbosity
		 opt=RL,kpt,sc,qp,io,gen,resp,rt
 (...)

Andrea MARINI
Istituto di Struttura della Materia, CNR, (Italy)

User avatar
Conor Hogan
Posts: 111
Joined: Tue Mar 17, 2009 12:17 pm
Contact:

Re: Compiling on IBM power6 in CINECA

Post by Conor Hogan » Tue Apr 13, 2010 6:48 pm

Hi Feffe,
Can you check what the value of "iotk_dir" is in config/setup? It should be set to "/cineca/prod/build/applications/QuantumESPRESSO/4.1/xl--10.1/BA_WORK/QuantumESPRESSO-4.1/iotk/src" if the iotk_module.mod file is linked properly.
If it is, please make sure to do the usual gmake clean_all, check no .f files are left in interfaces/p2y , run configure with the --enable-msgs-comps flag set, make interfaces and try to see exactly where the error is coming from. Report back!
Cheers
Conor
Dr. Conor Hogan
CNR-ISM, via Fosso del Cavaliere, 00133 Roma, Italy;
Department of Physics and European Theoretical Spectroscopy Facility (ETSF),
University of Rome "Tor Vergata".

Post Reply