Interface SlurmTask

All Known Implementing Classes:
AbstractTask, SlurmTaskImpl

public interface SlurmTask
Represents a user submitted tasks, which will probably required the execution of multiple underlying individual jobs on the slurm infrastructure.
Author:
Sylvain Leclerc <sylvain.leclerc at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.powsybl.computation.ExecutionReport
    Waits for the whole task to be executed, and generates the execution report.
    Provides the list of jobs for which completion status needs to be monitored.
    void
    Asks for interruption of the execution of this task, in order to save the infrastructure computation resources.
    void
    Submits all jobs required to complete this task to the Slurm infrastructure.