[Pw_forum] unable to compile gipaw

2013-06-13 Thread Abhishek Banerjee
Hi all,
? I am new to esresso. I am trying to compile GIPAW but getting 
following error

[abhishek at blackhost GIPAW]$ make
Building qe-gipaw...
make -C src
make[1]: Entering directory 
`/home/abhishek/md_dft/espresso/espresso-5.0.2/GIPAW/src'
mpif90 -O2 -assume byterecl -g -traceback -par-report0 -vec-report0 -nomodule 
-fpp -D__INTEL -D__FFTW3 -D__MPI -D__PARA -D__SCALAPACK?? -I../include 
-I/home/abhishek/md_dft/espresso/espresso-5.0.2/iotk/src 
-I/home/abhishek/md_dft/espresso/espresso-5.0.2/Modules 
-I/home/abhishek/md_dft/espresso/espresso-5.0.2/PW/src -I. -c gipaw_routines.f90
gipaw_routines.f90(191): error #6580: Name in only-list does not exist.?? 
[NWFCU]
? USE ldaU, ONLY : lda_plus_U, nwfcU
---^
gipaw_routines.f90(193): error #6580: Name in only-list does not exist.?? 
[IUNHUB]
? USE io_files, ONLY : prefix, iunhub, iunwfc, &
---^
gipaw_routines.f90(194): error #6580: Name in only-list does not exist.?? 
[NWORDWFCU]
?? nwordwfcU, nwordwfc, nwordatwfc, seqopn
---^
gipaw_routines.f90(214): error #6404: This name does not have a type, and must 
have an explicit type.?? [NWORDWFCU]
? nwordwfcU = npwx*nwfcU*npol
--^
gipaw_routines.f90(214): error #6404: This name does not have a type, and must 
have an explicit type.?? [NWFCU]
? nwordwfcU = npwx*nwfcU*npol
---^
gipaw_routines.f90(216): error #6404: This name does not have a type, and must 
have an explicit type.?? [IUNHUB]
 CALL open_buffer( iunhub, 'hub', nwordwfcU, io_level, exst )
---^
gipaw_routines.f90(227): error #6580: Name in only-list does not exist.?? 
[IUNHUB]
? USE io_files, ONLY : prefix, iunhub, iunwfc
---^
compilation aborted for gipaw_routines.f90 (code 1)
make[1]: *** [gipaw_routines.o] Error 1
make[1]: Leaving directory 
`/home/abhishek/md_dft/espresso/espresso-5.0.2/GIPAW/src'
make: *** [build] Error 2


Please some one help me. 

Thanks
Abhishek
-- next part --
An HTML attachment was scrubbed...
URL: 
http://pwscf.org/pipermail/pw_forum/attachments/20130613/9a440502/attachment.html
 


[Pw_forum] unable to compile gipaw

2013-06-12 Thread Paolo Giannozzi
On Thu, 2013-06-13 at 00:55 +0800, Abhishek Banerjee wrote:

> gipaw_routines.f90(191): error #6580: Name in only-list does not
> exist.   [NWFCU]
>   USE ldaU, ONLY : lda_plus_U, nwfcU

you are trying to compile incompatible versions of gipaw and qe

P.

-- 
Paolo Giannozzi, Dept. Chemistry&Physics&Environment, 
Univ. Udine, via delle Scienze 208, 33100 Udine, Italy
Phone +39-0432-558216, fax +39-0432-558222 



[Pw_forum] unable to compile gipaw

2013-06-12 Thread Yong Xue
hi

Sorry to reply something different.
I want to ask you where did you get the qe-gipaw for version 5?
I only successfully found qe-gipaw-4.1
by the way, it is better for you to also give detail information of the
machine you are using and the complier

Thanks
Xue


On Wed, Jun 12, 2013 at 10:55 AM, Abhishek Banerjee wrote:

> Hi all,
>   I am new to esresso. I am trying to compile GIPAW but
> getting following error
>
> [abhishek at blackhost GIPAW]$ make
> Building qe-gipaw...
> make -C src
> make[1]: Entering directory
> `/home/abhishek/md_dft/espresso/espresso-5.0.2/GIPAW/src'
> mpif90 -O2 -assume byterecl -g -traceback -par-report0 -vec-report0
> -nomodule -fpp -D__INTEL -D__FFTW3 -D__MPI -D__PARA -D__SCALAPACK
> -I../include -I/home/abhishek/md_dft/espresso/espresso-5.0.2/iotk/src
> -I/home/abhishek/md_dft/espresso/espresso-5.0.2/Modules
> -I/home/abhishek/md_dft/espresso/espresso-5.0.2/PW/src -I. -c
> gipaw_routines.f90
> gipaw_routines.f90(191): error #6580: Name in only-list does not exist.
> [NWFCU]
>   USE ldaU, ONLY : lda_plus_U, nwfcU
> ---^
> gipaw_routines.f90(193): error #6580: Name in only-list does not exist.
> [IUNHUB]
>   USE io_files, ONLY : prefix, iunhub, iunwfc, &
> ---^
> gipaw_routines.f90(194): error #6580: Name in only-list does not exist.
> [NWORDWFCU]
>nwordwfcU, nwordwfc, nwordatwfc, seqopn
> ---^
> gipaw_routines.f90(214): error #6404: This name does not have a type, and
> must have an explicit type.   [NWORDWFCU]
>   nwordwfcU = npwx*nwfcU*npol
> --^
> gipaw_routines.f90(214): error #6404: This name does not have a type, and
> must have an explicit type.   [NWFCU]
>   nwordwfcU = npwx*nwfcU*npol
> ---^
> gipaw_routines.f90(216): error #6404: This name does not have a type, and
> must have an explicit type.   [IUNHUB]
>  CALL open_buffer( iunhub, 'hub', nwordwfcU, io_level, exst )
> ---^
> gipaw_routines.f90(227): error #6580: Name in only-list does not exist.
> [IUNHUB]
>   USE io_files, ONLY : prefix, iunhub, iunwfc
> ---^
> compilation aborted for gipaw_routines.f90 (code 1)
> make[1]: *** [gipaw_routines.o] Error 1
> make[1]: Leaving directory
> `/home/abhishek/md_dft/espresso/espresso-5.0.2/GIPAW/src'
> make: *** [build] Error 2
>
> Please some one help me.
> Thanks
> Abhishek
>
> ___
> Pw_forum mailing list
> Pw_forum at pwscf.org
> http://pwscf.org/mailman/listinfo/pw_forum
>



-- 
Ms. Xue  Yong(??)
Department of Physics and Engineering Physics
University of Saskatchewan
116 Science Place
Saskatoon, SK S7N 5E2
Canada
Tel: +1 306 261 2369
-- next part --
An HTML attachment was scrubbed...
URL: 
http://pwscf.org/pipermail/pw_forum/attachments/20130612/25859437/attachment.html