<div dir="ltr">Dear Users,<br><br>I have been trying to compile cp2k version 2.6.0 on our university cluster using the following arch file:<br><br>CC         = cc<br>CPP        =<br>FC         = mpif90 -ffree-form<br>LD         = mpif90<br>AR         = ar -r<br>INTEL_INC  = /usr/local/packages5/intel12/composer_xe_2011_sp1.11.339/mkl/include<br>INTEL_LIB  = /usr/local/packages5/intel12/composer_xe_2011_sp1.11.339/mkl/lib/intel64<br>ACML_INC   = /usr/local/packages5/acml4.2.0-gfortran/gfortran64/include<br>ACML_LIB   = /usr/local/packages5/acml4.2.0-gfortran/gfortran64/lib<br>FFTW_INC   = /usr/local/packages5/fftw3/3.3.2/include<br>FFTW_LIB   = /usr/local/packages5/fftw3/3.3.2/lib<br>LIBINT_INC = /home/chp14png/Software/libint/libint-1.1.4/lib<br>LIBINT_LIB = /home/chp14png/Software/libint/libint-1.1.4/include<br>DFLAGS     = -D__GFORTRAN -D__FFTW3 -D__LIBINT \<br>             -D__LIBINT_MAX_AM=7 -D__LIBDERIV_MAX_AM1=6 -D__MAX_CONTR=4\<br>             -D__parallel -D__SCALAPACK<br>CPPFLAGS   = -traditional -C $(DFLAGS) -P<br>FCFLAGS    = $(DFLAGS) -O2 -ffast-math -ffree-form -ffree-line-length-none -I$(INTEL_INC) -fno-omit-frame-pointer -g\<br>             -ftree-vectorize -funroll-loops\<br>             -mtune=native\<br>             -I$(ACML_INC) -I$(FFTW_INC) -I$(LIBINT_INC)<br>LDFLAGS    = $(FCFLAGS) -I$(INTEL_INC) -L$(INTEL_LIB)<br>LIBS       = /usr/local/SCALAPACK/libscalapack.a -L$(ACML_LIB)/libacml.a -L$(FFTW_LIB)/libfftw3.a -L$(LIBINT_LIB)/libderiv.a -L$(LIBINT_LIB)/libint.a \<br>             -lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64 -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lderiv -lint -lstdc++<br><br>OBJECTS_ARCHITECTURE = machine_gfortran.o<br><br>Compiling using a gcc mpi fortran 90 compiler (using openmpi 1.8.3) produces the error:<br><br>Tue Mar  3 14:41:11 GMT 2015\"" -D__COMPILE_HOST="\"testnode03\"" -D__COMPILE_REVISION="\"svn:14880\"" -D__SHORT_FILE__="\"kinds.F\"" /home/chp14png/Software/cp2k-2.6.0/src/base/kinds.F  <br>gfortran:  : No such file or directory<br>make[3]: *** [kinds.o] Error 1<br>make[2]: *** [all] Error 2<br>make[1]: *** [popt] Error 2<br>make: *** [all] Error 2<br><br>At this point I am trying to discern if it's a problem with our hpc setup or not, so my general question is: are there any simple mistakes in the architecture file?<br><br>Best Regards<br><br>-Peter Gillespie<br></div>