[root]/SimulationRuntime/cpp/Solver/CVode
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 |
Install cppruntime libraries in the correct directory
2 lines of code changed in 1 file:
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:
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:
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:
-removed obsolete method setcycletime()
0 lines of code changed in 1 file:
-some changes concerning colored jacobians
10 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
26 lines of code changed in 1 file:
-some changes concerning colored jacobians
77 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- 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:
- 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:
- 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:
- revert revision 24937, because windows build fails
1 lines of code changed in 1 file:
- changed cvode to cvode_lapack
- some cleanups for ILapack.h
1 lines of code changed in 1 file:
- 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:
Remove superfluous const int return type definition to fix compiler warning
1 lines of code changed in 1 file:
- 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:
changed SimulationError exception class of cpp runtime
32 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
added new exception class for all simulation errors in cpp runtime
34 lines of code changed in 1 file:
- 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:
- result-file is now only written if outputFormat!=EMPTY and outputPointType!=EMPTY
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
Get new states after time event
1 lines of code changed in 1 file:
- 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:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- 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:
- 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:
fix for 3d array in cpp runtime, added stop method to solver interface,
24 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
Small fix for memory issues in CVode
7 lines of code changed in 1 file:
fix for dae exp reductions in cpp template, fix for memory leaks in cpp runtime
2 lines of code changed in 1 file:
- fixed analyzation_mode
1 lines of code changed in 1 file:
-added some functions required for vxworks
3 lines of code changed in 1 file:
- moved Solver header files into the include folder to fix windows build
7 lines of code changed in 7 files:
- 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:
- 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:
-vxworks includes
2 lines of code changed in 1 file:
fix in array operations sum_array and dot_array
1 lines of code changed in 1 file:
- temporarily disabled colord jacobian
1 lines of code changed in 1 file:
(78 more)