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