Re: changing argument types for four functions



"Lynn McGuire" <nospam@xxxxxxxxxx> wrote in message
news:11mn1e5ko7an22d@xxxxxxxxxxxxxxxxxxxxx

> > and build *only* that file (if the compiler can swallow what is
> > in effect one source file of 550,000 lines). That will likely
> > catch ALL mismatches. If you put a MODULE x/END MODULE x around
> > it AND all routines are properly terminated with END SUBROUTINE,
> > you will get even more problem diagnostics.

> I like this approach most of all ! I can just cat all the subroutines
into
> one monster f file. No telling how much stuff will blow up. Except I
> have to put END SUBROUTINE on 3500 subroutines.

If you wanna blow up the compiler with monster code, try using
a code generator such as

http://home.comcast.net/~kmbtib/scaled2i.f90

which seems to wipe out compilers at a relatively small code size.
I guess complexity of code is more important than size.

--
write(*,*) transfer((/17.392111325966148d0,6.5794487871554595D-85, &
6.0134700243160014d-154/),(/'x'/)); end


.



Relevant Pages

  • Re: changing argument types for four functions
    ... | F77 compiler but I am also porting to Intel Visual Fortran compiler. ... That will work only in character/anything mismatches ... in effect one source file of 550,000 lines). ... If you put a MODULE x/END MODULE x around ...
    (comp.lang.fortran)
  • Re: right sequence of included module files
    ... compiler processes program units sequentially in the source, ... USE A earlier in the source file that defines module A, ... end subroutine subB ... end subroutine subA ...
    (comp.lang.fortran)
  • Re: changing argument types for four functions
    ... That will work only in character/anything mismatches ... > in effect one source file of 550,000 lines). ... If you put a MODULE x/END MODULE x around ... > it AND all routines are properly terminated with END SUBROUTINE, ...
    (comp.lang.fortran)
  • Re: is there any powerful program that can.....
    ... > I'd like to ask if there is any program that can give me the source file ... but it's a subroutine of the Graphic Omnicient Device (or G.O.D. for ... Slackware - Because I know what I'm doing. ...
    (comp.lang.c)