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





 
_______________________________________________
The Quantum ESPRESSO community stands by the Ukrainian
people and expresses its concerns about the devastating
effects that the Russian military offensive has on their
country and on the free and peaceful scientific, cultural,
and economic cooperation amongst peoples
_______________________________________________
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

Reply via email to