<div dir="ltr">Hi everyone,<br><br>       I need some help regarding cp2k installation in parallel on a supercomputer  with specifications given in the link: <a href="https://www.iitg.ernet.in/param-ishan">https://www.iitg.ernet.in/param-ishan . </a>I am trying to install the popt version with the following arch file<br># ------------------------------------------------------------------------------------------------------------------------------------------------------<br><br># Arch file targeting Linux 64-bit using the Intel tool chain<br>ROOT := $(dir $(word $(words $(MAKEFILE_LIST)), $(MAKEFILE_LIST)))<br>ACC := 0<br>SMP := 0<br><br>include $(ROOT)Linux-x86-64-intel-mic.psmp<br>INTEL_MKL =/cm/shared/apps/intel/compilers_and_libraries/2016.2.181/mkl<br>INTEL_INC = $(INTEL_MKL)/include/fftw<br>INTEL_LIB = $(INTEL_MKL)/lib/intel64<br>CC = mpiicc<br>FC = mpiifort<br>LD = mpiifort<br>AR = /usr/bin/ar -r<br>DFLAGS =-D__FFTW3 -D__FFTSG -D__FFTMKL -D__parallel -D__BLACS -D__SCALAPACK -D__MKL <br>CPPFLAGS = -C -traditional $(DFLAGS) -I$(INTEL_INC)<br>#FCFLAGS = $(DFLAGS) -I$(INTEL_INC) -O2 -xHost -heap-arrays 64 -fpp -free –unroll -pc 64 -convert big_endian<br>FCFLAGS = $(DFLAGS) -I$(INTEL_INC) -O2 -xHost -fpp -free -pc 64 -convert big_endian<br>LDFLAGS = $(FCFLAGS) -static-intel<br><br>MKL_LIB=/cm/shared/apps/intel/compilers_and_libraries/2016.2.181/mkl/lib/intel64<br>LIBS = -L$(INTEL_LIB) -lmkl_intel_lp64   -lmkl_sequential  -lmkl_core  -lmkl_scalapack_lp64  -lmkl_blacs_intelmpi_lp64<br>OBJECTS_ARCHITECTURE = machine_intel.o<br>optimize_ri_basis.o: mp2_optimize_ri_basis.F<br>        $(FC) -c $(FCFLAGS2) $<<br># 
------------------------------------------------------------------------------------------------------------------------------------------------------<br><br>Everything goes fine as far as the installation is concerned, also runs fine for about 1 ps with  time step of 0.5 fs for integration, and then stops, every time, at the following line:<br>" Number of independent orbital functions:                                   2466" <br><br>Following previous posts and whatsoever I got from internet surfing, I tried to modify the arch file, but without any success. For example, (i) I installed with a different mkl version (parallel_studio_xe),<br>(ii) tried combinations of the last two lines of the above scripts, (iii) compiled without fftw (iv) changed FCFLAGS, (v) tried installing different versions of cp2k, etc.  I guess it must be due to some kinds of memory leaks. <br><br>Thanks in advance.<br><br>Best regards,<br>Sangkha Borah<br>Dept. of Physics, IIT Guwahati, India<br><br></div>