Changeset 98 for gssim_ui/branches/vine/gssimstudio/src
- Timestamp:
- 02/03/12 10:16:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/GSSimStudio.mxml
r97 r98 24 24 <charts:ResourceChartModel id="experimentModel" /> 25 25 26 <fx:XML id="xml 2">27 < grmsJob appId="gssim">26 <fx:XML id="xml"> 27 <qcgJob appId="gssim"> 28 28 <task persistent="true" taskId="gssim"> 29 <candidateHosts> 30 <hostName>zeus.cyfronet.pl</hostName> 31 </candidateHosts> 29 32 <execution type="single"> 30 33 <executable> 31 <application name="GSSIM" version="jszymczak"/> 34 <execFile> 35 <file> 36 <location type="URL">file:////mnt/auto/people/plgmcichenski/gssim/start-gssim-cp.sh</location> 37 </file> 38 </execFile> 32 39 </executable> 33 40 <arguments> … … 51 58 </file> 52 59 </stageInOut> 53 </execution>54 </task>55 </grmsJob>56 </fx:XML>57 58 <fx:XML id="xml">59 <qcgJob appId="sleeps_example" commitWait="false">60 <task persistent="true" taskId="sleep" crucial="true">61 <execution type="single">62 <executable>63 <execFile>64 <file>65 <location type="URL">file:////bin/sleep</location>66 </file>67 </execFile>68 </executable>69 <arguments>70 <value>60</value>71 </arguments>72 60 </execution> 73 61 </task>
Note: See TracChangeset
for help on using the changeset viewer.