This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: gfortranq
- From: Janus Weil <janus at gcc dot gnu dot org>
- To: Massoud Rezavand <msdrezavand at gmail dot com>
- Cc: gfortran <fortran at gcc dot gnu dot org>
- Date: Mon, 6 Aug 2012 14:59:49 +0200
- Subject: Re: gfortranq
- References: <35281342-C680-482F-B227-8626FF1C23AA@gmail.com>
Dear Massoud,
> I'm a M.Sc student of mechanical engineering and am working on free surface
> flows with numerical approach.
> I have used Fortran in Windows for years and I have good wring experience
> with Fortran.
>
> Recently I changed my Operating system to Mac OS X and I'm going to install
> GFortran on it. For this purpose I used the valuable informations which
> where in gcc website and download the sources were introduced.
please do not send gfortran-related questions to me privately. Those
should be directed to fortran@gcc.gnu.org or gcc-help@gcc.gnu.org.
> I installed Xcode 4.2 and gcc-42-5666-1.3-darwin11 on my Mac OS X Lion
> 10.7.4 but I can not run the GFortran.
> I'm really confused in doing that.
I think XCode will either give you a really old gfortran version
(4.2.x?), or none at all.
> Do you advice using Fink?
> Is Fink with good performance in numerical simulations which need very fast
> computations?
Yes, I think you should use Fink or MacPorts, or the binaries linked
at: http://gcc.gnu.org/wiki/GFortranBinaries#MacOS
> How is the circumstance of the Gfortran in Mac?
AFAICT, gfortran works just as nicely on Mac OS as it does on most
other platforms. It is not recommended to use a version older than 4.6
at this point.
> Should I enter the codes in Terminal App in Mac?
> Is there any complete instruction for learning the programing with gfortran
> in Mac?
You can probably find such tutorials on the web (at least for Fortran
in general, but maybe also gfortran-specific), though I can not point
you to any specific ones right now.
Best regards,
Janus