Fortran 2018 with Parallel Programming
Authors: Subrata Ray
ISBN-10: 0367218437
ISBN-13: 9780367218430
Edition 版本: 1
Released: 2019-08-27
Pages: 682 pages
Book Description
The programming language Fortran dates back to 1957 when a team of IBM engineers released the first Fortran Compiler. During the past 60 years,the language had been revised and updated several times to incorporate more features to enable writing clean and structured computer programs. The present version is Fortran 2018. Since the dawn of the computer era,there had been a constant demand for a “larger” and “faster” machine. To increase the speed there are three hurdles. The density of the active components on a VLSI chip cannot be increased indefinitely and with the increase of the density heat dissipation becomes a major problem. Finally,the speed of any signal cannot exceed the velocity of the light. However,by using several inexpensive processors in parallel coupled with specialized software and hardware,programmers can achieve computing speed similar to a supercomputer.
This book can be used to learn the modern Fortran from the beginning and the technique of developing parallel programs using Fortran. It is for anyone who wants to learn Fortran. Knowledge beyond high school mathematics is not required. There is not another book on the market yet which deals with Fortran 2018 as well as parallel programming.
FEATURES
Descriptions of majority of Fortran 2018 instructions
Numerical Model
String with Variable Length
IEEE Arithmetic and Exceptions
Dynamic Memory Management
Pointers
Bit handling
C-Fortran Interoperability
Object Oriented Programming
Parallel Programming using Coarray
Parallel Programming using OpenMP
Parallel Programming using Message Passing Interface (MPI)
Contents
Preface
Acknowledgments
Author
1: Preliminaries
2: Arithmetic,Relational and Logical Operators and Expressions
3: Branch and Loop Statements
4: Handling of Characters
5: Precision and Range
6: Array and Array-Handling Intrinsics
7: User Defined Data Type
8: Format Statement
9: Auxiliary Storage
10: Numerical Model
11: Library Functions
12: Subprograms
13: String with Variable Length
14: IEEE Floating Point Arithmetic and Exceptions
15: Dynamic Memory Management
16: Pointers
17: Bit Handling
18: C-Fortran Interoperability
19: Object-Oriented Programming
20: Parallel Programming Using Coarray
21: Parallel Programming Using OpenMP
22: Parallel Programming Using Message Passing Interface(MPI)
请登录以查看全部内容 登录