Interface SlurmCustomSetting.Builder

  • Method Details

    • parameterName

      SlurmCustomSetting.Builder parameterName(String parameterName)

      PCS supports custom Slurm settings for clusters, compute node groups, and queues. For more information, see Configuring custom Slurm settings in PCS in the PCS User Guide.

      Parameters:
      parameterName - PCS supports custom Slurm settings for clusters, compute node groups, and queues. For more information, see Configuring custom Slurm settings in PCS in the PCS User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameterValue

      SlurmCustomSetting.Builder parameterValue(String parameterValue)

      The values for the configured Slurm settings.

      Parameters:
      parameterValue - The values for the configured Slurm settings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.