Lumen 2.0.0 installation
Lumen 2.0.0 installation
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
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
Re: Lumen 2.0.0 installation
Dear Shudong
try to do
and then configure as:
and let us know if it works
best
Claudio
try to do
Code: Select all
make clean_allCode: 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=mklbest
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
[CNRS/ Aix-Marseille Université/ CINaM laborarory / TSN department
Campus de Luminy – Case 913
13288 MARSEILLE Cedex 09
web site: http://www.attaccalite.com
Re: Lumen 2.0.0 installation
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
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
Re: Lumen 2.0.0 installation
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
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
[CNRS/ Aix-Marseille Université/ CINaM laborarory / TSN department
Campus de Luminy – Case 913
13288 MARSEILLE Cedex 09
web site: http://www.attaccalite.com
Re: Lumen 2.0.0 installation
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
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
[CNRS/ Aix-Marseille Université/ CINaM laborarory / TSN department
Campus de Luminy – Case 913
13288 MARSEILLE Cedex 09
web site: http://www.attaccalite.com
Re: Lumen 2.0.0 installation
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
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
Re: Lumen 2.0.0 installation
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
You can also inspect the content of
Best,
D.
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.gzCode: Select all
log/compile_iotk-y1.2.2.log log/config_iotk-y1.2.2.log log/download_iotk-y1.2.2.logD.
Davide Sangalli, PhD
Piazza Leonardo Da Vinci, 32, 20133 – Milano
CNR, Istituto di Struttura della Materia (ISM)
https://sites.google.com/view/davidesangalli
Piazza Leonardo Da Vinci, 32, 20133 – Milano
CNR, Istituto di Struttura della Materia (ISM)
https://sites.google.com/view/davidesangalli
Re: Lumen 2.0.0 installation
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
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
Re: Lumen 2.0.0 installation
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.
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
Piazza Leonardo Da Vinci, 32, 20133 – Milano
CNR, Istituto di Struttura della Materia (ISM)
https://sites.google.com/view/davidesangalli
Re: Lumen 2.0.0 installation
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
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