Changes between Version 7 and Version 8 of QCG-AdvancedClient

Show
Ignore:
Timestamp:
10/09/12 18:50:00 (12 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QCG-AdvancedClient

    v7 v8  
    33$ qcg-sub muscle.xml QCG 
    44}}}  
     5== Example of co-allocated MUSCLE job == 
     6<grmsJob appId="MAPPER" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
     7        <task persistent="true" taskId="task"> 
     8                <requirements> 
     9                        <topology> 
     10                                <processes processesId="one" masterGroup="true"> 
     11                                        <processesCount> 
     12                                                <value>1</value> 
     13                                        </processesCount> 
     14                                                <candidateHosts> 
     15                                                        <hostName>zeus.cyfronet.pl</hostName> 
     16                                                </candidateHosts> 
     17                                </processes> 
     18                                <processes processesId="two"> 
     19                                        <processesCount> 
     20                                                <value>1</value> 
     21                                        </processesCount> 
     22                                                <candidateHosts> 
     23                                                        <hostName>reef.man.poznan.pl</hostName> 
     24                                                </candidateHosts> 
     25                                </processes> 
     26                                <processes processesId="three"> 
     27                                        <processesCount> 
     28                                                <value>1</value> 
     29                                        </processesCount> 
     30                                                <candidateHosts> 
     31                                                        <hostName>hydra.icm.edu.pl</hostName> 
     32                                                </candidateHosts> 
     33                                </processes> 
     34         
     35                        </topology> 
     36                </requirements> 
     37                <execution type="open_mpi"> 
     38                        <executable> 
     39                                <application name="muscle"/> 
     40                        </executable> 
     41                        <arguments> 
     42                                <value>Triangle.cxa.rb</value> 
     43                        </arguments> 
     44                        <stdout> 
     45                                <directory> 
     46                                        <location type="URL">gsiftp://qcg.man.poznan.pl/~/output-${JOB_ID}-${TASK_ID}</location> 
     47                                </directory> 
     48                        </stdout> 
     49                        <stderr> 
     50                                <directory> 
     51                                        <location type="URL">gsiftp://qcg.man.poznan.pl/~/error-${JOB_ID}-${TASK_ID}</location> 
     52                                </directory> 
     53                        </stderr> 
     54                        <stageInOut> 
     55                                <file name="Triangle.cxa.rb" type="in"> 
     56                                        <location type="URL">gsiftp://qcg.man.poznan.pl/~/Triangle.cxa.rb</location> 
     57                                </file> 
     58                                <directory name="outputs" type="out"> 
     59                                        <location type="URL">gsiftp://qcg.man.poznan.pl/~/results-${JOB_ID}-${TASK_ID}</location> 
     60                                </directory> 
     61 
     62                </stageInOut> 
     63                </execution> 
     64                <executionTime> 
     65                        <executionDuration>P0Y0M0DT0H10M</executionDuration> 
     66                </executionTime> 
     67        </task> 
     68</grmsJob>