The script RunHost has to be modified as required by the solution. The script assumes that the solution executes the emit and collector processes on the host node.
The script RunNode must not be altered. It just has to be run on each node that forms part of the cluster that is not the host process.
Author, Licence and Copyright statement author Jon Kerridge School of Computing Edinburgh Napier University Merchiston Campus, Colinton Road Edinburgh EH10 5DT Author contact: j.kerridge (at) napier.ac.uk Copyright Jon Kerridge Edinburgh Napier University * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Interface | Description |
---|---|
NodeInterface | NodeInterface provides an interface that is used by nodes in a cluster |
Class | Description |
---|---|
NodeNetwork | NodeNetwork defines the processes that run in parallel on a single node of the cluster and the channels connections used by the node. |
RequestNodeNetwork | Contains a NetLocation that is to be used by the host to write to the node the NodeNetwork object to the node and the node's IP address. |
RunHost | |
RunNode |