default_allocator.py
default_allocator.py¶
Define the DefaultAllocator class.
- class openmdao.proc_allocators.default_allocator.DefaultAllocator(parallel=False)[source]
Bases:
openmdao.proc_allocators.proc_allocator.ProcAllocator
Default processor allocator.
- Parameters
- parallelbool
If True, split subsystem comm.
- __init__(parallel=False)
Initialize all attributes.