hpcflow.sdk.core.errors.UnsupportedSchedulerError#

exception hpcflow.sdk.core.errors.UnsupportedSchedulerError(scheduler, supported=None, available=None)#

This scheduler is not supported on this machine according to the config.

This is also raised in config validation when attempting to add a scheduler that is not known for this OS.

Parameters:
  • scheduler (str) –

  • supported (Iterable[str] | None) –

  • available (Iterable[str] | None) –

Return type:

None