Force Fortran - The Force Project

Tuesday, May 5, 2009

Downloads

Just released version 2.0.9 and 3.0 beta 3!

FilenameSizeDescription
Force209GFortranSetup.exe10.6 MBForce 2.0.9 plus GNU Fortran (GFortran)
Force209G95Setup.exe3.55 MBForce 2.0.9 plus G95 Fortran (G95)
Force209G77Setup.exe2.03 MBForce 2.0.9 plus GNU Fortran 77 (G77)
Force3beta3Setup.exe2.19 MBForce 3.0 b3 plus GNU Fortran 77 (G77)

29 Comments:

  • How do I use Force to link my .f files to compile the code in under windows?

    Thxs!

    Isabel

    By Blogger Bel, At May 19, 2009 at 8:41 PM  

  • It's been a while since you asked the question and I expect you have found the answer elsewhere by now. However, for those who may read this in the future...

    You need to add include statements after your main program:

    For example:

    program rivers
    implicit none
    ....
    end program

    include 'sub.f'

    By Blogger Jarrah, At June 30, 2009 at 4:48 AM  

  • I am completely new on programming in fortran, so my first questions is: ¿which are the differencies between the installers you submited here?.

    Thanks, Javier

    By Blogger Javier, At September 18, 2009 at 5:40 PM  

  • Thanks! This compiler is genial! ;)

    By Blogger Juan, At November 25, 2009 at 9:40 PM  

  • THANKS!!!

    By Blogger jvalle, At February 4, 2010 at 2:31 AM  

  • i have been using force 2.0 on windows xp at my Lab's PC. whenever I run the program the command prompt window would not close by itself after the program ends.

    today i tried running force 3 on windows 7 on my notebook. the command prompt window would automatically close itself after the program ends. how do i make the command prompt windows to not closed automatically after the program ends?

    By Blogger Wan Etiqa Takaful, At March 6, 2010 at 8:30 AM  

  • 8/4/2010. I am a user in the UK. I've just purchased a Sony Vaio S series which mounts 64 bit Windows 7 professional. Question - how do I load a version of Force which works with 64 bit Windows? I've tried downloading Force 3 beta 2 - and I get a Windows message to the effect that the program will not run with 64 bit Windows.

    By Blogger pjbrowne, At April 7, 2010 at 8:40 PM  

  • Hey,

    I downloaded Force with the GFortran compiler and I didn't manage to change the compiler used in the run options. By default, the F77 compiler is selected and I can't change this option... Unfortunately, my code is in F90...

    How can we change the compiler used in the option?

    By Blogger bastien, At May 19, 2010 at 4:19 AM  

  • It is my first time in using fortran and i didn't find any manuals on this web-site, so, i have a very trivial question.I have several files, and i want to get a project like in c/c++/c# etc. So, what i must do? I use version 2.0.9 of Force.

    By Blogger Юрий, At September 17, 2010 at 6:00 AM  

  • It doesn't work on my PC with Windows 7 64 bits.

    By Blogger Admin, At October 14, 2010 at 6:59 PM  

  • Hei! Where I can get Force for mac?

    By Blogger Ln' =), At September 11, 2011 at 9:12 AM  

  • Hi liuz, you have solved my one of biggest problem. . In my university I have to learn fortran77 and I was getting problems with the oldest compiler from provided by teacher but now I can learn this language. . Thanks my friend. . .

    By Blogger Meghraj4th, At October 18, 2011 at 12:53 PM  

  • thank you for this program... I was looking for something like this, and this perfect...
    thank you

    By Blogger Dreamer..., At October 27, 2011 at 5:16 PM  

  • Hello, I need a version of Force for Windows 7 x64 bits for execute the program. When I execute the program, but comand window close automatically. I tried with Force 3.0 and it didn´t run
    Can you give me a solution?
    Thank you

    By Blogger Pedro Gonzalez, At November 9, 2011 at 10:20 AM  

  • Hello, I need a version of Windows 7 x64 bits. When I execute the program, it close automatically.
    The program said me that it isn´t compatible. I tried with Force 2.0 and Force 3.0 and it didn´t work.
    Can you give a solution?
    Thank you

    By Blogger Pedro Gonzalez, At November 9, 2011 at 10:24 AM  

  • It's easy to solve folks!
    Sure recent Force Fortran is compatible with Win 7. When the command prompt window automatically closes, you must go to Menu bar->Run->Compilation options and disable "Ignore Analyser errors". Try!

    By Blogger Galdino, At November 16, 2011 at 7:02 PM  

  • is there any fortran compiler for windows 7 64 bit???????pls help me

    By Blogger Imrakes, At February 5, 2012 at 4:44 PM  

  • Dear all,
    I've downloaded FORCE 2.0. My OS is Windows 7 64 bits.
    Is there any possibily to compile more than F90 files? I've got 4 routines who makes 1 fortran program and I don't know how to add files into a project. Also I can't not find out how to create a project...
    COuld you please help me?
    Eugenia

    By Blogger eugene, At April 15, 2012 at 8:32 PM  

  • First of all, thank you so much for the IDE, I really love it. I am using 2.0.9p in windows 7, 64 bits and encountering these issues:
    - there's no output/result displayed after hit Run (F9) even though I have write(*,*) for showing output on screen.

    I can get results on screen by running the compiled .exe file from DOS though.

    - I can't declare integer*8 maxlen=4294967295 (i.e. 2^32-1). The analyzer keeps saying this is out of range.

    Thank you very much once again.

    By Blogger ble@md, At May 10, 2012 at 6:48 PM  

  • Ok,
    I have solved my problem just changing one parameter. But... I really do not understand because I have never had to change it in order to make the program workf fine..

    Thanks.
    Eugenia

    By Blogger eugene, At July 8, 2012 at 10:17 PM  

  • Hi,

    I am new with Force Fortran and programming.
    I have downloaded Force Fortran2.0.0p and using a 64bits windows 7 computer.

    I am trying to compile a program made of approx 325 .f files and 1 dependency file

    As with other compiler, I have added all my files, removed one called modparm.f and made a copy of it under parm.mod (the dependency file).

    When I compile I get the following message:
    Fatal Error: Can't delete module file 'parm.mod': Permission denied
    gfortran.exe: Internal error: Aborted (program f951)
    Please submit a full bug report.

    What can I do?

    Thanks

    Isabelle

    By Blogger Isabelle, At July 18, 2012 at 1:21 PM  

  • i have downloaded force 2.0, my system has 64-bit windows 7.whenever the console comes after running the program as soon as i press enter the console screen runs out... i cant even see the answer?? can some1 pls tell me how to solve that issue,its really very urgent

    By Blogger Raj Thakkar, At September 4, 2012 at 3:05 AM  

  • This comment has been removed by the author.

    By Blogger Imrakes, At September 4, 2012 at 5:21 PM  

  • @ Raj
    there a short term solution......when u write a programe..at the end u can continue it....then consol screen have to wait for ur command...nd u show ur ans...u can try this one as exampale..
    CHARACTER ANS
    20 WRITE(*,*)' YOUR AGE'
    READ(*,*) A
    WRITE(*,*)'MY AGE IS',A
    WRITE(*,*)'DO YOU WANT TO CONTINUE(Y/N)'
    READ(*,*)ANS
    IF(ANS.EQ.'Y') GOTO 20
    STOP
    END
    1ST,4TH,5TH,6TH LINE USE IN ALL PROGRAME AS HERE IT. I THINK THIS SOLVE UR PROBLEM....

    By Blogger Imrakes, At September 4, 2012 at 5:24 PM  

  • Thanks for your great work on the Fortran Compiler! It's really a big help to many guys!

    I've tried to install Force 2.0.9 GFortran on Win7 (32bit), it run well, but cannot use when other users login. This will not happen when I install Force 2.0.9 G77 version. Is it only the compilation bug of Force?

    Jason

    By Blogger Chan Jason, At September 24, 2012 at 10:38 PM  

  • Not too familiar with Macs, but I'm writing an open-source script for publication. The executable works fine from Windows to Windows, but errors on a Mac. Any simple way to compile a script for executing on a Mac without updating the Mac itself. If not, no problem, because it's really not my problem! ;-) But just curious... And anyone know of issues going between Windows OS's?

    By Blogger Matt Jackson, At February 12, 2013 at 9:14 PM  

  • i have downloaded force 2.0, my system has 64-bit windows 7
    after running the program as soon as i press enter the console screen runs out, this happens very fast I can not even see the answer
    plz somebody help me

    By Blogger Unknown, At February 22, 2013 at 10:44 PM  

  • force doesnot run module statement earlier ran on my compaq visual fortran studio help

    By Blogger Subhendu Singh, At April 2, 2013 at 3:43 AM  

  • force is not running module statement earlier ran on compac visual fortran compiler

    By Blogger Subhendu Singh, At April 2, 2013 at 3:44 AM  

Post a Comment

Subscribe to Post Comments [Atom]



<< Home