161x Filetype PDF File size 0.44 MB Source: hprc.tamu.edu
Introduction to Fortran 90 Jian Tao TEES & TAMIDS & HPRC Texas A&M University jtao@tamu.edu Texas A&M HPRC Short Course April 30, 2021 College Station Jian Tao Texas A&M HPRC Short Course April 30, 2021 College Station 1 Introduction 2 Basics of Fortran 90 Language 3 Program Structure 4 Control Constructs 5 Input and Output in Fortran 6 Online Resources for Fortran 7 Hands-on Exercise Jian Tao Texas A&M HPRC Short Course April 30, 2021 College Station Introduction Section 1 Introduction Jian Tao Texas A&M HPRC Short Course April 30, 2021 College Station Introduction Hello World in Fortran Source code helloworld.f90 program hello print *, ’Hello␣World!’ end program hello Compile and run $gfortran -o helloworld helloworld.f90 $./helloworld Hello World! Jian Tao Texas A&M HPRC Short Course April 30, 2021 College Station
no reviews yet
Please Login to review.