EQUIVALENCE compiling error
Tobias Burnus
tobias.burnus@physik.fu-berlin.de
Fri Aug 22 20:59:00 GMT 2008
Hello Thad,
Thad Heltemes wrote:
> I tried compiling on a different linux box that I have with this
> setup: [... gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7) ]
> and I am still getting the same error. Since I can't release the code
> I'm probably stuck.
Well, you need to reduce the code to an as small as possible program,
which can reproduce the problem. If it is small then you don't have
problems with the copyright.
Some hints:
a) I assume "module oiae_module" is complete, you only need to look at
global_module to see how i_knd is defined. You can then copy the
definition into oiae.f, which eliminates this dependency. You then
probably have something like
! use global_module <<< no longer needed
integer, parameter :: i_knd = 4 ! or 1,2,8,16
b) reduce the file edcalc.f to be as short as possible
Otherwise: We have some US-based gfortran developers - that way you had
no problem with export restrictions. (However, creating a reduced test
case yourself is prefered.)
Tobias
More information about the Fortran
mailing list