at.dms.kjc.cluster
Class GenerateMasterDotCpp

java.lang.Object
  extended by at.dms.kjc.cluster.GenerateMasterDotCpp

public class GenerateMasterDotCpp
extends Object

Generate "master.cpp"

Author:
Janis

Constructor Summary
GenerateMasterDotCpp()
           
 
Method Summary
static void generateMasterDotCpp()
          Generate "master.cpp"
static boolean isEliminated(int i)
          is code (threadNNN.cpp) generated for this NNN?
assumes input is in range of generated numbers from NodeEnumerator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateMasterDotCpp

public GenerateMasterDotCpp()
Method Detail

isEliminated

public static boolean isEliminated(int i)
is code (threadNNN.cpp) generated for this NNN?
assumes input is in range of generated numbers from NodeEnumerator

Parameters:
i - : a node (thread) number
Returns:
true if code was not generated for the thread, false otherwise.

generateMasterDotCpp

public static void generateMasterDotCpp()
Generate "master.cpp"

This file is concerned with setting up and tearing down sockets, threads, profiler.