Home --> Fact Sheet --> Workshops
My Fortran workshops have been organized into one-day sessions. These are designed to give coverage to most topics of Fortran usage.
My Scalar Fortran covers scope, declarations, execution control, and input/output. The processor is the abstraction encompassing the program execution environment. Emphasis is given to the relationship between the program and the processor.
For more information about our Scalar Fortran Workshop, please visit this page.
My Vector Fortran Workshop covers arrays. Storage order, array pointers and targets, array intrinsics, pure and elemental procedures, shattered flow control, and array input/output are covered.
For more information about our Vector Fortran Workshop, please visit this page.
Object Fortran Workshop covers derived types, defined operators, defined assignment, generic procedures, inheritance, and polymorphic variables.
For more information about our Object Fortran Workshop, please visit this page.
Parallel Fortran Workshop covers parallel loops and coarrays. Synchronization, required or implicit, is a central theme. Data motion is the other central theme.
For more information about my Parallel Fortran Workshop, please visit this page.