[EMAIL PROTECTED]:~> cat hi.f90
       program hi
       print *,"hi"
       end
[EMAIL PROTECTED]:~> pgf90 hi.f90
[EMAIL PROTECTED]:~> ./a.out
hi
[EMAIL PROTECTED]:~> ls -alF a.out
-rwxr-xr-x 1 landman users 2302794 Apr  8 21:38 a.out*

interesting - my x86_64 (pgf90 6.1-6) generates just 1.2 MB,
of which 77KB is text (according to 'file').

about the data segment of a program. Also, people tell
me that there are programs that were generated by other
programs that are larger than 32 bits. I've never seen

I think it's true that 2GB is large for text, but it's also not terribly relevant. I don't see much problem caused by 64 instruction addresses, since things like libraries seem to get along with 32b fixups (mcmodel=small). I have no idea what windows does.
_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org
To change your subscription (digest mode or unsubscribe) visit 
http://www.beowulf.org/mailman/listinfo/beowulf

Reply via email to