Error when Installing 3.9 version |
- Date: 2019/12/11 22:45
- Name: kmaz
- Hi,
I've a linking error when trying to compile 3.9 version with OpenMPI and MKL:
MKLROOT = /opt/imkl/11.1.2.144/mkl CC = mpicc -O3 -ip -no-prec-div -Dnoomp -I/${MKLROOT}/include/fftw FC = mpif90 -O3 -ip -no-prec-div -Dnoomp 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
Error Output:
elpa2_compute_real.o: In function `elpa2_compute_real_mp_trans_ev_tridi_to_band_real_double_': ./elpa-2018.05.001/elpa2_compute_real.F90:(.text+0x1704d): undefined reference to `pack_row_math_datatype_cpu_precision_' ./elpa-2018.05.001/elpa2_compute_real.F90:(.text+0x1780e): undefined reference to `pack_row_math_datatype_cpu_precision_' elpa2_compute_complex.o: In function `elpa2_compute_complex_mp_trans_ev_tridi_to_band_complex_double_': ./elpa-2018.05.001/elpa2_compute_complex.F90:(.text+0x163d0): undefined reference to `pack_row_math_datatype_cpu_precision_' ./elpa-2018.05.001/elpa2_compute_complex.F90:(.text+0x16ab3): undefined reference to `pack_row_math_datatype_cpu_precision_'
Thank you in andance.
| |