K_Haydock.F in 3.2.2.r6

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
weic
Posts: 11
Joined: Thu May 06, 2010 11:26 am

K_Haydock.F in 3.2.2.r6

Post by weic » Tue Sep 21, 2010 1:33 pm

Code: Select all

K_Haydock.F(151): error #6784: The number of actual arguments cannot be greater than the number of dummy arguments.   [K_BSMAT_BY_V]

Code: Select all

line 151: call K_BSmat_by_V(iq,it_on_disk,Vn,Vnp1,iter_par=ItParity)
Something seems wrong with the last argument.

BTW, line 150 "#else": is it a typo?
Wei C.

Leibniz Universität Hannover
Institut für Festkörperphysik
Atomare und molekulare Strukturen (ATMOS)

User avatar
andrea marini
Posts: 325
Joined: Mon Mar 16, 2009 4:27 pm
Contact:

Re: K_Haydock.F in 3.2.2.r6

Post by andrea marini » Tue Sep 21, 2010 1:36 pm

weic wrote:

Code: Select all

K_Haydock.F(151): error #6784: The number of actual arguments cannot be greater than the number of dummy arguments.   [K_BSMAT_BY_V]

Code: Select all

line 151: call K_BSmat_by_V(iq,it_on_disk,Vn,Vnp1,iter_par=ItParity)
Something seems wrong with the last argument.

BTW, line 150 "#else": is it a typo?
It is a bug I introduced by mistake in the latest revision. It will be fixed soon. Use the previous revision in the meantime. Sorry
Andrea MARINI
Istituto di Struttura della Materia, CNR, (Italy)

Post Reply