Revision 1476,
776 bytes
checked in by wojtekp, 10 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[1476] | 1 | # Use single *.swf file as workload description. |
---|
| 2 | |
---|
| 3 | # Path to xml file which describes resource characteristics. |
---|
| 4 | resdesc=example/airflowEstimation/airflowEstimation.xml |
---|
| 5 | |
---|
| 6 | # and swf file, which name is declared by readscenario.workloadfilename parameter. |
---|
| 7 | # Swf file must be placed in readscenario.inputfolder directory (if defined). |
---|
| 8 | readscenario.workloadfilename=example/airflowEstimation/workload.swf |
---|
| 9 | |
---|
| 10 | # Choose directory where all result files should be placed. |
---|
| 11 | stats.outputfolder=example/airflowEstimation_result |
---|
| 12 | |
---|
| 13 | # Define the type and content of charts to generate |
---|
| 14 | |
---|
| 15 | # Gantt chart |
---|
| 16 | creatediagrams.gantt=false |
---|
| 17 | |
---|
| 18 | # Power usage chart - for computing nodes only |
---|
| 19 | creatediagrams.respowerusage=BladeEnclosure |
---|
| 20 | |
---|
| 21 | creatediagrams.resutilization=BladeEnclosure |
---|
| 22 | |
---|
| 23 | creatediagrams.resairflow=Fan |
---|
Note: See
TracBrowser
for help on using the repository browser.