Skip to content

Commit 5b2394f

Browse files
committed
add commentary about groups being used for CDUs and redundancy groups for CDUs
1 parent beaf24f commit 5b2394f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Common.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@ \section{Group Functions}\label{sec:Group}
198198
Groups can only contain objects from a single \texttt{PWR_cntxt}.
199199
Group operations that involve multiple groups must be performed with groups from the same context.
200200

201+
Some groups may be created automatically by an implementation for the convenience of the user. Examples of such groups include
202+
a group of nodes assigned to a job or a group of objects being cooled by a CDU object. An implementation may choose to provide
203+
a group (or groups) of redundancy for CDU overlap where failures in a single CDU can be compensated for by other existing CDUs.
204+
Having such redundancy groups provides opportunities for users to determine if CDU failures can be compensated for by adjusting
205+
existing CDU capacity or if they require other actions to ameliorate.
206+
201207
%int PWR_GrpCreate( PWR_Cntxt context, PWR_Grp* group );
202208
\begin{prototype}{GrpCreate}
203209
\longdescription{The \texttt{PWR_GrpCreate} function is used to create a new group which will be associated with and unique to the users context.}

0 commit comments

Comments
 (0)