[QE-users] error compile gipaw
Davide Ceresoli
davide.ceresoli at cnr.it
Thu Nov 19 13:58:57 CET 2020
Dear Sangho,
you can try now. But before doing make gipaw, do
rm -Rf GIPAW/
rm install/6.6.tar.gz
and change line 14 of install/plugins_list from:
RELEASE_VERSION := $(shell awk -F\' '/version_number/{print $$2}'
../Modules/version.f90 )
to:
RELEASE_VERSION := $(shell awk -F\' '/version_number/{print $$2}'
../include/version.h )
Finally (let's cross fingers!): make gipaw
Best,
D.
On 11/18/20 5:04 PM, Sangho Chung wrote:
> Do you mean that installing QE v.6.5 will help to resolve this issue?
>
> Regards,
> Sangho
>
>> On 18 Nov 2020, at 18:59, Paolo Giannozzi <p.giannozzi at gmail.com
>> <mailto:p.giannozzi at gmail.com>> wrote:
>>
>> That's a different story: there is no GIPAW version aligned to QE v.6.6 anyway
>>
>> On Wed, Nov 18, 2020 at 4:57 PM Sangho Chung <chungsangho1982 at gmail.com
>> <mailto:chungsangho1982 at gmail.com>> wrote:
>>
>> Yes Paolo. I had the same issue with make pw, pp and all, so I redefined
>> cpp and it worked.
>>
>> But for gipaw, it is not working unfortunately.
>>
>> Regards,
>> Sangho
>>
>>> On 18 Nov 2020, at 18:54, Paolo Giannozzi <p.giannozzi at gmail.com
>>> <mailto:p.giannozzi at gmail.com>> wrote:
>>>
>>> Looks quite the same as this one:
>>> https://www.mail-archive.com/users@lists.quantum-espresso.org/msg38781.html
>>> <https://www.mail-archive.com/users@lists.quantum-espresso.org/msg38781.html>
>>> Paolo
>>>
>>> On Tue, Nov 17, 2020 at 7:25 PM Sangho Chung <chungsangho1982 at gmail.com
>>> <mailto:chungsangho1982 at gmail.com>> wrote:
>>>
>>> Hello QE user,
>>>
>>> I am new to QE, and started compiling today.
>>>
>>> There was an error when I was trying to compile gipaw. Please have a
>>> look below error message and let me know what should be done.
>>>
>>> Best regards,
>>> Sangho
>>>
>>>
>>> kl-19943:qe-6.6 chuns0b$ make gipaw
>>> test -d bin || mkdir bin
>>> ( cd clib ; /Library/Developer/CommandLineTools/usr/bin/make TLDEPS=
>>> all || exit 1 )
>>> make[1]: Nothing to be done for `all'.
>>> cd install ; /Library/Developer/CommandLineTools/usr/bin/make -f
>>> extlibs_makefile libiotk
>>> if test ! -d ../S3DE; then \
>>> (gzip -dc ../archive/iotk-1.2.beta.tar.gz | (cd ../; tar -xvf -)) ; \
>>> if test -e Makefile_iotk; then \
>>> (cp Makefile_iotk ../S3DE/iotk/src/Makefile); fi; \
>>> if test -e iotk_config.h; then \
>>> (cp iotk_config.h ../S3DE/iotk/include/iotk_config.h); fi; fi
>>> cd ../S3DE/iotk/src; /Library/Developer/CommandLineTools/usr/bin/make
>>> lib+util;
>>> make[2]: Nothing to be done for `lib+util'.
>>> cd ../bin; ln -fs ../S3DE/iotk/tools/iotk .; \
>>> ln -fs ../S3DE/iotk/src/iotk.x .; \
>>> ln -fs ../S3DE/iotk/src/iotk_print_kinds.x .; \
>>> # middle instruction needed for windows
>>> cd ../; rm -rf iotk ; ln -fs S3DE/iotk iotk
>>> cd install ; /Library/Developer/CommandLineTools/usr/bin/make -f
>>> extlibs_makefile libfox
>>> echo
>>>
>>> if test ! -d ../FoX; then \
>>> mkdir ../FoX; \
>>> (gzip -dc ../archive/fox.tgz | (cd ../FoX; tar -xvf -)); \
>>> cd ../FoX/fox/; export FC=gfortran; export FCFLAGS=""; \
>>> ./configure --prefix=/Users/chuns0b/QE/qe-6.6//FoX ;\
>>> touch cp_test; \
>>> if cp -p cp_test cp_test_1; then \
>>> echo "cp -p works"; \
>>> else \
>>> find -type f | xargs sed -i 's/cp -p/cp/g'; \
>>> fi; \
>>> /Library/Developer/CommandLineTools/usr/bin/make install; cd ../; rm
>>> -fr fox;fi
>>> ( cd UtilXlib ; /Library/Developer/CommandLineTools/usr/bin/make
>>> TLDEPS= all || exit 1 )
>>> make[1]: Nothing to be done for `all'.
>>> cd install ; /Library/Developer/CommandLineTools/usr/bin/make -f
>>> extlibs_makefile liblapack
>>> touch fake_liblapack.a
>>> rm fake_liblapack.a
>>> cd install ; /Library/Developer/CommandLineTools/usr/bin/make -f
>>> extlibs_makefile libcuda
>>> make[1]: Nothing to be done for `libcuda'.
>>> ( cd LAXlib ; /Library/Developer/CommandLineTools/usr/bin/make
>>> TLDEPS= all || exit 1 )
>>> cpp -P -traditional -Uvector -D__FFTW -D__MPI -Duse_beef
>>> -I/Users/chuns0b/QE/qe-6.6//include
>>> -I/Users/chuns0b/QE/qe-6.6//FoX/finclude
>>> -I/Users/chuns0b/QE/qe-6.6//S3DE/iotk/include/ laxlib.h -o laxlib.fh
>>> !
>>> ! Copyright (C) 2003-2013 Quantum ESPRESSO group
>>> ! This file is distributed under the terms of the
>>> ! GNU General Public License. See the file `License*laxlib.h:4:52:
>>> **warning: **missing terminating ' character [-Winvalid-pp-token]*
>>> ! GNU General Public License. See the file `License'
>>> * ^*
>>> '
>>> ! in the root directory of the present distribution,
>>> ! or http://www.gnu.org/copyleft/gpl.txt
>>> <http://www.gnu.org/copyleft/gpl.txt> .
>>> !
>>> include 'laxlib_low.fh'
>>> include 'laxlib_mid.fh'
>>> include 'laxlib_hi.fh'
>>> include 'laxlib_param.fh'
>>>
>>> INTEGER, EXTERNAL :: ldim_block, ldim_cyclic, ldim_block_sca
>>>
>>> 1 warning generated.
>>> clang: *error: *no input files
>>> make[1]: *** [laxlib.fh] Error 1
>>> make: *** [libla] Error 1
>>>
>>> _______________________________________________
>>> Quantum ESPRESSO is supported by MaX (www.max-centre.eu
>>> <http://www.max-centre.eu/>)
>>> users mailing list users at lists.quantum-espresso.org
>>> <mailto:users at lists.quantum-espresso.org>
>>> https://lists.quantum-espresso.org/mailman/listinfo/users
>>> <https://lists.quantum-espresso.org/mailman/listinfo/users>
>>>
>>>
>>>
>>> --
>>> Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche,
>>> Univ. Udine, via delle Scienze 208, 33100 Udine, Italy
>>> Phone +39-0432-558216, fax +39-0432-558222
>>>
>>> _______________________________________________
>>> Quantum ESPRESSO is supported by MaX (www.max-centre.eu
>>> <http://www.max-centre.eu/>)
>>> users mailing list users at lists.quantum-espresso.org
>>> <mailto:users at lists.quantum-espresso.org>
>>> https://lists.quantum-espresso.org/mailman/listinfo/users
>>> <https://lists.quantum-espresso.org/mailman/listinfo/users>
>>
>> _______________________________________________
>> Quantum ESPRESSO is supported by MaX (www.max-centre.eu
>> <http://www.max-centre.eu/>)
>> users mailing list users at lists.quantum-espresso.org
>> <mailto:users at lists.quantum-espresso.org>
>> https://lists.quantum-espresso.org/mailman/listinfo/users
>> <https://lists.quantum-espresso.org/mailman/listinfo/users>
>>
>>
>>
>> --
>> Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche,
>> Univ. Udine, via delle Scienze 208, 33100 Udine, Italy
>> Phone +39-0432-558216, fax +39-0432-558222
>>
>> _______________________________________________
>> Quantum ESPRESSO is supported by MaX (www.max-centre.eu
>> <http://www.max-centre.eu>)
>> users mailing list users at lists.quantum-espresso.org
>> <mailto:users at lists.quantum-espresso.org>
>> https://lists.quantum-espresso.org/mailman/listinfo/users
>> <https://lists.quantum-espresso.org/mailman/listinfo/users>
>
--
+--------------------------------------------------------------+
Davide Ceresoli
CNR - Istituto di Scienze e Tecnologie Chimiche (SCITEC)
c/o University of Milan, via Golgi 19, 20133 Milan, Italy
Email: davide.ceresoli at cnr.it
Phone: +39-02-50314276, +39-347-1001570 (mobile)
Skype: dceresoli
Website: http://sites.google.com/site/dceresoli/
+--------------------------------------------------------------+
More information about the users
mailing list