Skip to content

Commit

Permalink
Updating submodules
Browse files Browse the repository at this point in the history
* OMCompiler 509f225...aea876d (1):
  > - added zeroFunc-Schedule to HPCOM - fixed windows msvc build for cpp-runtime

* testsuite 5be3936...4479db0 (2):
  > - changed the number of threads to 1, to make Hudson happy
  > - added a lot of tests for HPCOM to cpp-runtime, to test various combinations of schedulers and code generators - updated expected output for HPCOM, because the zeroFuncs are now parallelized as well - removed old HPCOM-tests from cpp-runtime
  • Loading branch information
Marcus Walther authored and OpenModelica-Hudson committed Jul 2, 2015
1 parent 82cbc88 commit 890719b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OMCompiler
Submodule OMCompiler updated 39 files
+1 −0 .gitignore
+71 −75 Compiler/BackEnd/HpcOmScheduler.mo
+206 −57 Compiler/BackEnd/HpcOmTaskGraph.mo
+1 −1 Compiler/SimCode/HpcOmSimCode.mo
+178 −151 Compiler/SimCode/HpcOmSimCodeMain.mo
+7 −7 Compiler/Template/CodegenC.tpl
+9 −4 Compiler/Template/CodegenCpp.tpl
+431 −273 Compiler/Template/CodegenCppHpcom.tpl
+3 −2 Compiler/Template/SimCodeBackendTV.mo
+3 −3 SimulationRuntime/cpp/Core/SimController/CMakeLists.txt
+1 −1 SimulationRuntime/cpp/Core/SimController/SimController.cpp
+10 −15 SimulationRuntime/cpp/Core/SimController/SimManager.cpp
+2 −2 SimulationRuntime/cpp/Core/SimulationSettings/GlobalSettings.cpp
+3 −3 SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp
+6 −4 SimulationRuntime/cpp/Core/Utils/extension/logger.cpp
+1 −0 SimulationRuntime/cpp/FMU/CMakeLists.txt
+5 −5 SimulationRuntime/cpp/FMU/FMULogger.cpp
+15 −0 SimulationRuntime/cpp/Include/Core/SimController/FactoryExport.h
+0 −12 SimulationRuntime/cpp/Include/Core/SimController/ISimController.h
+2 −8 SimulationRuntime/cpp/Include/Core/SimController/SimController.h
+3 −2 SimulationRuntime/cpp/Include/Core/SimController/SimManager.h
+5 −7 SimulationRuntime/cpp/Include/Core/SimulationSettings/IGlobalSettings.h
+2 −0 SimulationRuntime/cpp/Include/Core/System/FactoryExport.h
+15 −0 SimulationRuntime/cpp/Include/Core/Utils/extension/FactoryExport.h
+6 −1 SimulationRuntime/cpp/Include/Core/Utils/extension/logger.hpp
+2 −2 SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h
+1 −0 SimulationRuntime/cpp/Include/FMU/FMULogger.h
+7 −7 SimulationRuntime/cpp/Include/FMU/FMUWrapper.h
+15 −0 SimulationRuntime/cpp/Include/FMU/FactoryExport.h
+2 −2 SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h
+2 −4 SimulationRuntime/cpp/Include/Solver/CVode/FactoryExport.h
+2 −0 SimulationRuntime/cpp/Include/Solver/IDA/FactoryExport.h
+12 −5 SimulationRuntime/cpp/Makefile.in
+1 −1 SimulationRuntime/cpp/Makefile.omdev.mingw
+1 −1 SimulationRuntime/cpp/PrecompiledHeader.cmake
+71 −0 SimulationRuntime/cpp/README
+25 −44 SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp
+12 −16 SimulationRuntime/cpp/Solver/CVode/CVode.cpp
+10 −14 SimulationRuntime/cpp/Solver/IDA/IDA.cpp
2 changes: 1 addition & 1 deletion testsuite
Submodule testsuite updated 58 files
+1 −1 openmodelica/cppruntime/fmu/modelExchange/1.0/CoupledClutches.mos
+4 −0 openmodelica/cppruntime/fmu/modelExchange/2.0/CoupledClutches.mos
+0 −20 openmodelica/cppruntime/hpcom/BouncingBall.mo
+0 −50 openmodelica/cppruntime/hpcom/BouncingBall_levelfix_pthreads.mos
+0 −50 openmodelica/cppruntime/hpcom/BouncingBall_mcp_omp.mos
+63 −19 openmodelica/cppruntime/hpcom/Makefile
+3 −1 openmodelica/cppruntime/hpcom/ModelTestingDefaults.mos
+6 −8 openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp.mos
+11 −13 openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_level_omp_memory.mos
+0 −69 openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_measureTime.mos
+5 −10 openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_pthreads.mos
+5 −9 openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_levelfix_pthreads_memory.mos
+0 −69 openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_measureTime.mos
+8 −13 openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_metis_pthreads.mos
+11 −13 openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_serial_omp.mos
+11 −14 openmodelica/cppruntime/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC_serial_pthreads.mos
+0 −59 openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level_measureTime.mos
+5 −7 openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_level_omp.mos
+0 −59 openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_levelfix.mos
+13 −16 openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_omp.mos
+15 −17 openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_pthreads.mos
+14 −16 openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_list_pthreads_spin.mos
+15 −17 openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_listr_omp.mos
+14 −17 openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_mcp_omp.mos
+0 −59 openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_mcp_pthreads.mos
+0 −59 openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_mcp_pthreads_spin.mos
+0 −59 openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_serial.mos
+0 −1 openmodelica/cppruntime/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors_tbb.mos
+0 −122 openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
+0 −122 openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes_levelfix.mos
+127 −0 openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes_levelfix_pthreads.mos
+11 −13 openmodelica/cppruntime/hpcom/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler_mcp_pthreads.mos
+2 −5 openmodelica/cppruntime/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings_level_omp.mos
+0 −68 openmodelica/cppruntime/hpcom/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mos
+0 −61 openmodelica/cppruntime/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
+18 −8 openmodelica/cppruntime/hpcom/Modelica.Thermal.HeatTransfer.Examples.Motor_mcp_omp.mos
+0 −148 openmodelica/cppruntime/hpcom/Wire.mo
+0 −20 openmodelica/cppruntime/hpcom/Wire_100_metis.mos
+0 −20 openmodelica/cppruntime/hpcom/Wire_10_levelfix.mos
+4 −0 simulation/libraries/msl32_cpp/Makefile
+1 −2 simulation/modelica/hpcom/BouncingBall.mos
+1 −2 simulation/modelica/hpcom/ElectricalCircuit.mos
+3 −3 simulation/modelica/hpcom/Makefile
+1 −2 simulation/modelica/hpcom/MergingExample.mos
+3 −2 simulation/modelica/hpcom/Modelica.Blocks.Examples.BooleanNetwork1.mos
+1 −2 simulation/modelica/hpcom/Modelica.Blocks.Examples.InverseModel.mos
+1 −2 simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mos
+1 −2 simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.CompareTransformers.mos
+1 −2 simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mos
+2 −3 simulation/modelica/hpcom/Modelica.Electrical.Analog.Examples.SwitchWithArc.mos
+1 −2 simulation/modelica/hpcom/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mos
+1 −2 simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos
+1 −2 simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.Graetz.mos
+1 −2 simulation/modelica/hpcom/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
+1 −2 simulation/modelica/hpcom/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mos
+1 −2 simulation/modelica/hpcom/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos
+4 −2 simulation/modelica/hpcom/Profiling/Modelica.Electrical.Spice3.Examples.CoupledInductors_prof.mos
+4 −3 simulation/modelica/hpcom/SimpleResistor.mos

0 comments on commit 890719b

Please sign in to comment.