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

Uploading a small program

Don_O
Beginner
918 Views

Practice run.  I have a problem to submit to the Forum later, but FIRST wanted to try and paste/upload a small program.

[fortran]!  helloworld.f90

program helloworld

implicit none

write (*,*) 'Hello World'

end program helloworld [/fortran]

       Printout # 1

Height       Maximum Error

  (km)                (mm)

 

 380000           0.000285

   36000           0.000038

   20000           0.000019

   10000           0.000014

     5000           0.000009

     1000           0.000006

       500           0.000005

       100           0.000005

         50           0.000005

         10           0.000006

        -10           0.000005

       -50           0.000005

      -100           0.000005

      -500           0.000004

    -1000           0.000005

    -2000           0.000004

    -3000           0.000004

    -4000           0.000005

 

0 Kudos
1 Reply
Don_O
Beginner
918 Views

1. My manually typed-in "helloworld code" went okay, but how do I enter a full page of coding?

2. Sure didn't need all the extra lines added to my Word paste of "printout #1".

3. I clicked on the icon to upload the source code "helloworld.f90" file and it seemed to take it...but I think I needed to just enter the long file path name.

4. Sorry for the duplicate post.  I didn't see any way to delete the second one.

0 Kudos
Reply