I am trying to compile some data in file that goes like this
BLOCK DATA stuff
INTEGER istuff(484484)
REAL rstuff(484484)
EQUIVALENCE istuff(1), rstuff(1)
COMMON someOtherVariable/rstuff
DATA rstuff(1) /1.2/
DATA rstuff(...) /1.2/
DATA rstuff(484484) /1.2/
END
this has been compiled before....and i was told that it only took about 5 minutes on using the greenhills compiler. I have to compile it using gcc. I let it compile for 9 hours and it was still going strong....
anythoughts???
thanks
BLOCK DATA stuff
INTEGER istuff(484484)
REAL rstuff(484484)
EQUIVALENCE istuff(1), rstuff(1)
COMMON someOtherVariable/rstuff
DATA rstuff(1) /1.2/
DATA rstuff(...) /1.2/
DATA rstuff(484484) /1.2/
END
this has been compiled before....and i was told that it only took about 5 minutes on using the greenhills compiler. I have to compile it using gcc. I let it compile for 9 hours and it was still going strong....
anythoughts???
thanks