Error while compiling openmx 3.9 |
- Date: 2024/07/02 19:58
- Name: Zhang Ting
<phzting@ust.hk>
- Dear all:
I'm a new user of openmx. I download openmx 3.9 and compile, however, a mistake occurs as follows:
**************************************************** ld: elpa1_compute_real.o: undefined reference to symbol '_f90_dope_vector_init' /opt/ohpc/pub/compiler/intel/compilers_and_libraries_2020.1.217/linux/compiler/lib/intel64_lin/libifcoremt.so.5: error adding symbols: DSO missing from command line make: *** [openmx] Error 1 ****************************************************
I'm using the following setting in makefile:
MKLROOT = /opt/ohpc/pub/compiler/intel/compilers_and_libraries_2020.1.217/linux/mkl CC = mpicc -O3 -xHOST -ip -no-prec-div -qopenmp -I/opt/ohpc/pub/compiler/intel/compilers_and_libraries_2020.1.217/linux/mkl/include/fftw FC = mpif90 -O3 -xHOST -ip -no-prec-div -qopenmp LIB= -L${MKLROOT}/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lmkl_blacs_openmpi_lp64 -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -liomp5 -lpthread -lm -ldl
Dose anyone encounter such problem? I'll be very appreciate if someone can help!
Regards Zhang Ting
| |