Closed thedufer closed 11 years ago
gfortran: internal compiler error: Killed (program f951) Please submit a full bug report, with preprocessed source if appropriate.
... ;-) I guess it's not my fault. Are you using 32bit?
Nope, its 64 bit. I'll see if I can figure out installing a new version..
The compilation of QR.f
seems to require 700MB memory.
$ /usr/bin/time -f "%M KB" gfortran -o QR QR.f
754648 KB
It may require more depending on your platform. So I guess this bug is caused by out of memory. Please add swap space. Smarter encoding (of Fortran90) will reduce memory usage, but will make the formatted Ruby code bigger. Rather, I'd like to keep it simple, stupid.
I think I've found a workaround: tcc
can be used to compile QR.f
much faster, with much less memory than gcc
.
Now Makefile
uses tcc
for FORTRAN77 and INTERCAL. Please let me know if the issue is not fixed yet.
Wow, quick work. Works fine now!
Hi,
How did you resolve this error. I am also facing the same error while installing WRF.
Thanks & Regards, Mallesh
The source file is 27685 lines long, so I'm going to pass on putting it here.
I used your
apt-get
line to install everything (except clojure; couldn't find packageclojure1.4
). Do I need to upgrade Fortran?