[CPMD-list] A problem about setup PCMD

Daniel Sebastiani sebastia at mpip-mainz.mpg.de
Wed Jul 3 13:32:12 CEST 2002


>  ¡° PGFIN-S-0050-Adjustable or assumed size array
>  , h1psi0 , is not a dummy argument(
> ./interfaction_p.f : 178)
>    0 inform, 0warnings, 1 serves,  0 fatal error for
> interaction_p
>    make:***[interaction_p.o] Error 1 ¡±


if you change in the file interaction_p.F the line

      complex*16 c0(ngw,nstate),h1psi0(ngw,nstate),

into

      complex*16 c0(ngw,nstate),h1psi0,


it should work better. But why don't you use the pgf77
(instead of the pgf90) compiler? That one does not produce any
of the above error messages. You simply have to change mpif90
into mpif77 in the Makefile, or pgf90 into pgf77 in your
mpif90 script (from the MPICH package).


ciao

Daniel


--------------------------------------------------------------
Daniel Sebastiani
Max-Planck-Institut            Dept. Prof. Spiess
für Polymerforschung           Phone  +49 6131 379 126
Ackermannweg 10                Fax    +49 6131 379 100
D-55128 Mainz, Germany         sebastia at mpip-mainz.mpg.de
--------------------------------------------------------------




More information about the CPMD-list mailing list