Ignore:
Timestamp:
05/03/16 15:17:36 (8 years ago)
Author:
sherbold
Message:
  • updated new result storage concept and cross-project experiments to first check if a result is available. If this is the case, the experiment is not executed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/Runner.java

    r41 r69  
    4545    public static void main(String[] args) { 
    4646        new TextConsole(Level.FINE); 
    47         final int concurrentThreads = Runtime.getRuntime().availableProcessors() - 2; 
     47        final int concurrentThreads = Runtime.getRuntime().availableProcessors(); 
    4848        final ExecutorService threadPool = Executors.newFixedThreadPool(concurrentThreads); 
    4949        for (String arg : args) { 
     
    8989 
    9090        if (config != null) { 
    91             Console.trace(Level.FINE, config.toString()); 
     91            Console.trace(Level.FINEST, config.toString()); 
    9292            // Instantiate the class like it was given as parameter in the config file and cast it 
    9393            // to the interface 
Note: See TracChangeset for help on using the changeset viewer.