Modern Fortran: Building efficient parallel applications.
Packed with practical examples, tasks to practice, and cookbook-style recipes, this expert guide teaches you how to develop fast, efficient parallel applications with Fortran. --
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Place of publication not identified] :
Simon & Schuster : Manning,
2020.
|
Colección: | ITpro collection
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Part 1. Getting started with modern Fortran. Introducing Fortran
- Getting started : minimal working app
- Part 2. Core elements of Fortran. Writing reusable code with functions and subroutines
- Organizing your Fortran code using modules
- Analyzing time series data with arrays
- Reading, writing, and formatting your data
- Part 3. Advanced Fortran use. Going parallel with Fortran coarrays
- Working with abstract data using derived types
- Generic procedures and operators for any data type
- User-defined operators for derived types
- Part 4. The final stretch. Interoperability with C: exposing your app to the web
- Advanced parallelism with teams, events, and collectives.