JohnBradford
Technical User
I've got an old Fortran code that will currently compile and run just fine on an SGI Unix workstation using f77. I need to get this code recompiled for use on Windows platforms (XP).
I have been using the Compaq Visual Fortran SE (6.6) compiler and trying to create a "Fortran Console Application". When I compile the code, I get a number of errors that appear only as warnings on the SGI (primarily about re-declarations of arrays sizes - I did not write this code). I am able to resolve all of these errors and get the code compiled. The executable will then run, but the results are all garbage. I do not think I changed anything to cause the errors and it looks like all of the inputs are being read in properly.
My first question is if there are any specific flags/options I should be setting in the CVF compiler that will enable better compatibility with the SGI source code?
I can provide the source code to anyone interested in working this. I'd be most appreciative. I'd offer to pay someone to resolve this from my company, but I think that is against forum rules.
Thanks!
I have been using the Compaq Visual Fortran SE (6.6) compiler and trying to create a "Fortran Console Application". When I compile the code, I get a number of errors that appear only as warnings on the SGI (primarily about re-declarations of arrays sizes - I did not write this code). I am able to resolve all of these errors and get the code compiled. The executable will then run, but the results are all garbage. I do not think I changed anything to cause the errors and it looks like all of the inputs are being read in properly.
My first question is if there are any specific flags/options I should be setting in the CVF compiler that will enable better compatibility with the SGI source code?
I can provide the source code to anyone interested in working this. I'd be most appreciative. I'd offer to pay someone to resolve this from my company, but I think that is against forum rules.
Thanks!