GATHER(6)
SCORE-D COMMANDS
GATHER(6)
NAME
gather - Gather data from the cluster

SYNOPSIS
gather [-node node_number] [-file filename]

DESCRIPTION
gather must be invoked by the scrun(1) command. It gathers standard input of each gather process running on the cluster nodes and forwards them to the standard output of scrun.

The options available for gather:

-node node_number
Only the standard input specified for node node_number is forwarded, otherwise all the standard inputs are gathered sequentially starting from node 0 and output to scrun

-file filename
The corresponding file on the cluster hosts is gathered. If filename does not start with "/", then it is assumed that the file is located in a temporary directory under the /var/scored directory. If this option is not specified, then the standard inputs of each process are gathered

SEE ALSO
scrun(1), scatter(6), system(6)

CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003 PC Cluster Consortium.