Fortran tutorials on using Absoft ProFortran 11
Hi,
I have been learning how to build Fortran programs. I'm new to Absoft ProFortran 11. Can someone direct to some tutorials on how to build a Fortran program in this IDE?
Hi,
I have been learning how to build Fortran programs. I'm new to Absoft ProFortran 11. Can someone direct to some tutorials on how to build a Fortran program in this IDE?
Hi Dustin,
I suggest that you view and understand this tutorial:
http://kiwi.atmos.colostate.edu/rr/tidbits/pdf/absoft10/Pro_Fortran_10.0_User_Guide.pdf
Regards,Â
Pamela Conley
Hello Albas,
Hello Dustin,
You can find the Absoft Fortran Coding Examples from the absoft official site.
A typical Goto Statement example is as follows
GOTO ca                                      unconditional GOTO
GOTO (ca, [,s]…]) f                  computed GOTO
GOTO t [[,] (ca [,ca]…)]              assigned GOTO
Here you find that ca is the label of the statement, f is the entity and t is the symbolic name of the integer.
GOTO 100
The ProFortran 11 is the only commercial Fortran development IDE.
A typical ProFortran 11 startup windows screen shoot is attached.
I would also suggest that you go through the link, which has complete circle of a basic F95 fortran program.
Regards,
Coin