Skip to content

Commit a8a0a48

Browse files
ChristophBodensteinChristophBodenstein
authored andcommitted
small logging changes
1 parent bdaffce commit a8a0a48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TimeNETOptimizationEnvironment/src/toe/simulation/SimulatorCachedLocal.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)