problem in compile cp2k 2.4 for parallel code

jian... at gmail.com jian... at gmail.com
Sat Dec 28 00:27:25 UTC 2013


linux OS: ubuntu 13.10-64
intel fortran compiler : ifort (IFORT) 14.0.1 20131008 with MKL 
libint-2.0.3
libxc-2.0.2
openmpi-1.6.5

when I compile cp2k, there are some errors.
how can I deal with it?  Thanks

this is the Linux-x86-64-intel.popt

##########################################################
CC       = icc
CPP      =
FC       = mpif90
LD       = mpif90
AR       = ar -r
INTEL_MKL=/opt/intel/mkl
INTEL_INC = $(INTEL_MKL)/include/fftw
INTEL_LIB = $(INTEL_MKL)/lib/intel64
DFLAGS   = -D__INTEL -D__FFTSG -D__parallel -D__BLACS -D__SCALAPACK 
-D__FFTW3  -D__LIBINT -D_LIBXC2
CPPFLAGS =
FCFLAGS  = $(DFLAGS) -I$(INTEL_INC) -O3 -msse2 -heap-arrays 64 
-funroll-loops -fpp -free
FCFLAGS2 = $(DFLAGS) -I$(INTEL_INC) -O1 -msse2 -heap-arrays 64 -fpp -free
LDFLAGS  = $(FCFLAGS) -I$(INTEL_INC)
LIBS     = -Wl,--start-group -L${INTEL_LIB}  -lmkl_blas95_lp64 
-lmkl_lapack95_lp64  \
-lmkl_sequential -lmkl_intel_lp64 -lmkl_sequential -lmkl_core 
-lmkl_intel_thread \
$(INTEL_MKL)/interfaces/fftw3xf/libfftw3xf_intel.a -Wl,--end-group \
/usr/local/libint/2.0.3-stable/lib/libint2.a \
/home/myu1310/work/cp2k/libxc/libxcforme/lib/libxc.a \
-lstdc++ -lm -lpthread  -liomp5


OBJECTS_ARCHITECTURE = machine_intel.o


graphcon.o: graphcon.F
        $(FC) -c $(FCFLAGS2) $<

##########################################################

this is the error:
##############################################################################

/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(library_tests.o):In 
the function‘library_tests_mp_cp_fm_gemm_test_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/library_tests.F:(.text+0x1a669):undefined 
reference to‘pilaenv_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(qs_linres_op.o):In 
the function‘qs_linres_op_mp_fm_scale_by_pbc_ac_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_linres_op.F:(.text+0x3fc7):undefined 
reference to‘indxl2g_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_linres_op.F:(.text+0x408b):undefined 
reference to‘indxl2g_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_basic_linalg.o):In 
the function‘cp_cfm_basic_linalg_mp_cp_cfm_lu_decompose_’:

......
......
......

/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(qs_localization_methods.o):/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_localization_methods.F:(.text+0x10aef): 
more undefined references to `pzrot_' follow
make[1]: *** 
[/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../exe/Linux-x86-64-intel/cp2k.popt] 
error 1
make[1]:  `/home/myu1310/work/cp2k/cp2k-2.4.0/obj/Linux-x86-64-intel/popt'
make: *** [build] error 2


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20131227/85285708/attachment.htm>
-------------- next part --------------
problem in compile cp2k 2.4 for parallel code
linux OS: ubuntu 13.10-64
intel fortran compiler : ifort (IFORT) 14.0.1 20131008 with MKL 
libint-2.0.3
libxc-2.0.2
openmpi-1.6.5

when I compile cp2k, there are some errors.
how can I deal with it? 

this is the Linux-x86-64-intel.popt

##########################################################
CC       = icc
CPP      =
FC       = mpif90
LD       = mpif90
AR       = ar -r
INTEL_MKL=/opt/intel/mkl
INTEL_INC = $(INTEL_MKL)/include/fftw
INTEL_LIB = $(INTEL_MKL)/lib/intel64
DFLAGS   = -D__INTEL -D__FFTSG -D__parallel -D__BLACS -D__SCALAPACK -D__FFTW3  -D__LIBINT -D_LIBXC2
CPPFLAGS =
FCFLAGS  = $(DFLAGS) -I$(INTEL_INC) -O3 -msse2 -heap-arrays 64 -funroll-loops -fpp -free
FCFLAGS2 = $(DFLAGS) -I$(INTEL_INC) -O1 -msse2 -heap-arrays 64 -fpp -free
LDFLAGS  = $(FCFLAGS) -I$(INTEL_INC)
LIBS     = -Wl,--start-group -L${INTEL_LIB}  -lmkl_blas95_lp64 -lmkl_lapack95_lp64  \
-lmkl_sequential -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lmkl_intel_thread \
$(INTEL_MKL)/interfaces/fftw3xf/libfftw3xf_intel.a -Wl,--end-group \
/usr/local/libint/2.0.3-stable/lib/libint2.a \
/home/myu1310/work/cp2k/libxc/libxcforme/lib/libxc.a \
-lstdc++ -lm -lpthread  -liomp5


OBJECTS_ARCHITECTURE = machine_intel.o


graphcon.o: graphcon.F
        $(FC) -c $(FCFLAGS2) $<

##########################################################

this is the error:
##############################################################################

/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(library_tests.o):In the function‘library_tests_mp_cp_fm_gemm_test_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/library_tests.F:(.text+0x1a669):undefined reference to‘pilaenv_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(qs_linres_op.o):In the function‘qs_linres_op_mp_fm_scale_by_pbc_ac_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_linres_op.F:(.text+0x3fc7):undefined reference to‘indxl2g_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_linres_op.F:(.text+0x408b):undefined reference to‘indxl2g_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_basic_linalg.o):In the function‘cp_cfm_basic_linalg_mp_cp_cfm_lu_decompose_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_basic_linalg.F:(.text+0x5f18):undefined reference to‘pzgetrf_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_basic_linalg.o):In the function‘cp_cfm_basic_linalg_mp_cp_cfm_gemm_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_basic_linalg.F:(.text+0x6956):undefined reference to‘pzgemm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_basic_linalg.o):In the function‘cp_cfm_basic_linalg_mp_cp_cfm_column_scale_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_basic_linalg.F:(.text+0x6b40):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_basic_linalg.o):In the function‘cp_cfm_basic_linalg_mp_cp_cfm_solve_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_basic_linalg.F:(.text+0x6f6b):undefined reference to‘pzgetrf_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_basic_linalg.F:(.text+0x739d):undefined reference to‘pzgetrs_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_basic_linalg.o):In the function‘cp_cfm_basic_linalg_mp_cp_cfm_cholesky_decompose_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_basic_linalg.F:(.text+0x75bd):undefined reference to‘pzpotrf_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_basic_linalg.o):In the function‘cp_cfm_basic_linalg_mp_cp_cfm_triangular_multiply_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_basic_linalg.F:(.text+0x789d):undefined reference to‘pztrsm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_basic_linalg.F:(.text+0x797d):undefined reference to‘pztrmm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_diag.o):In the function‘cp_cfm_diag_mp_cp_cfm_heevd_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_diag.F:(.text+0x4fe):undefined reference to‘pzheevd_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_diag.F:(.text+0xdf9):undefined reference to‘pzheevd_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_types.o):In the function‘cp_cfm_types_mp_cp_cfm_set_all_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_types.F:(.text+0xbe1):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_types.o):In the function‘cp_cfm_types_mp_cp_cfm_get_element_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_types.F:(.text+0xdcd):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_types.o):In the function‘cp_cfm_types_mp_cp_cfm_set_element_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_types.F:(.text+0x1011):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_types.o):In the function‘cp_cfm_types_mp_cp_cfm_get_info_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_types.F:(.text+0x1441):undefined reference to‘indxl2g_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_types.F:(.text+0x16d4):undefined reference to‘indxl2g_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_types.o):In the function‘cp_cfm_types_mp_cp_cfm_to_cfm_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_types.F:(.text+0x1d11):undefined reference to‘pzcopy_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_cfm_types.o):In the function‘cp_cfm_types_mp_cp_cfm_init_random_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_cfm_types.F:(.text+0x1f6c):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_lu_decompose_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x5490):undefined reference to‘pdgetrf_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_gemm_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x5c4f):undefined reference to‘psgemm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x5e13):undefined reference to‘pdgemm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_symm_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x6009):undefined reference to‘pdsymm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_ger_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x636b):undefined reference to‘pdger_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_syrk_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x64e1):undefined reference to‘pdsyrk_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_triangular_multiply_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x6e4e):undefined reference to‘pdtrsm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x6f2e):undefined reference to‘pdtrmm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_transpose_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x7999):undefined reference to‘pdtran_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_upper_to_full_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x7ede):undefined reference to‘indxl2g_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x7f27):undefined reference to‘indxl2g_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x8723):undefined reference to‘pstran_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x87c6):undefined reference to‘pdtran_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_column_scale_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x8b69):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_invert_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x94dc):undefined reference to‘pdgetrf_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0x9cae):undefined reference to‘pdgetrs_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_triangular_invert_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0xa3a0):undefined reference to‘pdtrtri_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_qr_factorization_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0xabe7):undefined reference to‘pdgeqrf_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0xb2a0):undefined reference to‘pdgeqrf_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_basic_linalg.o):In the function‘cp_fm_basic_linalg_mp_cp_fm_solve_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0xc132):undefined reference to‘pdgetrf_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_basic_linalg.F:(.text+0xc1d1):undefined reference to‘pdgetrs_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_cholesky.o):In the function‘cp_fm_cholesky_mp_cp_fm_cholesky_decompose_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_cholesky.F:(.text+0x125):undefined reference to‘pspotrf_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_cholesky.F:(.text+0x163):undefined reference to‘pdpotrf_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_cholesky.o):In the function‘cp_fm_cholesky_mp_cp_fm_cholesky_invert_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_cholesky.F:(.text+0x340):undefined reference to‘pspotri_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_cholesky.F:(.text+0x37e):undefined reference to‘pdpotri_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_cholesky.o):In the function‘cp_fm_cholesky_mp_cp_fm_cholesky_reduce_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_cholesky.F:(.text+0x593):undefined reference to‘pdsygst_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_cholesky.o):In the function‘cp_fm_cholesky_mp_cp_fm_cholesky_restore_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_cholesky.F:(.text+0x120f):undefined reference to‘pscopy_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_cholesky.F:(.text+0x12ca):undefined reference to‘pdcopy_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_cholesky.F:(.text+0x142d):undefined reference to‘pstrsm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_cholesky.F:(.text+0x1529):undefined reference to‘pdtrsm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_cholesky.F:(.text+0x1643):undefined reference to‘pstrmm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_cholesky.F:(.text+0x173f):undefined reference to‘pdtrmm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_diag.o):In the function‘cp_fm_diag_mp_choose_eigv_solver_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0xa57):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0xb3a):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0xc2c):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0xcb0):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_diag.o):In the function‘cp_fm_diag_mp_cp_fm_syevd_base_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x11fb):undefined reference to‘pdsyevd_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x14b1):undefined reference to‘pdsyevd_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_diag.o):In the function‘cp_fm_diag_mp_cp_fm_syevd_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x216b):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x224e):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x2340):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x23c4):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_diag.o):In the function‘cp_fm_diag_mp_cp_fm_syevx_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x2fbf):undefined reference to‘numroc_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x2fe8):undefined reference to‘numroc_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x371a):undefined reference to‘pdsyevx_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x4269):undefined reference to‘iceil_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_diag.o):In the function‘cp_fm_diag_mp_cp_fm_power_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x6cff):undefined reference to‘indxg2p_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x6d3f):undefined reference to‘indxg2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x6d9e):undefined reference to‘indxg2p_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x6dda):undefined reference to‘indxg2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x6e7f):undefined reference to‘indxg2p_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x6ebf):undefined reference to‘indxg2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x6f14):undefined reference to‘indxg2p_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x6f50):undefined reference to‘indxg2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x7781):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x786b):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x7974):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x79fb):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_diag.o):In the function‘cp_fm_diag_mp_cp_fm_block_jacobi_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x809d):undefined reference to‘descinit_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x84d3):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x8702):undefined reference to‘numroc_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x88a7):undefined reference to‘descinit_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x8ca4):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_diag.F:(.text+0x98b8):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_struct.o):In the function‘cp_fm_struct_mp_cp_fm_struct_get_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_struct.F:(.text+0x2126):undefined reference to‘indxl2g_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_struct.F:(.text+0x23a7):undefined reference to‘indxl2g_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_struct.o):In the function‘cp_fm_struct_mp_cp_fm_struct_create_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_struct.F:(.text+0x2ba0):undefined reference to‘numroc_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_struct.F:(.text+0x2be6):undefined reference to‘numroc_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_struct.F:(.text+0x3885):undefined reference to‘descinit_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_set_all_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0x17c4):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_get_diag_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0x1dd5):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_set_diag_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0x2107):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_get_element_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0x2314):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_set_element_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0x25a2):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_to_fm_matrix_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0x941d):undefined reference to‘pscopy_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0x94f0):undefined reference to‘pdcopy_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0x99bf):undefined reference to‘pdcopy_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0x9b1b):undefined reference to‘pscopy_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_to_fm_columns_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0xa1ea):undefined reference to‘pdcopy_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_to_fm_submat_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0xaa8a):undefined reference to‘pdcopy_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_add_to_element_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0xaca4):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_write_unformatted_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0xaefa):undefined reference to‘descinit_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0xaf38):undefined reference to‘numroc_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0xb071):undefined reference to‘pdgemr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0xb264):undefined reference to‘infog2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_indxg2p_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0xcb73):undefined reference to‘indxg2p_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_indxg2l_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0xcb83):undefined reference to‘indxg2l_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_fm_types.o):In the function‘cp_fm_types_mp_cp_fm_indxl2g_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_fm_types.F:(.text+0xcb93):undefined reference to‘indxl2g_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(distribution_2d_types.o):In the function‘distribution_2d_types_mp_distribution_2d_build_gdist_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/distribution_2d_types.F:(.text+0x2d12):undefined reference to‘igsum2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(hfx_libint_wrapper.o):In the function‘hfx_libint_wrapper_mp_terminate_libint_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/hfx_libint_wrapper.F:(.text+0x11):undefined reference to‘free_libint’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(hfx_libint_wrapper.o):In the function‘hfx_libint_wrapper_mp_terminate_libderiv_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/hfx_libint_wrapper.F:(.text+0x21):undefined reference to‘free_libderiv’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(hfx_libint_wrapper.o):In the function‘hfx_libint_wrapper_mp_initialize_libderiv_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/hfx_libint_wrapper.F:(.text+0x477):undefined reference to‘init_libderiv_base’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/hfx_libint_wrapper.F:(.text+0x48d):undefined reference to‘init_libderiv1’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(hfx_libint_wrapper.o):In the function‘hfx_libint_wrapper_mp_initialize_libint_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/hfx_libint_wrapper.F:(.text+0x4f9):undefined reference to‘init_libint_base’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/hfx_libint_wrapper.F:(.text+0x509):undefined reference to‘init_libint’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(qs_loc_utils.o):In the function‘qs_loc_utils_mp_jacobi_rotation_pipek_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_loc_utils.F:(.text+0xd0c):undefined reference to‘pzrot_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_loc_utils.F:(.text+0xea5):undefined reference to‘pzrot_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_loc_utils.F:(.text+0xf56):undefined reference to‘pzrot_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(qs_loc_utils.o):In the function‘qs_loc_utils_mp_rotate_rmat_real_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_loc_utils.F:(.text+0x16f2):undefined reference to‘pzrot_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(qs_loc_utils.o):In the function‘qs_loc_utils_mp_rotate_zij_real_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_loc_utils.F:(.text+0x189c):undefined reference to‘pzrot_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(qs_loc_utils.o):/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_loc_utils.F:(.text+0x1942): more undefined references to `pzrot_' follow
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_gridinfo_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x13):undefined reference to‘blacs_gridinfo_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_pnum_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x23):undefined reference to‘blacs_pnum_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_get_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x33):undefined reference to‘blacs_get_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_set_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x43):undefined reference to‘blacs_set_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_pinfo_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x53):undefined reference to‘blacs_pinfo_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_zgebs2d_array_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x7c):undefined reference to‘zgebs2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_zgebr2d_array_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0xb4):undefined reference to‘zgebr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_zgebs2d_scalar_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0xdc):undefined reference to‘zgebs2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_zgebr2d_scalar_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x114):undefined reference to‘zgebr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_dgebs2d_array_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x13c):undefined reference to‘dgebs2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_dgebr2d_array_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x174):undefined reference to‘dgebr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_dgebs2d_scalar_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x19c):undefined reference to‘dgebs2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_dgebr2d_scalar_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x1d4):undefined reference to‘dgebr2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_igsum2d_array_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x214):undefined reference to‘igsum2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_igsum2d_scalar_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x254):undefined reference to‘igsum2d_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_gridexit_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x263):undefined reference to‘blacs_gridexit_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_blacs_calls.o):In the function‘cp_blacs_calls_mp_cp_blacs_gridinit_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_blacs_calls.F:(.text+0x279):undefined reference to‘blacs_gridinit_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_dbcsr_cholesky.o):In the function‘cp_dbcsr_cholesky_mp_cp_dbcsr_cholesky_decompose_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_dbcsr_cholesky.F:(.text+0x1f8):undefined reference to‘pspotrf_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_dbcsr_cholesky.F:(.text+0x236):undefined reference to‘pdpotrf_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_dbcsr_cholesky.o):In the function‘cp_dbcsr_cholesky_mp_cp_dbcsr_cholesky_invert_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_dbcsr_cholesky.F:(.text+0x4dd):undefined reference to‘pspotri_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_dbcsr_cholesky.F:(.text+0x51b):undefined reference to‘pdpotri_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_dbcsr_cholesky.o):In the function‘cp_dbcsr_cholesky_mp_cp_dbcsr_cholesky_reduce_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_dbcsr_cholesky.F:(.text+0x90f):undefined reference to‘pdsygst_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(cp_dbcsr_cholesky.o):In the function‘cp_dbcsr_cholesky_mp_cp_dbcsr_cholesky_restore_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_dbcsr_cholesky.F:(.text+0x17d7):undefined reference to‘pscopy_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_dbcsr_cholesky.F:(.text+0x1892):undefined reference to‘pdcopy_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_dbcsr_cholesky.F:(.text+0x19fb):undefined reference to‘pstrsm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_dbcsr_cholesky.F:(.text+0x1af7):undefined reference to‘pdtrsm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_dbcsr_cholesky.F:(.text+0x1c11):undefined reference to‘pstrmm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/cp_dbcsr_cholesky.F:(.text+0x1d0d):undefined reference to‘pdtrmm_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(qs_localization_methods.o):In the function‘qs_localization_methods_mp_jacobi_rotations_serial_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_localization_methods.F:(.text+0x19b6):undefined reference to‘pzrot_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_localization_methods.F:(.text+0x1a51):undefined reference to‘pzrot_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_localization_methods.F:(.text+0x1b6f):undefined reference to‘pzrot_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(qs_localization_methods.o):In the function‘qs_localization_methods_mp_rotate_zij_’:
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_localization_methods.F:(.text+0x1092b):undefined reference to‘pzrot_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_localization_methods.F:(.text+0x109bf):undefined reference to‘pzrot_’
/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-intel/popt/libcp2k_lib.a(qs_localization_methods.o):/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../src/qs_localization_methods.F:(.text+0x10aef): more undefined references to `pzrot_' follow
make[1]: *** [/home/myu1310/work/cp2k/cp2k-2.4.0/makefiles/../exe/Linux-x86-64-intel/cp2k.popt] error 1
make[1]:  `/home/myu1310/work/cp2k/cp2k-2.4.0/obj/Linux-x86-64-intel/popt'
make: *** [build] error 2

##############################################################################






More information about the CP2K-user mailing list