::hwat::utils::CreateNodeList
This function will create a list of nodes and return the list mark ID.
Syntax
::hwat::utils::CreateNodeList {nodeids}
Arguments
- nodeids
 - A Tcl list of IDs of nodes to be included.
 
Returns
- Success
 - The ID of the nodelist mark
 - Failure
 - {}
 
Example
::hwat::utils::CreateNodeList [list 101 102 103 104]