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@hpc6 qe-6.8]$ ls external/devxlib/ make.inc any help will be greatly appreciated Mohammad Moaddeli ShirazU
make.inc
Description: Binary data
config.log
Description: Binary data
_______________________________________________ Quantum ESPRESSO is supported by MaX (www.max-centre.eu) users mailing list users@lists.quantum-espresso.org https://lists.quantum-espresso.org/mailman/listinfo/users