Skip to content

rekka/intro-fortran-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for the class Introduction to Numerical Analysis 1 (数値解析序論1), first semester 2016.

Class homepage

Running the code

Suppose that you want to run the code in a file named name.f90. In your terminal, do the following:

  1. Compile the code to an executable name.exe:

    gfortran name.f90 -o name.exe
  2. Run the executable:

    ./name.exe
  3. Enjoy the output.