Directory SimulationRuntime/cpp/Solver/CVode/

Directory Created:
2013-01-25 15:24
Total Files:
4
Deleted Files:
4
Lines of Code:
1136

[root]/SimulationRuntime/cpp/Solver/CVode

Lines of Code

SimulationRuntime/cpp/Solver/CVode/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 200 (100.0%) 5298 (100.0%) 26.4
niklwors 84 (42.0%) 2702 (51.0%) 32.1
hudson 40 (20.0%) 1312 (24.8%) 32.8
mwalther 51 (25.5%) 684 (12.9%) 13.4
sjoelund.se 14 (7.0%) 474 (8.9%) 33.8
RuedKamp 5 (2.5%) 92 (1.7%) 18.4
rfranke 2 (1.0%) 24 (0.5%) 12.0
nimen 2 (1.0%) 8 (0.2%) 4.0
jschuchart 1 (0.5%) 1 (0.0%) 1.0
adrpo 1 (0.5%) 1 (0.0%) 1.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/CVode: 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/CVode: CMakeLists.txt (+2 -1)
rfranke 2015-04-25 23:25 Rev.: 25742

revert changes of previous commit on CVode.cpp and introduce an internal dummy state instead

This way the event processing runs as before for models without states.

9 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+9 -16)
rfranke 2015-04-25 19:38 Rev.: 25740

remove dummy state from Cpp runtime as well (#3057)

This was a TODO from r23937, which only fixed the C runtime.

15 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+15 -3)
RuedKamp 2015-04-07 14:36 Rev.: 25416

-removed obsolete method setcycletime()

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (-1)
RuedKamp 2015-03-31 09:52 Rev.: 25328

-some changes concerning colored jacobians

10 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+10 -13)
hudson 2015-03-30 18:26 Rev.: 25323

[Janitor mode] Fix whitespace

26 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+26 -26)
RuedKamp 2015-03-30 17:53 Rev.: 25321

-some changes concerning colored jacobians

77 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+77 -61)
hudson 2015-03-26 14:23 Rev.: 25267

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+1 -1)
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

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+5 -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/CVode: 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 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CMakeLists.txt (+1 -1)
mwalther 2015-03-05 17:48 Rev.: 24940

- revert revision 24937, because windows build fails

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+1 -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/CVode: CVode.cpp (+1 -1)
mwalther 2015-02-23 18:21 Rev.: 24718

- CVode and IDA are now calculating the "final time point" correctly
- Added a simple getter for global-settings

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+3 -2)
jschuchart 2015-02-13 11:19 Rev.: 24563

Remove superfluous const int return type definition to fix compiler warning

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+1 -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

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CMakeLists.txt (+4 -3)
niklwors 2015-02-10 16:26 Rev.: 24507

changed SimulationError exception class of cpp runtime

32 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+32 -32)
hudson 2015-02-04 14:01 Rev.: 24402

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+2 -2)
niklwors 2015-02-04 13:59 Rev.: 24400

added new exception class for all simulation errors in cpp runtime

34 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+34 -34)
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/CVode: CMakeLists.txt (+5 -5)
mwalther 2015-01-12 14:08 Rev.: 24014

- result-file is now only written if outputFormat!=EMPTY and outputPointType!=EMPTY

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+2 -2)
hudson 2014-12-30 13:48 Rev.: 23917

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+1 -1)
nimen 2014-12-30 13:39 Rev.: 23915

Get new states after time event

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+1)
mwalther 2014-12-09 14:10 Rev.: 23704

- fixed pthreads_spin codegeneration for hpcom
- improved measure time and busy waiting locks
- added cvode-metrics to measuretime

47 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+47 -9)
hudson 2014-12-04 13:35 Rev.: 23660

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+1 -1)
mwalther 2014-12-04 13:33 Rev.: 23659

- profiling of the cpp-runtime can now be enabled with the help of the makefile argument 'RUNTIME_PROFILING="true"'

45 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+45 -42)
mwalther 2014-12-03 17:28 Rev.: 23650

- removed some debug output commands from HpcOmMemory.mo
- additional time points for measure time added to cpp runtime

107 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+107 -8)
niklwors 2014-11-26 11:04 Rev.: 23565

fix for 3d array in cpp runtime, added stop method to solver interface,

24 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+24 -6)
hudson 2014-11-25 18:56 Rev.: 23557

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+3 -3)
nimen 2014-11-25 18:55 Rev.: 23556

Small fix for memory issues in CVode

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+7 -2)
niklwors 2014-10-31 18:07 Rev.: 23117

fix for dae exp reductions in cpp template, fix for memory leaks in cpp runtime

2 lines of code changed in 1 file:

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

- fixed analyzation_mode

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CMakeLists.txt (+1 -1)
RuedKamp 2014-10-30 16:09 Rev.: 23084

-added some functions required for vxworks

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+3)
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/CVode: CMakeLists.txt (+2 -2), CVode.cpp (+1 -1), CVode.h (del), CVodeSettings.cpp (+1 -1), CVodeSettings.h (del), FactoryExport.cpp (+3 -3), FactoryExport.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

11 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/CVode: CMakeLists.txt (+6), CVode.cpp (+5 -7)
mwalther 2014-10-16 14:51 Rev.: 22769

- moved SimCode.SimVar to SimCodeVar.SimVar to prevent circular dependencies in HPCOM
- added SimVar object to dependency tasks in HPCOM
- some updates for the measure time functionality of the cpp runtime
- added measureTime to CVode
- changed default hpcom-scheduler to levelfix and codegen to pthreads

32 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Solver/CVode: CMakeLists.txt (+2 -2), CVode.cpp (+26 -3), CVode.h (+4)
RuedKamp 2014-10-02 17:49 Rev.: 22569

-vxworks includes

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+2 -2)
niklwors 2014-09-29 11:30 Rev.: 22475

fix in array operations sum_array and dot_array

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: FactoryExport.h (+1 -1)
mwalther 2014-09-23 13:24 Rev.: 22412

- temporarily disabled colord jacobian

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/CVode: CVode.cpp (+1 -1)

(78 more)

Generated by StatSVN 0.7.0