| Name: | GetGlobalChildren - Return IDs of all immediate child nodes of a subnet
that fulfill the conditions given in the dictionary, or all nodes if no
dictionary given.
|
| Synopsis: |
gid [<>] GetGlobalChildren -> [gid1 ... gidn]
|
| Parameters: |
gid - id of a subnet
<> - Dictionary of selection properties
Returns:
[gid..] - Array with the global ids of all child nodes.
|
| Description: |
This function returns the ids of all children of a subnet in increasing order
of gid. If a dictionary is provided, only those nodes which fulfill the given
criteria are returned.
|
| Author: | Marc-Oliver Gewaltig, Abigail Morrison
| SeeAlso: | GetLocalChildren GetGlobalNodes GetGlobalLeaves |
|
| Source: | /home/abuild/rpmbuild/BUILD/nest-2.4.1/lib/sli/nest-init.sli
|