Directory SimulationRuntime/cpp/Solver/UmfPack/

Directory Created:
2014-06-17 13:55
Total Files:
4
Deleted Files:
5
Lines of Code:
158

[root]/SimulationRuntime/cpp/Solver/UmfPack

Lines of Code

SimulationRuntime/cpp/Solver/UmfPack/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 66 (100.0%) 823 (100.0%) 12.4
mkloeppel 19 (28.8%) 478 (58.1%) 25.1
mwalther 34 (51.5%) 322 (39.1%) 9.4
hudson 11 (16.7%) 19 (2.3%) 1.7
sjoelund.se 1 (1.5%) 2 (0.2%) 2.0
niklwors 1 (1.5%) 2 (0.2%) 2.0

Most Recent Commits

sjoelund.se 2015-04-30 15:09 Rev.: 25851

Install cppruntime libraries in the correct directory

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+2 -2)
niklwors 2015-04-28 13:53 Rev.: 25784

fix for precompiled header of cpp runtime msvc build
added use of precompiled header for cpp runtime libraries

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+2 -1)
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

46 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+46 -33)
mwalther 2015-03-26 14:15 Rev.: 25266

- improved memory management with +d=hpcomMemoryOpt
- graphml-graphs now contain information if the nodes belong to the ODE- or eventsystem
- cpp-locks are now memory aligned
- lapack-support for sundials can now be used with the c++ runtime
- update for one hpcom test

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+1)
mwalther 2015-03-25 09:41 Rev.: 25242

- changed minimum cmake version to 2.8.6
- changed DIRECTORY to PATH keyword, because this is not available in CMake < 2.8.11 (this should fix the linux nightly build)

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+1 -1)
mwalther 2015-03-23 11:36 Rev.: 25209

- try to fix Ticket #3232
- Paths in ModelicaConfig.inc - file are now relative to OMHOME-Makefile variable
- Boost-Header files that are required for windows-cpp-runtime simulations are now copied into build/include/omc/cpp
- msvc-build on windows not testet at the moment

1 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/UmfPack: SuiteSparseConfig.cmake (del), UmfPack.cpp (+1 -1)
mwalther 2015-03-05 17:48 Rev.: 24940

- revert revision 24937, because windows build fails

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (-1)
mwalther 2015-03-05 17:10 Rev.: 24937

- changed cvode to cvode_lapack
- some cleanups for ILapack.h

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+1)
mwalther 2015-02-11 09:07 Rev.: 24516

- added IDA-library support for static linked cpp-runtime
- fixed static cpp-runtime linking on windows
- all static generated libraries have now the suffix "_static"
- changed all busy-waiting tests to n=1

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+3 -4)
mwalther 2015-01-27 09:49 Rev.: 24218

- changed name of "Analyzation_Mode" to "Runtime_static_linking"
- removed flag "hpcomAnalyzationMode"
- moved Runtime_static_linking into cpp-template
- added a flag to link boost statically to the cpp-runtime

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+5 -5)
mwalther 2015-01-21 10:03 Rev.: 24124

- initAlgloopSolverVariables is now called in initialize, to prevent an invalid free
- renamed initAlgloopSolverVariables to initializeAlgloopSolverVariables
- added umfpack to analyzation mode

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+1 -1)
mkloeppel 2014-12-17 15:15 Rev.: 23822

fixes for METIS scheduler and UMFPACK solver

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+2 -1)
mwalther 2014-10-30 17:50 Rev.: 23091

- fixed analyzation_mode

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+1 -1)
mwalther 2014-10-30 16:07 Rev.: 23083

- fixed cpp runtime build

4 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Solver/UmfPack: FactoryExport.cpp (+2 -2), UmfPack.cpp (+1 -1), UmfPackSettings.cpp (+1 -1)
mwalther 2014-10-30 15:54 Rev.: 23082

- moved Solver header files into the include folder to fix windows build

7 lines of code changed in 7 files:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+3 -3), FactoryExport.cpp (+2 -2), FactoryExport.h (del), UmfPack.cpp (+1 -1), UmfPack.h (del), UmfPackSettings.cpp (+1 -1), UmfPackSettings.h (del)
mwalther 2014-10-30 09:50 Rev.: 23067

- improved scorep-support for c++ runtime profiling
- fixed analyzation mode -> precompiled headers are used now
- profiling sections can now be turned on and off in measure_time.hpp

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+7)
mkloeppel 2014-09-11 16:32 Rev.: 22276

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

37 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+35 -13), UmfPack.h (+2 -1)
mkloeppel 2014-09-02 15:49 Rev.: 22095

umfpack related changes to Makefiles and CMake scripts

47 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: SuiteSparseConfig.cmake (+47 -47)
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

37 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: SuiteSparseConfig.cmake (+37 -115)
mwalther 2014-08-27 12:13 Rev.: 22024

- removed the Include/Core - Folder from the Include-Path (this will break the CPP-Runtime on Windows with MSVC)
- moved some header-files from cpp/Core to cpp/Include/Core
- added experimental version of level-scheduler (levelfix) to HPCOM

6 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Solver/UmfPack: FactoryExport.cpp (+1 -1), UmfPack.h (+4 -4), UmfPackSettings.h (+1 -1)
mkloeppel 2014-07-16 14:44 Rev.: 21528

further bugfixes for umfpack-integration in CPP-runtime

130 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+1 -1), FindSuiteSparse.cmake (del), SuiteSparseConfig.cmake (new 125), UmfPack.cpp (+3 -2), UmfPack.h (+1)
mwalther 2014-07-15 14:32 Rev.: 21501

- equations to evaluate conditions added to simcode-structure (currently only available with hpcom)
- the event-taskgraph exported by hpcom is now correct
- conditions can now be evaluated with evaluateConditions instead of evaluateAll
- prototype for asynchronous writeOutput added to cpp runtime
- removed some stuff from the cvode-implementation (hopefully this will not damage any tests)
- the boost log and thread libraries are now optionally included into the cmake build process
- added logging for cvode if the boost log-library is available
- the cpp runtime is now able to differentiate between varios output methods (write all output steps + event steps, just output steps, no output)
- some comments and small bug fixes

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+1 -1)
mkloeppel 2014-07-02 14:45 Rev.: 21396

bugfixes for umfpack-binding

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+2 -1)
mkloeppel 2014-07-01 17:45 Rev.: 21390

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

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+1 -2)
mkloeppel 2014-07-01 13:02 Rev.: 21379

fixes bug with sparse_matrix type

6 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+6 -29)
mkloeppel 2014-07-01 12:32 Rev.: 21375

allows to use the sparse linear solver umfpack in the cpp-runtime

170 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+3 -3), FindSuiteSparse.cmake (+116 -109), UmfPack.cpp (+46 -5), UmfPack.h (+4), UmfPackSettings.cpp (+1 -1)
mwalther 2014-06-30 14:19 Rev.: 21344

- forgot the suiteSparse-Package file

127 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: FindSuiteSparse.cmake (new 127)
mwalther 2014-06-18 09:31 Rev.: 21167

- Analyzation Mode fixed

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+2 -2)
hudson 2014-06-17 13:57 Rev.: 21138

[Janitor mode] Fix whitespace

12 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Solver/UmfPack: UmfPack.cpp (+6 -6), UmfPack.h (+2 -2), UmfPackSettings.cpp (+2 -2), UmfPackSettings.h (+2 -2)
hudson 2014-06-17 13:57 Rev.: 21137

[Janitor mode] Set auto-props

7 lines of code changed in 7 files:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (+1), FactoryExport.cpp (+1), FactoryExport.h (+1), UmfPack.cpp (+1), UmfPack.h (+1), UmfPackSettings.cpp (+1), UmfPackSettings.h (+1)
mwalther 2014-06-17 13:55 Rev.: 21136

- linear solver interfaces for equation systems added
- command line options for linear and nonlinear solver added ("-L name" and "-N name")
- sparse solver format included
- umfpack-solver dummy added (will be filled soon by mkloeppel)

154 lines of code changed in 7 files:

  • SimulationRuntime/cpp/Solver/UmfPack: CMakeLists.txt (new 16), FactoryExport.cpp (new 26), FactoryExport.h (new 16), UmfPack.cpp (new 30), UmfPack.h (new 29), UmfPackSettings.cpp (new 19), UmfPackSettings.h (new 18)
Generated by StatSVN 0.7.0