Software Archive
Read-only legacy content
17061 Discussions

Run time difference - NT 4/Win2K

Deleted_U_Intel
Employee
443 Views
I have a Fortran program that has worked for years under NT 3/4. I recently moved to Win2K. After recompile/link, I get errors such as floating invalid that I never had before. If I bring over the pristine executable currently in production (compiled under NT4) and run it on Win2K, I get the same errors. If I put my Win2K-compiled executable on NT4, it works perfectly. Any ideas?

Thanks,
Richard
0 Kudos
1 Reply
Steven_L_Intel1
Employee
443 Views
My guess is that you have uninitialized variables which happen to end up as different values on the W2K system.

Steve
0 Kudos
Reply