| Name: | GetGlobalNodesInfo - Return GIDs, VPs and Parent GIDs of all nodes of
a subnet that fulfill the conditions given in the dictionary, or of
all nodes if no dictionary given.
|
| Synopsis: |
gid [<>] GetGlobalNodesInfo -> [<<...>> <<...>> ...]
|
| Parameters: |
gid - id of a subnet
<> - Dictionary of selection properties
Returns:
[<<...>>...] - Array with dicts containing /global_id, /vp, /parent
|
| Description: |
This function recursively traverses a subnet and returns the gid, vp
and parent gid of all child nodes in increasing order of gid. If a dictionary
is provided, only those nodes which fulfill the given criteria are
returned.
The returned Nodes include the intermediate subnets.
|
| Author: | Marc-Oliver Gewaltig, Abigail Morrison
| SeeAlso: | GetGlobalNodes GetLocalNodes |
|
| Source: | /home/abuild/rpmbuild/BUILD/nest-2.4.1/lib/sli/nest-init.sli
|