[QE-users] QE 6.8 compilation
Mohammad Moaddeli
mohammad.moaddeli at gmail.com
Wed Jul 28 08:56:30 CEST 2021
Dear all
I am trying to compile QE 6.8. The configure script completed successfully.
However, I found the following error during running make pw:
-------------------------------------
./configure FC=mpiifort CC=mpiicc CXX=mpiicpc F77=mpiifort
--with-scalapack=intel
-------------------------------------
make pw
-------------------------------------
.
.
.
.
cd ../external/devxlib; \
if test ! -e configure; then \
wget "
https://gitlab.com/max-centre/components/devicexlib/-/archive/master/devicexlib-master.tar.gz"
-O devxlib.tar.gz || curl "
https://gitlab.com/max-centre/components/devicexlib/-/archive/master/devicexlib-master.tar.gz"
-o devxlib.tar.gz ; \
tar xzf devxlib.tar.gz --strip-components=1 -C . ; \
rm devxlib.tar.gz ; \
fi; \
touch make.inc; \
make clean; \
export F90FLAGS=""; \
./configure FC=ifort CC=mpiicc \
--with-cuda=no \
--with-cuda-cc= \
--with-cuda-runtime= \
--disable-parallel \
--enable-cuda-env-check=no; \
make all
--2021-07-27 10:42:14--
https://gitlab.com/max-centre/components/devicexlib/-/archive/master/devicexlib-master.tar.gz
Resolving gitlab.com (gitlab.com)... failed: Name or service not known.
wget: unable to resolve host address ‘gitlab.com’
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0curl: (6) Could not resolve host: gitlab.com
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
make[2]: Entering directory '/codes/qe_6.8/qe-6.8/external/devxlib'
make[2]: *** No rule to make target 'clean'. Stop.
make[2]: Leaving directory '/codes/qe_6.8/qe-6.8/external/devxlib'
/bin/sh: line 9: ./configure: No such file or directory
make[2]: Entering directory '/codes/qe_6.8/qe-6.8/external/devxlib'
make[2]: *** No rule to make target 'all'. Stop.
make[2]: Leaving directory '/codes/qe_6.8/qe-6.8/external/devxlib'
make[1]: *** [extlibs_makefile:94: libcuda_devxlib] Error 2
make[1]: Leaving directory '/codes/qe_6.8/qe-6.8/install'
make: *** [Makefile:230: libcuda] Error 2
============================================
There is no internet access on the server, so the devxlib.tar.gz file is
downloaded from this link:
https://gitlab.com/max-centre/components/devicexlib/-/archive/master/devicexlib-master.tar.gz
I put the file in <QE>/external/devxlib/, renamed it to devxlib.tar.gz and
tried to recompile, however the devxlib file seems to be removed during the
make procedure:
[moaddeli at hpc6 qe-6.8]$ ls external/devxlib/
make.inc
any help will be greatly appreciated
Mohammad Moaddeli
ShirazU
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20210728/ce4ab64a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.inc
Type: application/octet-stream
Size: 5995 bytes
Desc: not available
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20210728/ce4ab64a/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: application/octet-stream
Size: 17050 bytes
Desc: not available
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20210728/ce4ab64a/attachment-0001.obj>
More information about the users
mailing list