worms
  1. worms

DCworms

Public
  1. worms
  2. DCworms

All Branches Graph  

        
AuthorCommitMessageCommit dateBuilds
Sebastian CiesielskiSebastian Ciesielski
a575da2a4f6updated experiments
Sebastian CiesielskiSebastian Ciesielski
53cd0f5a1a9Update gitignore
Sebastian CiesielskiSebastian Ciesielski
da7e44318c9Added possibility to disable stats aggregation
Sebastian CiesielskiSebastian Ciesielski
453161d2ae5Update
Sebastian CiesielskiSebastian Ciesielski
ce5ea0c5cd2Init file structure Update Init file structure Update Update
Sebastian CiesielskiSebastian Ciesielski
68c3e623776Merge remote-tracking branch 'origin/DCWORMS-236' into dev
Sebastian CiesielskiSebastian Ciesielski
7348c677b4fMerge branch 'DCWORMS-245' into dev
Jan F HalaczekJan F Halaczek
c566776eb5dIntroducing the ability to define a csv file which contains the calendar, as a <schedule> attribute
Sebastian CiesielskiSebastian Ciesielski
4842ebab96dMerge branch 'DCWORMS-244_2' into dev
Sebastian CiesielskiSebastian Ciesielski
1b55ec81b09FileChannel fixes Fixed closing file channel right after creation. Fixed file creation in resource loop. Fixed data...
Sebastian CiesielskiSebastian Ciesielski
dc9da9cfda1Merge branch 'DCWORMS-244' into dev
Jan F HalaczekJan F Halaczek
ad15bba07f1The files are now created before the stats are read, and passed as needed. Additionally, replaced PrintStream with Fi...
Jan F HalaczekJan F Halaczek
b4b91b14a5dadded resource whitelisting to the properties, and example on how to use it
Jan F HalaczekJan F Halaczek
dff74eb5dd9added resource whitelisting to the properties, and example on how to use it
Sebastian CiesielskiSebastian Ciesielski
4df0659b234Merge remote-tracking branch 'origin/DCWORMS-240' into dev
Jan F HalaczekJan F Halaczek
59bca6a0234added SlurmLogParser to allow generation of the workload and load calendar from the Slurm logs. And added an example ...
Jan F HalaczekJan F Halaczek
1ffc0c15493updated ConfigurationReader.java and WorkloadGenerator.java to allow the gui to display the error messages to the use...
Jan F HalaczekJan F Halaczek
153b6d26162added generated.schemas.resources.simplified.AdditionalSupportedEvents to use in dcwormsgui
Jan F HalaczekJan F Halaczek
7b5204b4979improvements to the custom events added a new example demonstrating how to use custom events removed CUSTOM_EVENT_ fr...
Sebastian CiesielskiSebastian Ciesielski
5ab389f254fCleanup
Jan F HalaczekJan F Halaczek
a58ce160539made sendTimeIntervalEvents() a public static function and moved to the BaseExtension class. added code to all extens...
Sebastian CiesielskiSebastian Ciesielski
33019dc7070Fixed invalid delay calculation
Jan F HalaczekJan F Halaczek
6466681b9deinitial code for DCWORMS-236
Jan F HalaczekJan F Halaczek
b39bacfacdbminor code optimization and maintenance added messages for time and replaced (in dcworms\simulator\simcore\*) System....
Jan F HalaczekJan F Halaczek
32ccccc10ccminor ResourceUtils optimizations
Jan F HalaczekJan F Halaczek
990b8877a57Fixed the problem with the postprocessing of the workload
Jan F HalaczekJan F Halaczek
7934ae9c7eeReplace log with log4j and updated Messages_en.properties
Jan F HalaczekJan F Halaczek
f3bb15aadb9moved WorkloadGenerator from a jar to within the project.
Jan F HalaczekJan F Halaczek
9cbbd3bf120Fixed the CostExtension/Profile as previously it would be created despite not being present in the resource file.
Jan F HalaczekJan F Halaczek
a3157b0f49fAdded the ability to define the start date for the simulator in the properties file. If properties doesn't specify th...
Jan F HalaczekJan F Halaczek
50ec88e6602Added time units (h, m, s, ms) in the units, and updated ConfigurationOptions to read time units from properties file...
Jan F HalaczekJan F Halaczek
d2087ffee2brenamed variables in RespurceCalendar.java: currentCalendarEntry -> currentCalendarEntryIndex prevEntry -> previousEn...
Jan F HalaczekJan F Halaczek
d491c3cddfcFixed the added 0 at the end of the calendar resource
Sebastian CiesielskiSebastian Ciesielski
bc5025ec5b5Fixed missing supported event types in base plugins BaseEnergyEstimationPlugin - POWER_CHANGED, BaseAirflowEstimati...
Jan F HalaczekJan F Halaczek
1be3fdd9549added calendarWithoutWorkload2 to the examples, which uses an xml calendar file to generate a graph representing powe...
Jan F HalaczekJan F Halaczek
b7a50ed12f1Moved getSeed() from DataCenterWorkloadSimulator.java to ConfigurationOptions.java to allow global use. Added a new ...
Jan F HalaczekJan F Halaczek
b0bf54fa4acAdded limit to Components like CPUs
Jan F HalaczekJan F Halaczek
6ff0bc79972Added limit to tasks displayed Replaced System.err.printl() statements with log.warn()
Jan F HalaczekJan F Halaczek
5308d3a9139Changed xsi:noNamespaceSchemaLocation path to use the git location.
Jan F HalaczekJan F Halaczek
b6384d4453bUpdated Java from 11 to 17 (LTS)
Jan F HalaczekJan F Halaczek
b7c10ef16d8Added repeated code into a function
Jan F HalaczekJan F Halaczek
fd70e22913fUpdated DiagramStatisticsGnuplot to be compatible with GnuPlot 5.4.5, added static limits making sure that the output...
Jan F HalaczekJan F Halaczek
d3671c8f6a4Updated DiagramStatisticsGnuplot to accept updated csv file format instead of txt format.
Jan F HalaczekJan F Halaczek
8b912df2b05Removed PluginPolicy due to being depricated.
Jan F HalaczekJan F Halaczek
151e4a8fbbbAdded ExtensionInterface
Jan F HalaczekJan F Halaczek
3864f3aa258Added checking weather the resource name has been already used. If it already has been it will be logged
Jan F HalaczekJan F Halaczek
e1baf9595b8Moved getSchedulerByName and getSchedulerByResourceName from SimulatedEnvironment.java to ResourceUtils.java Added g...
Jan F HalaczekJan F Halaczek
3b16d5a9d44Removed LoadPowerUsage.java
Jan F HalaczekJan F Halaczek
92e1ef152baDCWORMS-191 - Replaced Unit.(unit) with ConfigurationOptions.unitConfiguration.get(unit)()
Jan F HalaczekJan F Halaczek
256dd337194Renamed SimulatedEnvironmentTest.java to ResourceUtilsTest.java, and moved it to the /resources/utils/ Replaced Simu...
Jan F HalaczekJan F Halaczek
f132cc733b8Created ResourceUtils.java Added getComputingResources to the ResourceManager.java Replaced SimulatedEnvironment with...
Jan F HalaczekJan F Halaczek
45dc71921fcupdated resdesc to resDesc
Jan F HalaczekJan F Halaczek
bd09c225cecMerge remote-tracking branch 'origin/DCWORMS-179' into DCWORMS-179 # Conflicts: # pom.xml
Jan F HalaczekJan F Halaczek
6e5d1250061Updated pom.xml, replacing mockito-all with mockito-core 4.8.0, due to tests not passing with mockito-all
Sebastian CiesielskiSebastian Ciesielski
97d337bee76Fixed old version of mockito causing some test to fail (caused by java modularity changes)
Jan F HalaczekJan F Halaczek
00cfa9f2adaUpdated Configuration properties names, from creatediagram to createDiagram for factor. Changed the position of Unit ...
Jan F HalaczekJan F Halaczek
024101faeedDCWORMS-178 - Removed unit-api and indriya from pom
Jan F HalaczekJan F Halaczek
175a8796cc4DCWORMS-177 - Replaced statically typed unit symbols with ConfigurationOptions.unitConfiguration.getPowerUnit().getSy...
Jan F HalaczekJan F Halaczek
1d765ba5d2fDCWORMS-176 - Created PowerCapLevel and replaced generated PowerCapLevel in BaseEnergyEstimationPlugin, EnergyEstimat...
Jan F HalaczekJan F Halaczek
12c962e58fdDCWORMS-175 - Replaced StringValueWithUnit from PhysicalResourceDescription > readCsv() and readCsvPstate()
Jan F HalaczekJan F Halaczek
ca90287ac2cDCWORMS-174 - replaced old StringValueWithUnit to a new class created in the previous commit (DCWORMS-173)
Jan F HalaczekJan F Halaczek
e5594dc5352DCWORMS-173 - created new class StringValueWithUnit, which stores unit and value
Jan F HalaczekJan F Halaczek
041b0a7d05bDCWORMS-172 - Added airflow and power units to the AirflowState
Jan F HalaczekJan F Halaczek
dfa767fb875DCWORMS-171 - added frequency and voltage units. Added units to PState, updated PState builder to initializese new pa...
Jan F HalaczekJan F Halaczek
b98a3525c68DCWORMS-170 - Added Units to the PowerState and fixed the ConfigOptions where Reliability was set to use Temperature ...
janjan
438969647b1DCWORMS-169 - Added exceptions for the Converters and UnitParser
Jan F HalaczekJan F Halaczek
b6a654510d4DCWORMS-168 - Added a way to load units from properties file.
Jan F HalaczekJan F Halaczek
b80a1f94e59DCWORMS-167 - Filled out the Units and Conversions. Replaced javax.measure.unit with dcworms.simulator.units
Sebastian CiesielskiSebastian Ciesielski
52002de8403Working on own implementation of unit conversion
Jan F HalaczekJan F Halaczek
b9e83abfcaeupdated SimulationExamplesTests results
Jan F HalaczekJan F Halaczek
9fa42b12d47DCWORMS-165 - added "unit" to the headers
Jan F HalaczekJan F Halaczek
7b59d2db1caDCWORMS-164 - Added a colmn to the csv to represent unit of the value shown.
janjan
d8ee2dfb2d2DCWORMS-163 Added Unit Type to the ResourceStats
Jan F HalaczekJan F Halaczek
59097b3371bDCWORMS-162 - created UnitConfiguration class and added it to the ConfigurationOptions as a public static class
Jan F HalaczekJan F Halaczek
f123dbfe6a0DCWORMS-161 - created dcworms.simulator.configuration and moved ConfigurationOptions, DCWormsConstants and Environmen...
Jan F HalaczekJan F Halaczek
f7735dab390DCWORMS-161 - created dcworms.simulator.configuration and moved ConfigurationOptions, DCWormsConstants and Environmen...
Sebastian CiesielskiSebastian Ciesielski
7e91ec37553Fixed invalid order of resources Cleaned code
Jan F HalaczekJan F Halaczek
02c5bfc36e7Added a new variable to ResStat (taskFailed : boolean) added setStatus and getStatus updated DiagramStatisticsJFreeC...
Jan HalaczekJan Halaczek
e8b8ad745c0DCWORMS-160 Merge DCWORMS-160 to dev * commit 'a053a8a3e10f1bb7d4c2178976221a0716c5c858': Updated DiagramStatisti...
Jan F HalaczekJan F Halaczek
a053a8a3e10Updated DiagramStatisticsJFreeChart updated pom.xml to remove TimetableChart.jar dependency removed jfreechart-1.0.15...
Jan F HalaczekJan F Halaczek
ce64236fc88Updated DiagramStatisticsJFreeChart
Jan F HalaczekJan F Halaczek
6fc43bfae6eUpdated DiagramStatisticsJFreeChart.java to use jfree.chart.gantt instead of csiro.mit.utils
Sebastian CiesielskiSebastian Ciesielski
203c022d1caFixed bug with illegal access to java.xml using castor with java version >= 16
Sebastian CiesielskiSebastian Ciesielski
ed2641514b7Added plugins to pom so fat jar can be created
Sebastian CiesielskiSebastian Ciesielski
199a56259bdFixed errors with PStates in simplified resource schema
Sebastian CiesielskiSebastian Ciesielski
0e581515ca9Added ReliabilityExtension to devices
Sebastian CiesielskiSebastian Ciesielski
9e6404f757eMerge branch 'last-value-from-calendar' into dev
Sebastian CiesielskiSebastian Ciesielski
3dbd6ede4a9Fixed formatting in tests results
Sebastian CiesielskiSebastian Ciesielski
a92de089e23Last value will return calendar value if no plugin specified
Sebastian CiesielskiSebastian Ciesielski
48972fcb1bfFixed logging related issues
Sebastian CiesielskiSebastian Ciesielski
3c9c788593dMerge branch 'dev' into last-value-from-calendar
Sebastian CiesielskiSebastian Ciesielski
9fdc541f6a9Merge branch 'lombok-slf4j' into dev
Sebastian CiesielskiSebastian Ciesielski
33662f272baAdded Lombok to project and @Log4j2 annotations for logging
Sebastian CiesielskiSebastian Ciesielski
9a1e67e7eb8Updated in ReliabilityProfile
Sebastian CiesielskiSebastian Ciesielski
32786e51886Fixes around resource events Added missing initialization and calendar events sending in ComputingResource. Added mi...
Sebastian CiesielskiSebastian Ciesielski
215a85a6529Added access to calendar from profiles interfaces
Sebastian CiesielskiSebastian Ciesielski
502d379bd85Added calendar to all profiles (except failure)
Sebastian CiesielskiSebastian Ciesielski
7e36779abe7Removed eclipse classpath and project files from repo
Sebastian CiesielskiSebastian Ciesielski
130ad4712c1Merge branch 'castor-maven-generator' into dev
Sebastian CiesielskiSebastian Ciesielski
4a134e551a4Removed unused jars. Removed commons-collections from system dependencies. Cleared out pom. Added generation of simp...
Sebastian CiesielskiSebastian Ciesielski
162cb87670eChanged qcg_job_schemas from jar to source generation. Moved code from qcg_schemas_tools.jar to dcworms.
Sebastian CiesielskiSebastian Ciesielski
4ef61021067Disabled grouping separator in stats files
Sebastian CiesielskiSebastian Ciesielski
fbfe22e7175Merge branch 'dev' into castor-maven-generator
Sebastian CiesielskiSebastian Ciesielski
f01ce0de7adAdded tutorial examples from recipe branch
Sebastian CiesielskiSebastian Ciesielski
d39ab103a18Added todos to pom
Sebastian CiesielskiSebastian Ciesielski
958816075d4Removed gssim_workload3g.jar dependency
Sebastian CiesielskiSebastian Ciesielski
416b58370b6Added generation of resources schema
Sebastian CiesielskiSebastian Ciesielski
7d230c4c6c9Gradle to Maven
Sebastian CiesielskiSebastian Ciesielski
7a137c246ebGradle wrapper fix and added shadowJar plugin
Sebastian CiesielskiSebastian Ciesielski
4df340bb261Added log level property to ConfigurationOptions
Sebastian CiesielskiSebastian Ciesielski
f982a9e34cfUpdated code to use log4j and messages bundle
Sebastian CiesielskiSebastian Ciesielski
e160a2a066cUpdated Log4j Updated log4j due to latest vulnerabilities. Added custom DIAG and NOTICE logging levels.
Sebastian CiesielskiSebastian Ciesielski
0e96456bb8fFixed using incorrect resource file in psnc3b experiment.
Sebastian CiesielskiSebastian Ciesielski
3b69b7d284aAdded check in children when calling getTasks() on ComputingResource
Sebastian CiesielskiSebastian Ciesielski
98baf7b4402Clearing resource stats history after gathering all of them
Sebastian CiesielskiSebastian Ciesielski
7fe21c27324Added warning when trying to load job from an incorrectly named xml file
Sebastian CiesielskiSebastian Ciesielski
1bd597190d3Fixed estimateMigrationTime() not being called
Sebastian CiesielskiSebastian Ciesielski
67caadce3c7Removed jmh related code and files
Sebastian CiesielskiSebastian Ciesielski
5e0c8a4d0c5Added pnsc3a and psnc3b experiments
Sebastian CiesielskiSebastian Ciesielski
27888e79ffdAdded psnc2 experiment
Sebastian CiesielskiSebastian Ciesielski
c310d5f38efMerge branch 'dev' into recipe
Sebastian CiesielskiSebastian Ciesielski
b5c563e3162When task changes phase it will call scheduling plugin
Sebastian CiesielskiSebastian Ciesielski
08669a55f99Removed jmh related code and files
Sebastian CiesielskiSebastian Ciesielski
46b59976cdcAdded polimi experiment
Sebastian CiesielskiSebastian Ciesielski
d5c0ea749d3Updated psnc1 experiment and tutorial examples
Sebastian CiesielskiSebastian Ciesielski
161d1786853Merge branch 'dev' into recipe
Sebastian CiesielskiSebastian Ciesielski
739a4d11db9Added information about currently performed tasks to the ComputingResource.
Sebastian CiesielskiSebastian Ciesielski
6f7736123a9Updated psnc1 experiment result files Added print in Executable class to inform about phase change.
Sebastian CiesielskiSebastian Ciesielski
79b2183213fFixed requirements section in job xmls
Sebastian CiesielskiSebastian Ciesielski
cac10412a74Added psnc1 experiment
Sebastian CiesielskiSebastian Ciesielski
e6650600494Added JobRegistry parameter to checkpointing timer methods
Sebastian CiesielskiSebastian Ciesielski
c1da1604d00Renamed ErrorGenerator to FailureGenerator along with all its components Renamed ErrorGenerator to FailureGenerator...
Sebastian CiesielskiSebastian Ciesielski
e1b72310e07Added possibility to create profiles with limited history size Minor changes: Added support for jmh. Fixed bug with...
Sebastian CiesielskiSebastian Ciesielski
81f7af468fdAdded possibility to include another XML file inside resource description file
Sebastian CiesielskiSebastian Ciesielski
fbe143bcd47Updated to Java 11 and Gradle 7 Fixed bug in testReadPrepareDirectoryClean with invalid file extension
Sebastian CiesielskiSebastian Ciesielski
a01a633857aMerge branch 'performance-tests' into dev
Sebastian CiesielskiSebastian Ciesielski
9c7620e7f5fUpdated log4j to log4j2 Fixed issue with disabled trash.log. Fixed issue with logging from castor jars.
Sebastian CiesielskiSebastian Ciesielski
bb640a9744dFixed up incorrect java version of simjava4dcworms.jar
Sebastian CiesielskiSebastian Ciesielski
a9c6a2494b2Changed text statistics files format Changed extension from txt to csv. Removed unnecessary first column with stat n...
Sebastian CiesielskiSebastian Ciesielski
fc9ded116d1Merge branch 'database-statistics' into performance-tests
Sebastian CiesielskiSebastian Ciesielski
d85820829bdBugfixes Added missing logs. Added missing energy accumulators. Added missing execution of metrics calculator plugin...
Sebastian CiesielskiSebastian Ciesielski
e6a62f9147bUpdated queries code Added indexes to resources and tasks tables. Optimized resource query with prepared statement. ...
Sebastian CiesielskiSebastian Ciesielski
fc27630ceafCombined database with statistics Changed database to in-file h2 database. Created connection pool for different thr...
Sebastian CiesielskiSebastian Ciesielski
2aa718ccfc4Cleaned up resource statistics methods Removed method reflection Removed unused parameters Extracted mean value savi...
Sebastian CiesielskiSebastian Ciesielski
d66e6886c2eFixed up duplicated utilization and occupancy stats code in ResourceStatistics
Sebastian CiesielskiSebastian Ciesielski
ca01f5fd80eRemoved duplicated execution of calculatePEStats in ResourceStatistics
Sebastian CiesielskiSebastian Ciesielski
5cb93ee592eRemoved unused (excessive) power calculation in ResourceStatistics
Sebastian CiesielskiSebastian Ciesielski
08227ff8c08Removed excessive creation of ExecutionHistoryItem during checkpointing
Sebastian CiesielskiSebastian Ciesielski
ba525d80ee9Fixed bug with canceling multiple events Added function to cancel multiple events to simjava jar. Added missing canc...
Sebastian CiesielskiSebastian Ciesielski
981de80f231Added possibility to pause multiple tasks from one job at once
Sebastian CiesielskiSebastian Ciesielski
88a213c132eRemoved jobs files from tracking
Sebastian CiesielskiSebastian Ciesielski
387b2cabc44Updated database code Changed database to sqlite. Splited data into multiple tables. Added missing methods for relia...
Sebastian CiesielskiSebastian Ciesielski
0266e31eb07Added possibility to use float values instead of double in MeasurementHistory
Sebastian CiesielskiSebastian Ciesielski
cc580fc1d35Refactored MeasurementHistory and resource profiles Divided the code between two different implementations - memory ...
Sebastian CiesielskiSebastian Ciesielski
0fd56e39c07Fixed utilization calculation in advancedScheduling example
Sebastian CiesielskiSebastian Ciesielski
cda144b808bRemoved event canceling from runTask in LocalManagementSystem Updating computing resources with TASK_STARTED event o...
Sebastian CiesielskiSebastian Ciesielski
e81c6300b26Moved CostExtension to the bottom of resource plugin call hierarchy
Sebastian CiesielskiSebastian Ciesielski
c93afcb23daDisabled trash.log Removed old log-disabling code from DataCenterWorkloadSimulator. Commented trash.log appender in ...
Sebastian CiesielskiSebastian Ciesielski
0179d0f61a5Updated performanceTests and added checkpointing to simulationTests
Sebastian CiesielskiSebastian Ciesielski
9c5f3dd742aFixes in examples
Sebastian CiesielskiSebastian Ciesielski
84c1f7b091aUpdates and examples Updated resource consumption profile. Added example with migration to different resource type. ...
Sebastian CiesielskiSebastian Ciesielski
128395098a4Removed outdated example - resource type migration
Sebastian CiesielskiSebastian Ciesielski
99727f5d66fMerge branch 'update_res_consumption' into dev
Sebastian CiesielskiSebastian Ciesielski
5eadf31a270Examples and fixes Added possibility to specify utilization when scheduling a task. Added advanced scheduling exampl...
Wojciech PiatekWojciech Piatek
df7d5bc3889Add thermal example
Sebastian CiesielskiSebastian Ciesielski
1f455bad9afUpgrades and fixes of resourceConsumptionProfiles Added possibility to mark profile as default. Added missing elemen...
Sebastian CiesielskiSebastian Ciesielski
87bac3d6de7First implementation of requirements in resConsumptionProfile ApplicationProfiles2 test not working. Should create e...
Sebastian CiesielskiSebastian Ciesielski
4c3aeddc9dcTutorial - part 2 Scheduling plugin Reliability plugin
Sebastian CiesielskiSebastian Ciesielski
80758b1ac32Tutorial - part 1 1. Base experiment 2. Task phases + resource utilization
Sebastian CiesielskiSebastian Ciesielski
7e4209b9ffbMerge branch 'dev' into recipe
Sebastian CiesielskiSebastian Ciesielski
b97d504d735Bugfixes Changed BaseReliabilityEstimationPlugin class to abstract and removed empty estimateReliability method. Add...
Sebastian CiesielskiSebastian Ciesielski
9a29f73b6a1Fixed bug with not canceling component events along with scheduling events.
Sebastian CiesielskiSebastian Ciesielski
19ec1717ef3Added missing handleRepairEvent method calls in plugins
Sebastian CiesielskiSebastian Ciesielski
f010d9764a3Added possibility not to release resources when pausing a task
Sebastian CiesielskiSebastian Ciesielski
d4858a6c547Simplified pause resume and migrate method calls inside JobRegistry
Sebastian CiesielskiSebastian Ciesielski
cf222da0e31Added possibility to repair resources inside ErrorGeneratorPlugin
Sebastian CiesielskiSebastian Ciesielski
7b3723d775bMerge branch 'dev' into recipe Checkpointing module fixes.
Sebastian CiesielskiSebastian Ciesielski
02f982e40a3Checkpointing module fixes Fixed multiple handleJob calls when failing multiple tasks from the same job. Fixed inval...
Sebastian CiesielskiSebastian Ciesielski
75d381ac878Merge branch 'dev' into recipe Added support for checkpointing.
Sebastian CiesielskiSebastian Ciesielski
bf1802985aeAdded support for checkpointing Added possibility to create checkpoints (with pausing and resuming). Added possibili...
Sebastian CiesielskiSebastian Ciesielski
c7032e0de33Fixed recreating execution profile on INEXEC status after loading from checkpoint. Error was causing overwriting of t...
Sebastian CiesielskiSebastian Ciesielski
7d98e53f98eAdded possibility to restore task using its last checkpoint. Added isCheckpoint field to ExecutionHistoryItem to dis...
Sebastian CiesielskiSebastian Ciesielski
10b89a0b0dcChanged the method of storing failed tasks. Now - Field in Executable which stores previous execution. Previously - ...
Sebastian CiesielskiSebastian Ciesielski
dfd98b6cdd6Fixed marking execution phases as idle Created test for ESCAPE project example.
Sebastian CiesielskiSebastian Ciesielski
d3c76ff6703Adjusted ExecutionHistoryItem to act as checkpointing structure Added current phase field to ExecutionHistoryItem. F...
Sebastian CiesielskiSebastian Ciesielski
9f8111a138aMerge branch 'reliability-plugin' into dev
Sebastian CiesielskiSebastian Ciesielski
1d8f37afe7dUpdated reliability plugin to latest simulator changes
Sebastian CiesielskiSebastian Ciesielski
4bd0c76c445Merge branch 'dev' into reliability-plugin