Skip to content
Snippets Groups Projects
Commit b8635c28 authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@10460 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 869ee444
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
id="branchDecrease" id="branchDecrease"
predecessor="321" predecessor="321"
successor="432" successor="432"
condition="RuntimeEnvironment.allInstances()->
	select( re | re.template = self.template )->exists(re | re.configSpec.oclAsType(resourceconfiguration::ActiveResourceSpecification).processingResourceSpecifications->forAll(nrOfParProcUnits.number > 2))"> condition="RuntimeEnvironment.allInstances()->select( re | re.template = self.template and not re.configSpec->isEmpty())->exists(re | re.configSpec.oclAsType(resourceconfiguration::ActiveResourceSpecification).processingResourceSpecifications->forAll(nrOfParProcUnits.number > 2))">
<context <context
xsi:type="resourcelandscape:RuntimeEnvironment" xsi:type="resourcelandscape:RuntimeEnvironment"
href="AcamarCluster.xmi#12"/> href="AcamarCluster.xmi#12"/>
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
</implementedPlan> </implementedPlan>
</tactics> </tactics>
<tactics id="_aGL2MIC4EeKnieBrE9C24w" <tactics id="_aGL2MIC4EeKnieBrE9C24w"
name="increaseVCPUsOnly"> name="TEST-increaseVCPUsOnly">
<implementedPlan <implementedPlan
id="_dQICoIC4EeKnieBrE9C24w" id="_dQICoIC4EeKnieBrE9C24w"
name="increaseVCPUsOnly"> name="increaseVCPUsOnly">
...@@ -199,11 +199,6 @@ ...@@ -199,11 +199,6 @@
usedTactic="2341234" usedTactic="2341234"
currentWeight="100.0" currentWeight="100.0"
defaultWeight="100.0"/> defaultWeight="100.0"/>
<tactics
id="_mjtG0YC4EeKnieBrE9C24w"
name="increaseVCPUsOnly"
usedTactic="_aGL2MIC4EeKnieBrE9C24w"
currentWeight="1000.0"/>
<weightingFunction <weightingFunction
id="wf1" id="wf1"
name="weightedSum"> name="weightedSum">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment