<div dir="ltr">Hello all,<div><br></div><div>I am trying to install CP2K using the Intel MKL library. Using the attached arch file an executable was successfully compiled but when I submit a test calculation of bulk Si with 8 atoms the code hangs and no electronic steps are submitted. </div><div><br></div><div><div>CC       = mpicc</div><div>CXX      = mpicxx</div><div>CPP      = cpp -P -traditional-cpp</div><div>FC       = mpif90</div><div>LD       = mpif90</div><div>AR       = ar -r</div><div><br></div><div>FCFLAGS  =  $(DFLAGS) -I${MKLROOT}/include</div><div>LDGLAGS  = $(FCLAGS) -I${MKLROOT}/include</div><div><br></div><div>DFLAGS   = -D_parallel -D_SCALAPACK -D_MKL -D_BLACS</div><div><br></div><div><br></div><div>LIBS    =  -DMKL_ILP64 -I${MKLROOT}/include ${MKLROOT}/lib/intel64/libmkl_scalapack_ilp64.a -Wl,--start-group ${MKLROOT}/lib/intel64/libmkl_intel_ilp64.a ${MKLROOT}/lib/intel64/libmkl_core.a ${MKLROOT}/lib/intel64/libmkl_sequential.a -Wl,--end-group ${MKLROOT}/lib/intel64/libmkl_blacs_intelmpi_ilp64.a -lpthread -lm</div><div><br></div><div><br></div><div><br></div><div>Im not quite sure where to start in the debugging process. Would it be worth it to install mkl on my account of the supercomputer and reattempt compilation?</div><div><br></div><div><br></div><div><br></div><div>Thank you</div><div><br></div><div><br></div></div></div>