Changes in trunk/oar/oar-dispatch [30:12]
- File:
-
- 1 edited
-
trunk/oar/oar-dispatch (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/oar/oar-dispatch
r30 r12 106 106 =head1 SYNOPSIS 107 107 108 oar-dispatch [-- taskinteger] [--overload real] --file filepath [--verbose]108 oar-dispatch [--core integer] [--overload real] --file filepath [--verbose] 109 109 oar-dispatch --help 110 110 111 111 =head1 OPTIONS 112 112 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. 114 119 115 =item B<[-t|--task integer]> 120 --file file name which content OAR job list 116 121 117 Number of task to do in parallel. 118 Default to the line number of the file OAR_NODE_FILE. 122 --verbose 119 123 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 135 125 136 126 Input job file name content can have … … 143 133 just after C<oarsub>. 144 134 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). 135 Example where F<$HOME/test/subjob.txt> is a list of OAR script job (and can be executable but not need here). 148 136 149 137 oarsub -n test -l /core=1,walltime=00:05:00 $HOME/test/subjob1.oar … … 173 161 174 162 175 =head1 SEE ALSO176 177 oar-parexec, mpilauncher178 179 180 163 =head1 AUTHORS 181 164 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 165 Gabriel Moreau (C) 2011
Note: See TracChangeset
for help on using the changeset viewer.
