ttpy icon indicating copy to clipboard operation
ttpy copied to clipboard

Which and where Fortran complier should I download to use?

Open wuxinwuyin opened this issue 5 years ago • 2 comments

Dear developer: I am a beginer in python. When I set up the toolbox of ttpy in Win10 by pip install and source code. a question appeared.That is error: f90 not supported by GnuFCompiler needed for tt\tt-fort\print\putstrmodule.F90. I think an unsuitable Fortran complier was used. So, I would like to know which Fortran complier should I use. Could you please give me a Fortran complier downloading address or send it to me or give me some advice for this issue? Thank you for your attention. Best wishes to you.

wuxinwuyin avatar Apr 07 '20 16:04 wuxinwuyin

I can't give you precise instruction how to build ttpy from scratch on Win10 since I have no access to any Windows workstation. Basically, there are multiple ways to get Fortran compler.

  1. If you have access to Intel Parallel Studio distribution then you can just install Intel Fortran (ifort) as a part of the distirbution.

  2. You could install MinGW or it fork MinGW64 or another fork CygWin. All of them distribute Fortran as a part of GCC.

  3. The last way to get Fortran I known is install software which replies on a Fortran. [Code::Blocks] IDE is an example.

I hope this short guide will be helpful for you.

daskol avatar Jun 02 '20 18:06 daskol

Try GFortran https://gcc.gnu.org/wiki/GFortran

Some other options listed at https://fortran-lang.org/compilers/

bkmgit avatar Jun 29 '21 05:06 bkmgit