<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>