Changeset 98 for gssim_ui/branches


Ignore:
Timestamp:
02/03/12 10:16:19 (13 years ago)
Author:
mcichenski
Message:

qcg job description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/GSSimStudio.mxml

    r97 r98  
    2424<charts:ResourceChartModel id="experimentModel" />  
    2525         
    26 <fx:XML id="xml2"> 
    27 <grmsJob appId="gssim"> 
     26<fx:XML id="xml"> 
     27<qcgJob appId="gssim"> 
    2828        <task persistent="true" taskId="gssim"> 
     29                <candidateHosts> 
     30                        <hostName>zeus.cyfronet.pl</hostName> 
     31                </candidateHosts> 
    2932                <execution type="single"> 
    3033                        <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> 
    3239                        </executable> 
    3340                        <arguments> 
     
    5158                                </file> 
    5259                        </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> 
    7260                </execution> 
    7361        </task> 
Note: See TracChangeset for help on using the changeset viewer.