I am getting an internal compiler error using ifort. Version information:
Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 18.0.2.199 Build 20180210
Output:
mpiifort -DMATRIX_SINGLE -O3 -w -fpp2 -recursive -align all -qopenmp -DMPI -g -I../camb -I/proj/snic2017-1-260/camille/mceng/currsrc -I/proj/snic2017-1-260/camille/raregal/rgnew -I. -I/proj/snic2017-1-260/inigo/CUBPACK_IFC -I/proj/snic2017-1-260/inigo -DNOWMAP -c xcsclusters.f90
101004_1855
catastrophic error: **Internal compiler error: internal abort** 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.
compilation aborted for xcsclusters.f90 (code 1)
make: *** [xcsclusters.o] Error 1
Grateful for any suggestions for where to start with this!