Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oar/oar-dispatch

    r30 r12  
    106106=head1 SYNOPSIS
    107107
    108  oar-dispatch [--task integer] [--overload real] --file filepath [--verbose]
     108 oar-dispatch [--core integer] [--overload real] --file filepath [--verbose]
    109109 oar-dispatch --help
    110110
    111111=head1 OPTIONS
    112112
    113 =over 12
     113 --task number of task to do in parallel.
     114                        default to line number of file OAR_NODE_FILE.
     115 
     116 --overload     number of OAR job to create / number of task.
     117                        Some job are create in advance to start whenever it's possible.
     118                        1.1 by default.
    114119
    115 =item B<[-t|--task integer]>
     120 --file file name which content OAR job list
    116121
    117 Number of task to do in parallel.
    118 Default to the line number of the file OAR_NODE_FILE.
     122 --verbose
    119123 
    120 =item B<[-o|--overload real]>
    121 
    122 Number of OAR job to create / number of task.
    123 Some job are create in advance to start whenever it's possible.
    124 1.1 by default.
    125 
    126 =item B<[-f|--file filepath]>
    127 
    128 File name which content OAR job list
    129 
    130 =item B<[-v|--verbose]>
    131  
    132 =item B<[-h|--help]>
    133 
    134 =back
     124 --help
    135125
    136126Input job file name content can have
     
    143133just after C<oarsub>.
    144134
    145 =head1 EXAMPLE
    146 
    147 Example where the file F<$HOME/test/subjob.txt> is a list of OAR script job (and can be executable but not need here).
     135Example where F<$HOME/test/subjob.txt> is a list of OAR script job (and can be executable but not need here).
    148136
    149137 oarsub -n test -l /core=1,walltime=00:05:00 $HOME/test/subjob1.oar
     
    173161
    174162
    175 =head1 SEE ALSO
    176 
    177 oar-parexec, mpilauncher
    178 
    179 
    180163=head1 AUTHORS
    181164
    182 Written by Gabriel Moreau, Grenoble - France
    183 
    184 
    185 =head1 LICENSE AND COPYRIGHT
    186 
    187 GPL version 2 or later and Perl equivalent
    188 
    189 Copyright (C) 2011 Gabriel Moreau / LEGI - CNRS UMR 5519 - France
    190 
     165Gabriel Moreau (C) 2011
Note: See TracChangeset for help on using the changeset viewer.