Hi,
I am using a FORTRAN code on 64 bit fedora. There is "external data" in my code. It compiles fine but during execution if crashed with error
Code:
Fatal error: BLOCK DATA DATA has not been loaded!
The program execution is stopped now!
However, it runs fine in 32 bit. I am wondering if there is something I need to take care.
Thanks,
Chandra
---------- Post added at 07:21 AM ---------- Previous post was at 04:45 AM ----------
Oh, it is also crashing in 32 bit. somthing to do with "external" .
---------- Post added at 03:10 PM ---------- Previous post was at 07:21 AM ----------
Never mind.