0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a typo into the CITATION file. More... over 10 years ago
Added the CITATION file More... over 10 years ago
Updated the README file More... over 11 years ago
updated copyright More... almost 12 years ago
changed copyright More... almost 12 years ago
changes to Makefile More... almost 12 years ago
Added GPLv2 license header to all files More... almost 12 years ago
- Added the model's workload as parameter - Improved the test's scripts More... almost 12 years ago
- simplified the model, deleted the entities states More... almost 12 years ago
- minor changes to python's processing data script More... almost 12 years ago
- fixed (hopefully for the last time) the model's and lps' termination - added more 'randomness' to the tests More... almost 12 years ago
- deleted the link between lps and gvt handler More... almost 12 years ago
- added mean/confidence analysis python script More... almost 12 years ago
- changed the prepare to terminate step wq modified: src/lp.erl More... almost 12 years ago
- added the seed read from file More... almost 12 years ago
- added a python script to automatize simulation's runs More... almost 12 years ago
- Found a way to log simulation's output to file More... almost 12 years ago
- Added error_logger in all the modules More... almost 12 years ago
- Added the .config file in order to read model's parameters and integrate them with scripts for statistical analysis - Changed the init seed of each entity More... almost 12 years ago
- fixed an error in the init of lps More... almost 12 years ago
- added and implemented the density parameter to the model More... almost 12 years ago
- modification to the starting events handling More... almost 12 years ago
- changed Makefile - added new checks for consistency during rollbacks - changed the number of messages in the queue during startup (from 10 to 1) More... almost 12 years ago
- Redefined the starting model function, both lp and user module More... almost 12 years ago
- commented testing code More... about 12 years ago
- Performance improvement in queue_utils methods - Newton radix method with foldl - lp max messages set to 10 More... about 12 years ago
- added starter scripts - fixed the distributed mode - fixed a bug related to rollbacking until 0 More... about 12 years ago
- Deleted the sent message queue - The proc_event queue is like has now the function previous held by the sent_message one. It keeps track of which messages are generated by a single one, in order to handle the rollback properly. - The algorithm is consistent with its sequential counterpart (more test needed) More... about 12 years ago
- added and corrected unit testing More... about 12 years ago
-Resolved some bugs on the lp function, but the simulator is still not consistent. It seems the rollback does not preserve all the messages to reprocess. More... about 12 years ago