File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
TimeNETOptimizationEnvironment/src/toe/simulation Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ public void initSimulator(ArrayList< ArrayList<parameter>> listOfParameterSetsTM
6262 @ Override
6363 public void run () {
6464 if (mySimulationCache != null ) {
65+ support .log ("Will load available results from simulation cache." , typeOfLogLevel .INFO );
6566 this .myListOfSimulationParsers = mySimulationCache .getListOfCompletedSimulationParsers (listOfParameterSetsTMP , support .getGlobalSimulationCounter ());
6667 } else {
6768 support .log ("No local Simulation file loaded. Will build my own cache from scratch." , typeOfLogLevel .INFO );
@@ -95,7 +96,7 @@ public void run() {
9596 }
9697 support .log ("Size of Remaining ParameterList is " + remainingParametersets .size (), typeOfLogLevel .INFO );
9798 //Find simulations that are not already simulated
98- support .log ("Will simulate " + remainingParametersets .size () + " local." , typeOfLogLevel .INFO );
99+ support .log ("Will simulate " + remainingParametersets .size () + " local/distributed ." , typeOfLogLevel .INFO );
99100
100101 myLocalSimulator .initSimulator (remainingParametersets , false );
101102 //support.waitForEndOfSimulator(myLocalSimulator, support.getGlobalSimulationCounter(), support.DEFAULT_TIMEOUT);
You can’t perform that action at this time.
0 commit comments