Directory SimulationRuntime/cpp/Core/Utils/extension/

Directory Created:
2014-08-15 10:24
Total Files:
5
Deleted Files:
0
Lines of Code:
571

[root]/SimulationRuntime/cpp/Core/Utils/extension

Lines of Code

SimulationRuntime/cpp/Core/Utils/extension/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 57 (100.0%) 1127 (100.0%) 19.7
mwalther 40 (70.2%) 962 (85.4%) 24.0
hudson 9 (15.8%) 86 (7.6%) 9.5
sjoelund.se 4 (7.0%) 65 (5.8%) 16.2
niklwors 4 (7.0%) 14 (1.2%) 3.5

Most Recent Commits

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

Install cppruntime libraries in the correct directory

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+3 -3)
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/Core/Utils/extension: CMakeLists.txt (+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

17 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+17 -10)
niklwors 2015-02-10 16:26 Rev.: 24507

changed SimulationError exception class of cpp runtime

7 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time_papi.cpp (+5 -5), measure_time_rdtsc.cpp (+2 -2)
niklwors 2015-02-04 13:59 Rev.: 24400

added new exception class for all simulation errors in cpp runtime

7 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time_papi.cpp (+5 -5), measure_time_rdtsc.cpp (+2 -2)
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

15 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+15 -5)
mwalther 2014-12-15 17:13 Rev.: 23789

- swapped the __x86_64__ and __i386__ cases in measure time - hopefully this will fix measureTime on x64 machines

8 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time_rdtsc.cpp (+8 -10)
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

61 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time.cpp (+38), measure_time_rdtsc.cpp (+23 -23)
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"'

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time.cpp (+3 -1)
mwalther 2014-11-10 11:57 Rev.: 23293

- HPCOMLevelScheduling: - Tasks are now ordered regarding their executiontime, to handle big tasks first
- CPP-Runtime Profiling: - getThreadNumber is now part of the main file, to make it available for profiler initialization - improvements
- HPCOM LevelFixedScheduler: - uses a busy waiting barrier now
- HPCOM: - fixed openmp deadlock in codegeneration
- The array-module has now a reduce function, similar to List.reduce

17 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+1), measure_time_papi.cpp (+12 -6), measure_time_rdtsc.cpp (+2 -2), measure_time_scorep.cpp (+2 -2)
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

18 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time_papi.cpp (+18)
hudson 2014-10-28 11:12 Rev.: 22996

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time_scorep.cpp (+1)
mwalther 2014-10-28 10:58 Rev.: 22995

- added defines for measure time, to support scoreP
- scoreP support to c++ profiling added

54 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+2 -1), measure_time_scorep.cpp (new 52)
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

31 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time.cpp (+8 -6), measure_time_papi.cpp (+21 -26), measure_time_rdtsc.cpp (+2 -2)
hudson 2014-09-26 07:59 Rev.: 22440

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time_papi.cpp (+1)
mwalther 2014-09-26 07:52 Rev.: 22439

- optimized parallel write output
- added profiling points for the write output functionality
- added profiling based on papi counters to the cpp-runtime

185 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+10 -1), measure_time.cpp (+15 -8), measure_time_papi.cpp (new 148), measure_time_rdtsc.cpp (+12 -2)
mwalther 2014-09-22 13:25 Rev.: 22395

- tabified precompiled header file
- made measure time functionality available for windows (mingw)
- FORCE_INLINE is now defined for gcc and msvc

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+1 -1)
hudson 2014-09-12 14:54 Rev.: 22291

[Janitor mode] Fix whitespace

40 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time.cpp (+37 -37), measure_time_rdtsc.cpp (+3 -3)
mwalther 2014-09-12 14:39 Rev.: 22290

- optimized measureTime

79 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time.cpp (+65 -23), measure_time_rdtsc.cpp (+14 -6)
mwalther 2014-09-12 09:15 Rev.: 22285

- measureTime of CPP-Runtime produces a valid json-file now
- the hpcom json file reader will now exit correctly if the json file is invalid
- fixed a bug in HPCOM-TaskGraph -- the execcosts of the nodes are correctly mapped to the json-file-values
- moved execstat measure commands to the correct locations

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time.cpp (+1 -1)
hudson 2014-09-10 07:59 Rev.: 22235

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time_rdtsc.cpp (+1)
mwalther 2014-09-10 07:51 Rev.: 22234

- redo changes of rev22212, but this time without circular dependency

160 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+4 -3), measure_time.cpp (+61 -58), measure_time_rdtsc.cpp (new 95)
sjoelund.se 2014-09-09 14:21 Rev.: 22215

Revert to r22211

62 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+3 -4), measure_time.cpp (+58 -61), measure_time_rdtsc.cpp (del)
hudson 2014-09-09 14:16 Rev.: 22213

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time_rdtsc.cpp (+1)
mwalther 2014-09-09 13:55 Rev.: 22212

- improved levelfix-scheduler of HPCOM
- improved measureTime-functionality of cpp-runtime

159 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+4 -3), measure_time.cpp (+61 -58), measure_time_rdtsc.cpp (new 94)
mwalther 2014-09-05 14:26 Rev.: 22148

- fixed measureTime in CPP-Runtime

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time.cpp (+3 -4)
mwalther 2014-09-03 12:50 Rev.: 22112

- dump graph to graphml can now be influenced with GraphDumpOptions

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+1 -1)
mwalther 2014-09-02 16:04 Rev.: 22098

- fixed measure time linker error (GCC)

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+1 -1), measure_time.cpp (+1 -1)
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

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time.cpp (+7 -4)
mwalther 2014-08-20 13:45 Rev.: 21926

- changed USE_THREADS to USE_PARALLEL_OUTPUT, because otherwise the boost_thread library can not be used by HPCOM
- some updated for the hpcom testsuite

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+3 -1)
mwalther 2014-08-15 12:07 Rev.: 21885

- fixed i386 compilation of RDTSC

24 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time.cpp (+24 -27)
hudson 2014-08-15 10:33 Rev.: 21882

[Janitor mode] Fix whitespace

40 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Utils/extension: measure_time.cpp (+40 -40)
hudson 2014-08-15 10:33 Rev.: 21881

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (+1), measure_time.cpp (+1)
mwalther 2014-08-15 10:24 Rev.: 21880

- added profiling-support to cpp-runtime
- fixed deadlock in hpcom-cpp simulation runs

112 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Utils/extension: CMakeLists.txt (new 12), measure_time.cpp (new 100)
Generated by StatSVN 0.7.0