Skip to content
Snippets Groups Projects
Commit 5a9b577f authored by Morris Jette's avatar Morris Jette
Browse files

Merge branch 'slurm-14.03'

parents 8c20ceb6 bd79a343
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,7 @@ documents those changes that are of interest to users and admins.
Allow up to 180 seconds for the i/o thread to complete.
-- When using sacct -c to read the job completion data compute the correct
job elapsed time.
-- Perl package: Define some missing node states.
* Changes in Slurm 14.03.6
==========================
......
......@@ -174,9 +174,17 @@ This package export constants for use with Slurm. This includes enumerations and
=over 2
=item * NODE_STATE_BASE 0x00ff
=item * NODE_STATE_BASE 0x000f
=item * NODE_STATE_FLAGS 0xff00
=item * NODE_STATE_FLAGS 0xfff0
=item * NODE_STATE_NET 0x0010
=item * NODE_STATE_RES 0x0020
=item * NODE_STATE_UNDRAIN 0x0040
=item * NODE_STATE_CLOUD 0x0080
=item * NODE_RESUME 0x0100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment