Changeset 11 for trunk


Ignore:
Timestamp:
Nov 16, 2011, 3:00:39 PM (12 years ago)
Author:
g7moreau
Message:
  • Small change in doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oar/oar-dispatch

    r10 r11  
    123123 --help
    124124
    125 File name content can have
     125Input job file name content can have
    126126
    127127 - empty line
     
    132132just after C<oarsub>.
    133133
    134 Example where F<$HOME/test/subjob1.oar> is an OAR script job (executable).
     134Example where F<$HOME/test/subjob.txt> is a list of OAR script job (and can be executable but not need here).
    135135
    136136 oarsub -n test -l /core=1,walltime=00:05:00 $HOME/test/subjob1.oar
     
    143143 oarsub -n test -l /core=1,walltime=00:05:00 $HOME/test/subjob40.oar
    144144
    145 These jobs could be launch by
     145These jobs could be launch with
    146146
    147147 oarsub -t container -n test-container -l /core=6,walltime=00:35:00 "oar-dispatch -f ./subjob.list.txt"
    148148
    149 Total C<walltime> is define by the formula:
     149Total C<walltime> is defined by the formula:
    150150
    151151 total_walltime = subjob_walltime * total_subjob / core + global_delay
    152152
    153 In practise, C<oar-dispatch> take few second and each subjob run less than it's walltime so
     153In practise, C<oar-dispatch> take few second and each subjob run in less than it's walltime so
    154154
    155155 total_walltime < subjob_walltime * total_subjob / core
Note: See TracChangeset for help on using the changeset viewer.