![]() |
V3FIT
|
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. | |
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.
1.8.17