[QE-users] QE 7.1 compilation error
Jibiao Li
jibiaoli at foxmail.com
Wed Nov 16 13:42:46 CET 2022
Dear All,
I tried to compile QE 7.1 with oneAPI, but facing the following error.
fox_init_module.f90(6): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [M_COMMON_IO]
USE m_common_io, ONLY: setup_io, io_err, io_eor, io_eof
----^
fox_init_module.f90(6): error #6580: Name in only-list does not exist or is not accessible. [SETUP_IO]
USE m_common_io, ONLY: setup_io, io_err, io_eor, io_eof
-----------------------^
fox_init_module.f90(6): error #6580: Name in only-list does not exist or is not accessible. [IO_ERR]
USE m_common_io, ONLY: setup_io, io_err, io_eor, io_eof
---------------------------------^
fox_init_module.f90(6): error #6580: Name in only-list does not exist or is not accessible. [IO_EOR]
USE m_common_io, ONLY: setup_io, io_err, io_eor, io_eof
-----------------------------------------^
fox_init_module.f90(6): error #6580: Name in only-list does not exist or is not accessible. [IO_EOF]
USE m_common_io, ONLY: setup_io, io_err, io_eor, io_eof
-------------------------------------------------^
fox_init_module.f90(17): error #6406: Conflicting attributes or multiple declaration of name. [SETUP_IO]
call setup_io()
--------------^
fox_init_module.f90(18): error #6406: Conflicting attributes or multiple declaration of name. [IO_ERR]
errcodes(1) = io_err
-----------------------^
fox_init_module.f90(19): error #6406: Conflicting attributes or multiple declaration of name. [IO_EOR]
errcodes(2) = io_eor
-----------------------^
fox_init_module.f90(20): error #6406: Conflicting attributes or multiple declaration of name. [IO_EOF]
errcodes(3) = io_eof
-----------------------^
fox_init_module.f90(24): error #6406: Conflicting attributes or multiple declaration of name. [SETUP_IO]
CALL setup_io(ERR_CODE = errcodes(1), EOR_CODE = errcodes(2), EOF_CODE = errcodes(3))
-----------^
compilation aborted for fox_init_module.f90 (code 1)
make[1]: *** [../make.inc:16: fox_init_module.o] Error 1
make[1]: Leaving directory '/home/jibiaoli/codes/espresso-7.1/Modules'
make: *** [Makefile:194: mods] Error 1
Any idea to remove this error?
Regards
Jibiao Li
Department of Materials Science and Engineering
Yangtze Normal University
Juxian Avenue 16, Fuling, Chongqing, China 408100
Scopus Research ID: 54944118000
Web of Science Research ID: F-1905-2016
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20221116/16fe31a6/attachment.html>
More information about the users
mailing list