Re: install problems ( No.1 ) |
- Date: 2023/12/30 14:12
- Name: Naoya Yamaguchi
- Hi,
Your issue is the same as shown in https://community.intel.com/t5/Intel-oneAPI-Data-Parallel-C/Compilation-issues-with-ICPC-2021-4-and-C-14/m-p/1318571/highlight/true . How about using the latest oneAPI?
Regards, Naoya Yamaguchi
|
Re: install problems ( No.2 ) |
- Date: 2024/01/04 00:24
- Name: Ir <1448204964@qq.com>
- Hi
thank you very much! I installed latest oneAPI, and in /openmx3.9/source, changed the makefile to:
MKLROOT = /opt/intel/oneapi/mkl/2024.0/ CC = mpiicc -O3 -xHOST -ip -no-prec-div -qopenmp -I${MKLROOT}/include -I${MKLROOT}/include/fftw FC = mpiifort -O3 -xHOST -ip -no-prec-div -qopenmp LIB= -L${MKLROOT}/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lifcore -lmkl_blacs_intelmpi_lp64 -liomp5 -lpthread -lm -ldl
I typed : sudo make all, the error is:
mpiicc -O3 -xHOST -ip -no-prec-div -qopenmp -I/opt/intel/oneapi/mkl/2024.0//include -I/opt/intel/oneapi/mkl/2024.0//include/fftw -I./elpa-2018.05.001 -c NBO_Cluster.c make: mpiicc: No such file or directory make: *** [makefile:613: NBO_Cluster.o] Error 127
this time what is the problem? hope to hear from you!
Regards
|
Re: install problems ( No.3 ) |
- Date: 2024/01/04 01:56
- Name: Naoya Yamaguchi
- >I typed : sudo make all, the error is:
Please remove `sudo`.
Regards, Naoya Yamaguchi
|