Lumen 2.0.0 installation

sdwang
Posts: 10
Joined: Mon Jan 05, 2026 7:45 am

Lumen 2.0.0 installation

Post by sdwang »

Dear developers,
Happy new year!
I am recently trying to install Lumen2.0.0 on Oneapi environment, but it failed with fowling error
\t[lib/qe_pseudo] qe_pseudo (setup)
make[3]: *** [/home/hipeson/codes/lumen-2.0.0/config/mk/local/rules.mk:15: read_upf_v2.o] Error 1
read_upf_v2.f90(18): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [IOTK_MODULE]
read_upf_v2.f90(18): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [IOTK_MODULE]
qe_pseudo build failed
make[1]: *** [Makefile:56: int-libs] Error 1
make: *** [config/mk/global/actions/compile_yambo.mk:40: yambo] Error 2
I have successfully installed Yambo 5.3.0 and 5.4.0, but the Lumen failed with the same configurations and the same machines.
Attached is my config.log.
Thanks!
Shudong
Attachments
config.zip
config.log
(14.23 KiB) Downloaded 1348 times
Inner Mongolia University, Hohhot, China
User avatar
claudio
Posts: 17
Joined: Sat Oct 25, 2025 11:27 am

Re: Lumen 2.0.0 installation

Post by claudio »

Dear Shudong

try to do

Code: Select all

make clean_all
and then configure as:

Code: Select all

./configure CC=icx MPICC=mpiicx MPIFC=mpiifx MPIF77=mpiifx FC=ifx F77=ifx --enable-open-mp --with-scalapack-libs=mkl --with-blacs-libs=mkl
and let us know if it works
best
Claudio
Claudio Attaccalite
[CNRS/ Aix-Marseille Université/ CINaM laborarory / TSN department
Campus de Luminy – Case 913
13288 MARSEILLE Cedex 09
web site: http://www.attaccalite.com
sdwang
Posts: 10
Joined: Mon Jan 05, 2026 7:45 am

Re: Lumen 2.0.0 installation

Post by sdwang »

Dear Claudio,
Thanks for your suggestions! I have recompiled it, but it does not work as:
make[3]: *** [/home/wsd/code/lumen-2.0.0/config/mk/local/rules.mk:15: read_upf_v2.o] Error 1
read_upf_v2.f90(18): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [IOTK_MODULE]
qe_pseudo build failed
make[1]: *** [Makefile:56: int-libs] Error 1
make: *** [config/mk/global/actions/compile_yambo.mk:40: yambo] Error 2

Best
Shudong
Inner Mongolia University, Hohhot, China
User avatar
claudio
Posts: 17
Joined: Sat Oct 25, 2025 11:27 am

Re: Lumen 2.0.0 installation

Post by claudio »

Dear Shudong

it is difficult for me to help you because I just downloaded again Lumen-2.0 on my PC
and recompiled it with oneAPI without problems :-(

So let's try different things:
1) which version of oneAPI do you have? in general try to update it
2) try the last bug-fixes version of Lumen here:
https://gitlab.com/lumen-code/lumen/-/a ... type=heads

let me know
best
Claudio
Claudio Attaccalite
[CNRS/ Aix-Marseille Université/ CINaM laborarory / TSN department
Campus de Luminy – Case 913
13288 MARSEILLE Cedex 09
web site: http://www.attaccalite.com
User avatar
claudio
Posts: 17
Joined: Sat Oct 25, 2025 11:27 am

Re: Lumen 2.0.0 installation

Post by claudio »

May you put in the forum also the file

log/compile_qe_pseudo.log

and try to do:

make distclean

before the configure

best
Claudio
Claudio Attaccalite
[CNRS/ Aix-Marseille Université/ CINaM laborarory / TSN department
Campus de Luminy – Case 913
13288 MARSEILLE Cedex 09
web site: http://www.attaccalite.com
sdwang
Posts: 10
Joined: Mon Jan 05, 2026 7:45 am

Re: Lumen 2.0.0 installation

Post by sdwang »

Dear Claudio,
I have tried both Oneapi version of 2022.1.2 and 2023.2.0 (both are fine for Yambo5.3&5.4), but neither failed;
The bug-fixed version does not work...(with the same error as before)
Attached are the log/compile_qe_pseudo.log
Best
Shudong
Attachments
compile_qe_pseudo.zip
compile_qe_pseudo.log
(2.71 KiB) Downloaded 1374 times
Inner Mongolia University, Hohhot, China
Davide
Posts: 11
Joined: Mon Dec 29, 2025 8:50 am

Re: Lumen 2.0.0 installation

Post by Davide »

The error you report seems due to a previous fail in the compilation of the iotk librarty.

Since it keeps appearing, my best guess is that the download step of the library failed for some reason, and left a corrupted file

Code: Select all

lib/archive/iotk-y1.2.2.tar.gz
You can also inspect the content of

Code: Select all

log/compile_iotk-y1.2.2.log  log/config_iotk-y1.2.2.log  log/download_iotk-y1.2.2.log
Best,
D.
Davide Sangalli, PhD
Piazza Leonardo Da Vinci, 32, 20133 – Milano
CNR, Istituto di Struttura della Materia (ISM)
https://sites.google.com/view/davidesangalli
sdwang
Posts: 10
Joined: Mon Jan 05, 2026 7:45 am

Re: Lumen 2.0.0 installation

Post by sdwang »

Dear Claudio and Davide,
I have successfully installed Lumen-bug-fix version using FC=mpiifort, F77=mpiifort, and CC=mpiicc (but still not works for 2.0 version).
Thanks for your kindly help!

Best

Shudong
Inner Mongolia University, Hohhot, China
Davide
Posts: 11
Joined: Mon Dec 29, 2025 8:50 am

Re: Lumen 2.0.0 installation

Post by Davide »

Nice to hear.

The problem you managed to fix, was it due to the corrupted archive, or something else ?

Which is the issue you are experiencing with 2.0, that does not show up in the bug-fixes ?

Best,
D.
Davide Sangalli, PhD
Piazza Leonardo Da Vinci, 32, 20133 – Milano
CNR, Istituto di Struttura della Materia (ISM)
https://sites.google.com/view/davidesangalli
sdwang
Posts: 10
Joined: Mon Jan 05, 2026 7:45 am

Re: Lumen 2.0.0 installation

Post by sdwang »

Dear Davide,
The error messages of v-2.0.0 are:
make[3]: *** [/home/wsd/code/lumen-2.0.0/config/mk/local/rules.mk:15: read_upf_v2.o] Error 1
read_upf_v2.f90(18): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [IOTK_MODULE]
read_upf_v2.f90(18): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [IOTK_MODULE]
qe_pseudo build failed
make[1]: *** [Makefile:56: int-libs] Error 1
make: *** [config/mk/global/actions/compile_yambo.mk:40: yambo] Error 2
It seems not the problem of the corrupted archive, since I move to a new unzipped Lumen directory.

Best,

Shudong
Inner Mongolia University, Hohhot, China
Post Reply