<div dir="ltr"><div>First of all, you don't need</div><div><br></div><div>OBJECTS_ARCHITECTURE = machine_intel.o<br></div><div><br></div><div>anymore.</div><div><br></div><div>As the message says, the compiler is buggy. I assume that this is the Intel compiler. Please refer to this list of supported (and tested)  compiler:<br></div><div><br></div><div>https://www.cp2k.org/dev:compiler_support</div><div><br></div><div><div>Alfio<br><br>Il giorno giovedì 12 aprile 2018 23:34:20 UTC+2, Yifei Shi ha scritto:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Hi Everyone,<br><br>I'm getting this error when compiling:<br><br>catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report.  Note: File and line given may not be explicit cause of this error.<br>compilation aborted for dbcsr_mm_cannon.f90 (code 1)<br><br>The arch file I'm using is:<br><br>CC         = mpicc<br>FC         = mpif90<br>LD         = mpif90<br>AR         = xiar -r<br>#DFLAGS     = -D__MKL -D__INTEL -D__parallel -D__SCALAPACK<br>DFLAGS     = -D__MKL -D__INTEL -D__FFTW3 -D__parallel -D__SCALAPACK<br>CPPFLAGS   = -C -traditional $(DFLAGS)<br>FCFLAGS    = $(DFLAGS) -O3 -xHost -heap-arrays 64 -fpp -free -unroll -pc 64 -convert big_endian<br>LDFLAGS    = $(FCFLAGS) -static-intel<br>#LIBS       = -mkl=cluster<br>LIBS       = -lfftw3 -mkl=cluster #-lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64<br><br>OBJECTS_ARCHITECTURE = machine_intel.o<br><br><br>Thanks very much for any suggestions!<br><br>Yifei<br></div></blockquote></div></div></div>