V3FIT
Public Attributes | List of all members
bmw_parallel_context::bmw_parallel_context_class Type Reference

Base class representing a bmw parallel context. This contains all memory needed parameters needed to parallel processing. More...

Public Attributes

integer offset
 Problem space offset.
 
integer stride
 Problem space stride.
 
integer num_threads
 Number of threads.
 
integer comm = MPI_COMM_NULL
 MPI communicator reference for computation. BMW can be used as an embeded library. Multiple instances can be running in parallel on separate problems so do not assume the world comm.
 

Detailed Description

Base class representing a bmw parallel context. This contains all memory needed parameters needed to parallel processing.

Definition at line 26 of file bmw_parallel_context.f.


The documentation for this type was generated from the following file: