Hi,
Upon trying to compile a box model (effectively: https://github.com/barronh/DSMACC ) with a very large dataset, I get the following bug:
ifort -cpp -fp-model strict -c model_Rates.f90
/tmp/ifortn2jCHh.i90: 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.
compilation aborted for model_Rates.f90 (code 1)
make: *** [model_Rates.o] Error 1
The program works fine normally, however with the large dataset I might have to concatenate a couple of lines as I reach the continuation line limit. That said these files then compile normally, until I encounter the above. I am running on a computer with 256gb memory (although I can increase this if needed), so that shouldn't be a problem.
Has anyone got any suggestions on what I could try to resolve this?
Thanks in advance!
P.S. I am using ifort-13 and openSuse.