Re: Did anyone manage to get MATRAN compiled with g95?




Does anyone have the exact configuration to get MATRAN compiled under
g95?

For gfortran it is -

FC = gfortran
PREC = dbl
LIB = lapack.a blas.a

..f95.o :
$(FC) -c -x f95-cpp-input -D$(PREC) $<

where the -x f95-cpp-input triggers macro processing. The
corresponding option for G95 is -cpp.

Paul
.



Relevant Pages

  • Re: difference between g95 and gfortran
    ... your question was asked on the gfortran mailing ... > The projects at one time were both known as g95. ... Andy continues to work ... > on g95 and uses a fairly old GCC development branch for the back end. ...
    (comp.lang.fortran)
  • Re: mexing with gfortan on Mac OSX (intel)
    ... I've tried both g95 0.90 compiled on TIger and gfortran. ... I tried to produce a mex for the yprimef.f example. ... My g95 and odcctools were built under Tiger prior to my upgrade to Leopard. ...
    (comp.soft-sys.matlab)
  • NAMELIST questions raised while testing its use in parsing command line arguments
    ... options from a command line that is very easy to code and extremely ... even after several hours with the standard and ... using g95 and gfortran are at: ... here is the output from gfortran and g95 using the same ...
    (comp.lang.fortran)
  • Re: static function ? how ?
    ... > Press articles refer to g95, not gfortran. ... that is how I got the impression that g95 is the Fortran 95 compiler ... that there are lots of GNU projects. ...
    (comp.lang.fortran)
  • Re: mexing with gfortan on Mac OSX (intel)
    ... I've tried both g95 0.90 compiled on TIger and gfortran. ... I've only tried mexing on Leopard with an Intel mac. ...
    (comp.soft-sys.matlab)