Enum SchedulerType¶
Defined in File job_scheduler.h
Enum Documentation¶
-
enum class SchedulerType¶
Enumeration of supported job scheduler types.
This enumeration defines all job scheduler types that the system can detect and extract resource information from. Each scheduler type has specific environment variables and resource allocation patterns.
Values:
-
enumerator NONE¶
Not running under any job scheduler (standalone execution)
-
enumerator SLURM¶
SLURM (Simple Linux Utility for Resource Management)
-
enumerator PBS¶
PBS/Torque (Portable Batch System)
-
enumerator SGE¶
SGE (Sun Grid Engine) / Open Grid Scheduler.
-
enumerator LSF¶
LSF (IBM Load Sharing Facility)
-
enumerator UNKNOWN_CLUSTER¶
Detected cluster environment but unknown scheduler type.
-
enumerator NONE¶