source: xssim/example/workloadARNR/HostParameters.xml @ 104

Revision 104, 1.2 KB checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1<hostParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2xsi:noNamespaceSchemaLocation="/Users/marcin/workspace/brain/symulator/gssim/simulator/schemas/grms3/GrmsHostParametersSchema.xsd">
3        <resources>
4                <computingResource  resourceId="compRes1">
5                        <machineParameters>
6                                <hostParameter name="cpucount">
7                                        <paramValue>3</paramValue>
8                                </hostParameter>
9                                <otherParameter name="reservation">
10                        <paramValue>true</paramValue>
11                </otherParameter>
12                        </machineParameters>
13                </computingResource>
14                <computingResource  resourceId="compRes2">
15                        <machineParameters>
16                                <hostParameter name="cpucount">
17                                        <paramValue>3</paramValue>
18                                </hostParameter>
19                                <otherParameter name="reservation">
20                        <paramValue>true</paramValue>
21                </otherParameter>
22                        </machineParameters>
23                </computingResource>
24                <computingResource  resourceId="dataRes1">
25                        <machineParameters>
26                                <hostParameter name="cpucount">
27                                        <paramValue>1</paramValue>
28                                </hostParameter>
29                                <otherParameter name="reservation">
30                        <paramValue>false</paramValue>
31                </otherParameter>
32                        </machineParameters>
33                </computingResource>
34        </resources>
35</hostParameters>
Note: See TracBrowser for help on using the repository browser.