Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 35 (100.0%) | 6919 (100.0%) | 197.6 |
Compiler/Template/ | 17 (48.6%) | 6547 (94.6%) | 385.1 |
Compiler/BackEnd/ | 3 (8.6%) | 240 (3.5%) | 80.0 |
SimulationRuntime/c/simulation/libf2c/ | 1 (2.9%) | 85 (1.2%) | 85.0 |
Compiler/Util/ | 7 (20.0%) | 29 (0.4%) | 4.1 |
Compiler/SimCode/ | 1 (2.9%) | 8 (0.1%) | 8.0 |
Compiler/runtime/ | 1 (2.9%) | 6 (0.1%) | 6.0 |
testsuite/simulation/modelica/hpcom/ | 2 (5.7%) | 3 (0.0%) | 1.5 |
SimulationRuntime/cpp/ | 2 (5.7%) | 1 (0.0%) | 0.5 |
SimulationRuntime/cpp/Core/Modelica/ | 1 (2.9%) | 0 (0.0%) | 0.0 |
Added cppFlags to simulation makefile.
2 lines of code changed in 1 file:
Added flag 'cppFlags' in order to commit flags for C++ compiler in CppRuntime.
7 lines of code changed in 3 files:
Added config flag 'cppFlags' in order to commit flags to C++ compiler in cppRuntime.
9 lines of code changed in 3 files:
Indent; added missing 'end match's
296 lines of code changed in 1 file:
Typo
1 lines of code changed in 1 file:
Removed redundancy in templates, brief review
546 lines of code changed in 4 files:
If flag 'useMPI' is active, a MPI evironment is initalized but computation is not MPI parallel .
46 lines of code changed in 1 file:
Added debug flag 'useMPI'. This adds MPI init and finalize to main method and MPI compiler wrappers to makefile.
265 lines of code changed in 7 files:
Indent
14 lines of code changed in 1 file:
Added function intRandom an interface to C/C++ rand function
21 lines of code changed in 2 files:
Added random scheduler to HPCOM module
234 lines of code changed in 3 files:
* Begin of MPI parallelization in HPCOM module.
5478 lines of code changed in 8 files: