Changeset 30


Ignore:
Timestamp:
Nov 30, 2011, 11:10:56 PM (12 years ago)
Author:
g7moreau
Message:
  • Update doc
  • Generate man for perl script
Location:
trunk/oar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/oar/Makefile

    r29 r30  
    77.PHONY: all clean distclean
    88
    9 all: mpilauncher mpilauncher.1 oar-envsh.1
     9all: mpilauncher mpilauncher.1 oar-envsh.1 oar-dispatch.1 oar-parexec.1
    1010
    1111clean:
  • trunk/oar/oar-dispatch

    r28 r30  
    106106=head1 SYNOPSIS
    107107
    108  oar-dispatch [--core integer] [--overload real] --file filepath [--verbose]
     108 oar-dispatch [--task integer] [--overload real] --file filepath [--verbose]
    109109 oar-dispatch --help
    110110
    111111=head1 OPTIONS
    112112
    113  --task number of task to do in parallel.
    114                         default to line number of file OAR_NODE_FILE.
     113=over 12
     114
     115=item B<[-t|--task integer]>
     116
     117Number of task to do in parallel.
     118Default to the line number of the file OAR_NODE_FILE.
    115119 
    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.
     120=item B<[-o|--overload real]>
    119121
    120  --file file name which content OAR job list
     122Number of OAR job to create / number of task.
     123Some job are create in advance to start whenever it's possible.
     1241.1 by default.
    121125
    122  --verbose
     126=item B<[-f|--file filepath]>
     127
     128File name which content OAR job list
     129
     130=item B<[-v|--verbose]>
    123131 
    124  --help
     132=item B<[-h|--help]>
     133
     134=back
    125135
    126136Input job file name content can have
     
    133143just after C<oarsub>.
    134144
    135 Example where F<$HOME/test/subjob.txt> is a list of OAR script job (and can be executable but not need here).
     145=head1 EXAMPLE
     146
     147Example where the file F<$HOME/test/subjob.txt> is a list of OAR script job (and can be executable but not need here).
    136148
    137149 oarsub -n test -l /core=1,walltime=00:05:00 $HOME/test/subjob1.oar
Note: See TracChangeset for help on using the changeset viewer.