at.dms.kjc.cluster
Class GenerateConfigFile
java.lang.Object
at.dms.kjc.cluster.GenerateConfigFile
public class GenerateConfigFile
- extends Object
Generate cluster-config.txt for cluster back end.
This file contains a mapping of threads to machines. It checks
for a file ($STREAMIT_HOME/cluster-machines.txt) listing the
available cluster machines; if it finds one, it maps threads to
those machines in the order found in the file. If not, it maps
everyone to the current host (useful for testing or shared-memory
implementation.)
- Author:
- Janis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateConfigFile
public GenerateConfigFile()
generateConfigFile
public static void generateConfigFile()
- Generate cluster-config.txt