source: xssim/trunk/example/workloadAR/HostParametersAR.xml @ 104

Revision 104, 900 bytes 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
15                <computingResource  resourceId="compRes2">
16                        <machineParameters>
17                                <hostParameter name="cpucount">
18                                        <paramValue>3</paramValue>
19                                </hostParameter>
20                                <otherParameter name="reservation">
21                        <paramValue>true</paramValue>
22                </otherParameter>
23                        </machineParameters>
24                </computingResource>
25
26        </resources>
27</hostParameters>
Note: See TracBrowser for help on using the repository browser.