<div dir="ltr">Hello and thank you Jörg<br><br>I compile the next arch file:<br><br>CC         = gcc<br>CPP        =<br>FC         = gfortran<br>LD         = gfortran<br>AR         = ar -r<br>ACML_INC   = /home/ralf/ACML/gfortran64_mp/include<br>ACML_LIB   = /home/ralf/ACML/gfortran64_mp/lib<br>FFTW_INC   = /usr/local/include/<br>FFTW_LIB   = /usr/local/lib/<br>LIBINT_INC = /usr/local/libint/1.1.4-stable/include<br>LIBINT_LIB = /usr/local/libint/1.1.4-stable/lib<br>LIBXC_INC  = /opt/etsf/include<br>LIBXC_LIB  = /opt/etsf/lib<br>DFLAGS     = -D__FFTW3 -D__LIBINT -D__LIBXC2\<br>             -D__LIBINT_MAX_AM=7 -D__LIBDERIV_MAX_AM1=6 -D__MAX_CONTR=4<br>CPPFLAGS   = <br>FCFLAGS    = $(DFLAGS) -O2 -ffast-math -ffree-form -ffree-line-length-none\<br>             -fopenmp -ftree-vectorize -funroll-loops\<br>             -mtune=native\<br>             -I$(ACML_INC) -I$(FFTW_INC) -I$(LIBINT_INC) -I$(LIBXC_INC)<br>LDFLAGS    = $(FCFLAGS) -static-libgfortran<br>LIBS       = $(ACML_LIB)/libacml_mp.so\<br>             $(FFTW_LIB)/libfftw3.a\<br>             $(FFTW_LIB)/libfftw3_threads.a\<br>             $(LIBXC_LIB)/libxcf90.a\<br>             $(LIBXC_LIB)/libxc.a\<br>             $(LIBINT_LIB)/libderiv.a\<br>             $(LIBINT_LIB)/libint.a<br><br>And when I run the tests I obtain in all 2500 cases this kind of error<br><br>/home/ralf/cp2k-4.1/regtesting/make/ssmp/TEST-make-ssmp-2017-02-14_13-35-10/optimize_input/regtest-1/driver-stride.inp.out<br>/home/ralf/cp2k-4.1/regtesting/make/ssmp/../../..//exe/make/cp2k.ssmp: error while loading shared libraries: libacml_mp.so: cannot open shared object file: No such file or directory<br>EXIT CODE:  127  MEANING:  RUNTIME FAIL<br><br>I should use libacml_mp.a for the compilling but in my installation this file doesn appear<br><br>Rafa<br><br><br>El martes, 14 de febrero de 2017, 13:11:16 (UTC+1), rdel...@gmail.com  escribió:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Hello all.<br><br>I have been trying to compile and execute cp2k in my computer but i'm having problems.<br><br>I use a modified arch file including my routes to files and libreries. When I compile it works but wher runing the tests it fails in all the cases.<br><br>Could anyone help me with this? My computer is an intel i7-920 with 4 cores and 8 threadings. I have a CUDA capable graphic card so i like to enable it (I have installed the last version of the nvidia CUDA kit)<br>About the software i run ubuntu 16.04.4 with gfortran and gcc, both versions 5.4.0. Also I have installed the last version of the intel MKL library (aditionally i also have ACML). Finally I'd like to compile cp2k with libint, libxc and fftw. All three are compiled and installed in my computer<br><br>Any help for the creation of the appropiate arch file in wellcome.<br><br>That you all in advance.<br><br>Rafa<br></div></blockquote></div>