Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the user guide for the big picture.

hopla.DelayedSubmission

class hopla.DelayedSubmission(script, *args, execution_parameters=None, **kwargs)[source]

Bases: object

Object for specifying the submit parameters for further processing.

__init__(script, *args, execution_parameters=None, **kwargs)[source]
property command

Return the command to execute.

Examples using hopla.DelayedSubmission

Basic example on how to use the CCC cluster using multi-tasks

Basic example on how to use the CCC cluster using multi-tasks