Slurm::Constant(3pm) | User Contributed Perl Documentation | Slurm::Constant(3pm) |
Slurm::Constant - Constants for use with Slurm
use Slurm qw(:constant); if ($rc != SLURM_SUCCESS { print STDERR "action failed!\n"; }
This package export constants for use with Slurm. This includes enumerations and defined macros. The constants will be exported to package Slurm and the package which "use Slurm qw(:constant);".
Misc values
Job state flags
Job mail notification
Offset for job's nice value
Partition state flags
Open stdout/stderr mode
Node state flags
Size of the credential signature
show_flags of slurm_get_/slurm_load_ function calls
Consumerable resources parameters
Private data values
Priority reset period
Process priority propagation
Partition state information
Reservation flags
Log debug flags
Preempt mode
Trigger type
Job states
Job state reason
Job account types
Job Condition Flags
Select jobdata type
Select nodedata type
Select print mode
Select node cnt
Jobacct data type
TRES Records
Task distribution
CPU bind type
Memory bind type
Node state
Ctx keys
head2 SLURM ERRNO
Defined macro error values
General Message error codes
communication failures to/from slurmctld
_info.c/communication layer RESPONSE_SLURM_RC message codes
slurmctld error codes
switch specific error codes specific values defined in plugin module
slurmd error codes
slurmd errors in user batch job
socket specific Slurm communications error
slurm_auth errors
accounting errors
Slurm
This library is created by Hongjia Cao, <hjcao(AT)nudt.edu.cn> and Danny Auble, <da(AT)llnl.gov>. It is distributed with Slurm.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.
2023-12-25 | perl v5.36.0 |