/trunk Developers: mkloeppel

Login name:
mkloeppel
Total Commits:
93 (0.0%)
Lines of Code:
7,303 (0.0%)
Most Recent Commit:
2015-04-20 09:24
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for mkloeppel

Activity by Day of Week for mkloeppel

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 93 (100.0%) 7303 (100.0%) 78.5
Compiler/Template/ 4 (4.3%) 3794 (52.0%) 948.5
SimulationRuntime/cpp/Solver/IDA/ 5 (5.4%) 1069 (14.6%) 213.8
Compiler/BackEnd/ 4 (4.3%) 872 (11.9%) 218.0
SimulationRuntime/cpp/Solver/UmfPack/ 19 (20.4%) 478 (6.5%) 25.1
testsuite/openmodelica/cppruntime/hpcom/umfpack/ 3 (3.2%) 307 (4.2%) 102.3
SimulationRuntime/cpp/Include/Solver/IDA/ 4 (4.3%) 281 (3.8%) 70.2
Compiler/runtime/ 5 (5.4%) 197 (2.7%) 39.4
/ 12 (12.9%) 118 (1.6%) 9.8
SimulationRuntime/cpp/ 8 (8.6%) 51 (0.7%) 6.3
SimulationRuntime/cpp/Solver/Newton/ 5 (5.4%) 37 (0.5%) 7.4
SimulationRuntime/cpp/Include/SimCoreFactory/Policies/ 4 (4.3%) 25 (0.3%) 6.2
Compiler/omc_release/ 1 (1.1%) 15 (0.2%) 15.0
SimulationRuntime/cpp/Include/Core/Math/ 5 (5.4%) 14 (0.2%) 2.8
SimulationRuntime/cpp/Core/Math/ 2 (2.2%) 13 (0.2%) 6.5
SimulationRuntime/cpp/Include/Core/System/ 4 (4.3%) 12 (0.2%) 3.0
testsuite/openmodelica/cppruntime/umfpack/ 3 (3.2%) 7 (0.1%) 2.3
SimulationRuntime/cpp/Include/Solver/UmfPack/ 1 (1.1%) 7 (0.1%) 7.0
Compiler/boot/ 1 (1.1%) 3 (0.0%) 3.0
SimulationRuntime/cpp/Core/Modelica/ 1 (1.1%) 2 (0.0%) 2.0
SimulationRuntime/cpp/Include/Core/ 1 (1.1%) 1 (0.0%) 1.0
testsuite/openmodelica/cppruntime/ReferenceFiles/ 1 (1.1%) 0 (0.0%) 0.0

Activity of mkloeppel

Most Recent Commits

mkloeppel 2015-04-20 09:24 Rev.: 25628

add missing changes

11 lines of code changed in 1 file:

  • Compiler/Template: CodegenCpp.tpl (+11 -16)
mkloeppel 2015-04-20 09:23 Rev.: 25627

exchange custom sparse matrix format in c++-runtime umfpack for boost::ublas sparse format
adapt test case

64 lines of code changed in 7 files:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+1)
  • SimulationRuntime/cpp/Include/Core/System: IAlgLoop.h (+2 -3), IMixedSystem.h (+2 -2)
  • SimulationRuntime/cpp/Include/Solver/UmfPack: UmfPack.h (+7 -3)
  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+46 -33)
  • testsuite/openmodelica/cppruntime/umfpack: NPendulummath.mo (+2 -2), NPendulummath.mos (+4 -6)
mkloeppel 2015-02-04 10:49 Rev.: 24393

fix IDAGetDky issue

14 lines of code changed in 3 files:

  • SimulationRuntime/cpp: CMakeLists.txt (+1 -1)
  • SimulationRuntime/cpp/Include/Solver/IDA: IDA.h (+4 -3)
  • SimulationRuntime/cpp/Solver/IDA: IDA.cpp (+9 -8)
mkloeppel 2015-02-03 16:18 Rev.: 24381

add IDA solver to CPP runtime

1368 lines of code changed in 12 files:

  • SimulationRuntime/cpp: CMakeLists.txt (+6)
  • SimulationRuntime/cpp/Include/SimCoreFactory/Policies: SolverOMCFactory.h (+9), SolverSettingsOMCFactory.h (+8), StaticSolverOMCFactory.h (+7 -3), StaticSolverSettingsOMCFactory.h (+1 -1)
  • SimulationRuntime/cpp/Include/Solver/IDA: FactoryExport.h (new 17), IDA.h (new 242), IDASettings.h (new 18)
  • SimulationRuntime/cpp/Solver/IDA: CMakeLists.txt (new 23), FactoryExport.cpp (new 38), IDA.cpp (new 979), IDASettings.cpp (new 20)
mkloeppel 2014-12-17 17:36 Rev.: 23828

further fix for METIS scheduler

3 lines of code changed in 1 file:

  • Compiler/boot: Makefile.in (+3 -1)
mkloeppel 2014-12-17 15:15 Rev.: 23822

fixes for METIS scheduler and UMFPACK solver

6 lines of code changed in 3 files:

  • configure.in (+3 -4)
  • Compiler/runtime: config.unix.h.in (+1 -1)
  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+2 -1)
mkloeppel 2014-09-11 16:54 Rev.: 22278

fix cpp-tests

3740 lines of code changed in 1 file:

  • Compiler/Template: CodegenCpp.mo (+3740 -3618)
mkloeppel 2014-09-11 16:32 Rev.: 22276

use umfpack only for (very) sparse matrices
fix umfpack test's Makefile

72 lines of code changed in 5 files:

  • Compiler/Template: CodegenCpp.tpl (+32 -2)
  • SimulationRuntime/cpp/Include/Core/System: IAlgLoop.h (+2)
  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+35 -13), UmfPack.h (+2 -1)
  • testsuite/openmodelica/cppruntime/umfpack: Makefile (+1 -1)
mkloeppel 2014-09-10 14:39 Rev.: 22255

added umfpack test case

307 lines of code changed in 4 files:

  • testsuite/openmodelica/cppruntime/ReferenceFiles: NPendulummath_res.mat (new)
  • testsuite/openmodelica/cppruntime/hpcom/umfpack: Makefile (new 46), NPendulummath.mo (new 227), NPendulummath.mos (new 34)
mkloeppel 2014-09-05 14:10 Rev.: 22147

fix umfpack issues under windows

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Math: SparseMatrix.h (+1 -1)
mkloeppel 2014-09-03 09:34 Rev.: 22107

fix msvc build

3 lines of code changed in 2 files:

  • Makefile.omdev.mingw (+1 -1)
  • SimulationRuntime/cpp: CMakeLists.txt (+2)
mkloeppel 2014-09-02 15:56

fix build

3 lines of code changed in 2 files:

  • Makefile.common (+1 -1)
mkloeppel 2014-09-02 15:49 Rev.: 22095

umfpack related changes to Makefiles and CMake scripts

89 lines of code changed in 3 files:

  • Makefile.common (+18 -17), Makefile.omdev.mingw (+24 -1)
  • SimulationRuntime/cpp/Solver/UmfPack: SuiteSparseConfig.cmake (+47 -47)
mkloeppel 2014-08-27 13:10 Rev.: 22030

corrected umfpack-clean target in Makefile.common

3 lines of code changed in 1 file:

  • Makefile.common (+3 -3)
mkloeppel 2014-08-27 12:55 Rev.: 22028

allows to compile umfpack in 3rdParty and use it in cpp-runtime
only the LGPL version in 3rdParty is used

78 lines of code changed in 6 files:

  • Makefile.common (+18 -2), Makefile.in (+1), configure.in (+8)
  • SimulationRuntime/cpp: CMakeLists.txt (+12 -9)
  • SimulationRuntime/cpp/Core/Modelica: ModelicaConfig.inc.in (+2 -2)
  • SimulationRuntime/cpp/Solver/UmfPack: SuiteSparseConfig.cmake (+37 -115)
mkloeppel 2014-07-16 15:11 Rev.: 21529

excluded check for umfpack

8 lines of code changed in 1 file:

  • SimulationRuntime/cpp: CMakeLists.txt (+8 -8)
mkloeppel 2014-07-16 14:44 Rev.: 21528

further bugfixes for umfpack-integration in CPP-runtime

140 lines of code changed in 6 files:

  • SimulationRuntime/cpp: CMakeLists.txt (+10 -9)
  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+1 -1), FindSuiteSparse.cmake (del), SuiteSparseConfig.cmake (new 125), UmfPack.cpp (+3 -2), UmfPack.h (+1)
mkloeppel 2014-07-02 14:45 Rev.: 21396

bugfixes for umfpack-binding

7 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/Math: SparseMatrix.cpp (+4 -4)
  • SimulationRuntime/cpp/Include/Core/Math: SparseMatrix.h (+1 -1)
  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+2 -1)
mkloeppel 2014-07-01 17:59 Rev.: 21392

fix bug with non-existent umfpack.h

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Math: SparseMatrix.h (+2)
mkloeppel 2014-07-01 17:45 Rev.: 21390

further bug fixes for the sparse matrix format in cpp-runtime

3 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/Math: SparseMatrix.h (+2 -11)
  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+1 -2)

(8 more)

Generated by StatSVN 0.7.0