Skip to content
Snippets Groups Projects
Commit 9fb348dc authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Mentioned that job_submit plugins may need to be changed for memory conversion.

NO_VAL is no longer set; it's NO_VAL64 now on memory values.
parent 6ea92f5d
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,10 @@ NOTE: If you are upgrading with any jobs from 14.03 or earlier ...@@ -43,6 +43,10 @@ NOTE: If you are upgrading with any jobs from 14.03 or earlier
(i.e. quick upgrade from 14.03 -> 15.08 -> 17.02) you will need (i.e. quick upgrade from 14.03 -> 15.08 -> 17.02) you will need
to wait until after those jobs are gone before you upgrade to 17.02. to wait until after those jobs are gone before you upgrade to 17.02.
NOTE: If you interact with any memory values in a job_submit plugin, you will
need to test against NO_VAL64 instead of NO_VAL, and change your printf
format as well.
HIGHLIGHTS HIGHLIGHTS
========== ==========
-- Added infrastructure for managing workload across a federation of clusters. -- Added infrastructure for managing workload across a federation of clusters.
......
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