Since the introduction of the milestone of Fortran 90 standard, Fortran has become very different from its ancestor with many new modern language features. Inherited from old FORTRAN standards and enhanced by the newer ones, Fortran is still the language of choice for scientific computing for its intrinsic support for real and complex floating point operations. Its array handling, enhanced by index slicing, makes array processing similar or identical to its counterparts, such as MATLAB, hence superior to any other programming languages. The unified interface of intrinsic functions for all data types makes translating mathematical expressions
to computer programmes a lot cleaner and easier. Further, since the
standard 2008, the introduction of co-arrays has made writing parallel
code that can run on multiple core computers and clusters trivial, one
needs not to know the traditional message passing interface (MPI)
library, nor threading. They are built into the syntax of the language
itself.
This course is a companion to the C++ course, where you will find the features missing from Fortran that are more essential to general purpose computing than number crunching. We will show some of the practice of interlanguage programming, through which the shortcomings of Fortran could be complemented by interfacing with C/C++.
Live session dates and time: Monday and Thursday, Jan. 10, 13, 17, 20, 24, 27 at 2pm-3pm EST.
NOTE: If enrolling after the live session dates, recordings of such can be viewed online.
- Teacher: Baolai Ge
- Teacher: Pawel Pomorski
- Teacher: Tyson Whitehead