Skip to content

COMPSPlatform: max_works and batch_size defined in COMPSPlatform are not really used/referenced. #2640

@ZDu-IDM

Description

@ZDu-IDM

FILE: idmtools_core/idmtools/entities/iplatform_ops/iplatform_simulation_operations.py

def batch_create(self, sims: List[Simulation], display_progress: bool = True, **kwargs) -> List[Simulation]:
    """
    Provides a method to batch create simulations.

    Args:
        sims: List of simulations to create
        display_progress: Show progress bar
        **kwargs:

    Returns:
        List of tuples containing the create object and id of item that was created
    """
    return batch_create_items(sims, create_func=self.create, display_progress=display_progress,
                              progress_description="Commissioning Simulations", unit="simulation",
                              **kwargs)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions