Click or drag to resize
SoMasterConfighostname Property

Specifies the hostname of the master node.

Namespace: OIV.ScaleViz.Nodes
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFString hostname { get; }

Property Value

Type: SoSFString
Remarks

(Default is "localhost".)

This field can also be used to specify which network to use when several are available. For instance, in the case of a Gigabit network (mapped on IP addresses 10.0.0.x) and an InfiniBand network (mapped to 12.12.12.x), the application cluster communication will use the InfiniBand network by setting the field to "12.12.12.x" (or its alias on the InfiniBand network).

See Also