Directory SimulationRuntime/ParModelica/auto/

Directory Created:
2014-02-24 12:39
Total Files:
30
Deleted Files:
1
Lines of Code:
5439

[root]/SimulationRuntime/ParModelica/auto

Lines of Code

SimulationRuntime/ParModelica/auto/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 123 (100.0%) 7352 (100.0%) 59.7
mahge930 98 (79.7%) 5774 (78.5%) 58.9
hudson 20 (16.3%) 1547 (21.0%) 77.3
sjoelund.se 1 (0.8%) 19 (0.3%) 19.0
perost 3 (2.4%) 9 (0.1%) 3.0
adrpo 1 (0.8%) 3 (0.0%) 3.0

Most Recent Commits

sjoelund.se 2015-04-01 09:48 Rev.: 25350

Some fixes to compile with parmodelica

19 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/auto: pm_posix_timer.cpp (+19 -19)
hudson 2014-10-15 15:14 Rev.: 22754

[Janitor mode] Fix whitespace

8 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/auto: om_pm_interface.cpp (+8 -8)
mahge930 2014-10-15 15:12 Rev.: 22753

+ clustering support for the dynamic scheduler. Have been sitting on it for a while.
+ Some more minor fixes and timing informations.

206 lines of code changed in 9 files:

  • SimulationRuntime/ParModelica/auto: Makefile.common (+2 -2), Makefile.omdev.mingw (+4 -4), om_pm_interface.cpp (+9 -3), om_pm_model.cpp (+1 -1), om_pm_model.hpp (+2), pm_cluster_dynamic_scheduler.hpp (new 180), pm_cluster_level_scheduler.hpp (+4), pm_cluster_system.hpp (+3 -3), pm_task_system.hpp (+1 -1)
hudson 2014-10-15 14:25 Rev.: 22752

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/auto: om_pm_model.cpp (+1 -1)
mahge930 2014-10-15 14:19 Rev.: 22751

- Update task system dumping and reading of linear and non-linear systems.

8 lines of code changed in 3 files:

  • SimulationRuntime/ParModelica/auto: om_pm_model.cpp (+5 -14), pm_cluster_system.hpp (+1 -1), pm_clustering.hpp (+2 -2)
hudson 2014-04-28 12:14 Rev.: 20285

[Janitor mode] Set auto-props

838 lines of code changed in 9 files:

  • SimulationRuntime/ParModelica/auto: CMakeLists.txt (+44 -43), Makefile.in (+1), om_pm_equation.cpp (+56 -55), om_pm_interface.cpp (+106 -105), om_pm_model.cpp (+297 -296), pm_posix_timer.cpp (+67 -66), pm_utility.cpp (+85 -84), pm_win_timer.cpp (+79 -78), test_task_graph.cpp (+103 -102)
mahge930 2014-04-28 12:12 Rev.: 20284

+ Added the task graph implementations.

5247 lines of code changed in 29 files:

  • SimulationRuntime/ParModelica/auto: CMakeLists.txt (new 42), FindPugiXML.cmake (new 45), FindTBB.cmake (new 290), Makefile.common (new 45), Makefile.in (new 24), Makefile.omdev.mingw (new 27), om_pm_equation.cpp (new 54), om_pm_equation.hpp (new 61), om_pm_interface.cpp (new 105), om_pm_interface.hpp (new 70), om_pm_model.cpp (new 295), om_pm_model.hpp (new 137), pm_cluster_level_scheduler.hpp (new 280), pm_cluster_system.hpp (new 522), pm_clustering.hpp (new 811), pm_dynamic_scheduler.hpp (new 177), pm_graph_dump.hpp (new 60), pm_graph_dump.inl (new 111), pm_level_scheduler.hpp (new 314), pm_level_scheduler.inl (new 607), pm_load_xml.inl (new 285), pm_posix_timer.cpp (new 65), pm_task_system.hpp (new 175), pm_task_system.inl (new 100), pm_timer.hpp (new 102), pm_utility.cpp (new 83), pm_utility.hpp (new 181), pm_win_timer.cpp (new 77), test_task_graph.cpp (new 102)
mahge930 2014-03-02 20:55 Rev.: 19380

- Moved to branch.

8 lines of code changed in 23 files:

  • SimulationRuntime/ParModelica/auto: Makefile.common (del), Makefile.in (del), Makefile.omdev.mingw (del), om_pm_equation.cpp (del), om_pm_equation.hpp (del), om_pm_interface.cpp (del), om_pm_interface.hpp (del), om_pm_model.cpp (del), om_pm_model.hpp (del), pm_graph_dump.hpp (del), pm_graph_dump.inl (del), pm_level_scheduler.hpp (del), pm_level_scheduler.inl (del), pm_load_xml.inl (del), pm_posix_timer.cpp (del), pm_task_system.hpp (del), pm_task_system.inl (del), pm_timer.hpp (del), pm_utility.cpp (del), pm_utility.hpp (del), pm_win_timer.cpp (del), pm_win_timer.hpp (del), test_task_graph.cpp (del)
adrpo 2014-02-28 01:30 Rev.: 19345

- fix coding style
* UTF8 encoding (mahge930 please set your workspace to UTF8 no BOM in Eclipse).

3 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/auto: pm_posix_timer.cpp (+3 -3)
hudson 2014-02-27 18:49 Rev.: 19344

[Janitor mode] Set auto-props

68 lines of code changed in 2 files:

  • SimulationRuntime/ParModelica/auto: Makefile.in (+1), pm_posix_timer.cpp (+67 -66)
mahge930 2014-02-27 18:21 Rev.: 19343

+ Let the scheduler implement it's own executor.

292 lines of code changed in 14 files:

  • SimulationRuntime/ParModelica/auto: Makefile.common (+16 -4), Makefile.in (new), Makefile.omdev.mingw (+4 -3), om_pm_interface.cpp (+9 -17), om_pm_interface.hpp (+9 -11), om_pm_model.cpp (+85 -66), om_pm_model.hpp (+27 -29), pm_level_scheduler.hpp (+40 -13), pm_level_scheduler.inl (+86 -6), pm_load_xml.inl (+6 -2), pm_posix_timer.cpp (new), pm_task_system.inl (-2), pm_timer.hpp (new), pm_win_timer.cpp (+10 -2)
perost 2014-02-24 14:51 Rev.: 19281

- Fixed character encoding.

9 lines of code changed in 3 files:

  • SimulationRuntime/ParModelica/auto: om_pm_interface.cpp (+3 -3), pm_utility.cpp (+3 -3), pm_win_timer.cpp (+3 -3)
hudson 2014-02-24 12:42 Rev.: 19276

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

  • SimulationRuntime/ParModelica/auto: om_pm_equation.cpp (+1 -1)
hudson 2014-02-24 12:41 Rev.: 19275

[Janitor mode] Set auto-props

631 lines of code changed in 6 files:

  • SimulationRuntime/ParModelica/auto: om_pm_equation.cpp (+119 -119), om_pm_interface.cpp (+117 -117), om_pm_model.cpp (+172 -172), pm_utility.cpp (+62 -62), pm_win_timer.cpp (+69 -69), test_task_graph.cpp (+92 -92)
mahge930 2014-02-24 12:39 Rev.: 19274

+ Added automatic parallelization implementation.
- A generic task system.
- A generic level scheduler.
- Model representation for OM models.
- An interface for OM model runtime.
- support for loading model info from XML. Compile time loading to come.
- dumping system graphs to graphviz and graphml formats.

13 lines of code changed in 20 files:

  • SimulationRuntime/ParModelica/auto: Makefile.common (new), Makefile.omdev.mingw (new), om_pm_equation.cpp (new), om_pm_equation.hpp (new), om_pm_interface.cpp (new 7), om_pm_interface.hpp (new 2), om_pm_model.cpp (new), om_pm_model.hpp (new 2), pm_graph_dump.hpp (new), pm_graph_dump.inl (new), pm_level_scheduler.hpp (new), pm_level_scheduler.inl (new), pm_load_xml.inl (new), pm_task_system.hpp (new), pm_task_system.inl (new 2), pm_utility.cpp (new), pm_utility.hpp (new), pm_win_timer.cpp (new), pm_win_timer.hpp (new), test_task_graph.cpp (new)
Generated by StatSVN 0.7.0