Fortran tutorials on using Absoft ProFortran 11

Asked By 20 points N/A Posted on -
qa-featured

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?

SHARE
Best Answer by coinage
Answered By 10 points N/A #168812

Fortran tutorials on using Absoft ProFortran 11

qa-featured

Hello Albas,

The only commercial Fortran development designed by experts is The Absoft IDE.
 
It includes:
 
Programmer's editor
Absoft's SMP
Vector analyzer
FX3 graphical debugger
SMP & MPI control features
Optimized math libraries & 
2D & 3D Graphics.
 
Tutorials on how to build a Fortran program in this IDE:
 
 
Hope this would help you.
 
Thank you.
Best Answer
Best Answer
Answered By 0 points N/A #168814

Fortran tutorials on using Absoft ProFortran 11

qa-featured

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

Related Questions