Class SlurmTaskImpl

java.lang.Object
com.powsybl.computation.slurm.AbstractTask
com.powsybl.computation.slurm.SlurmTaskImpl
All Implemented Interfaces:
SlurmTask

public class SlurmTaskImpl extends AbstractTask
A SlurmTask which submits each command as an individual slurm job.

This class contains those job ids relationship in Slurm platform for one task. It has a correspondent working directory and the CompletableFuture as return value.

Author:
Yichen TANG <yichen.tang at rte-france.com>
  • Method Details

    • submit

      public void submit() throws IOException
      Description copied from interface: SlurmTask
      Submits all jobs required to complete this task to the Slurm infrastructure.
      Throws:
      IOException