Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Graphic problem in Intel Fortran compiler

kyeong-ui_l_
Beginner
274 Views
0 Kudos
3 Replies
kyeong-ui_l_
Beginner
274 Views

I need your helps...

0 Kudos
mecej4
Honored Contributor III
274 Views

You do not have a main program, and without that there is no program to run. Please read a Fortran textbook and note the significance of the main program.

The next time when you wish to post Fortran code, please use the {code} button in the toolbar that you can see just below Comment. If you post code in line as you did, the code can become useless as leading blanks are at risk of serious mangling.

0 Kudos
gib
New Contributor II
274 Views

You need to learn Fortran.  From a book or online source, study simple examples, compile and run them.  You can't expect people here to help you with the most basic Fortran concepts.

0 Kudos
Reply