Changeset 30
- Timestamp:
- Nov 30, 2011, 11:10:56 PM (13 years ago)
- Location:
- trunk/oar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oar/Makefile
r29 r30 7 7 .PHONY: all clean distclean 8 8 9 all: mpilauncher mpilauncher.1 oar-envsh.1 9 all: mpilauncher mpilauncher.1 oar-envsh.1 oar-dispatch.1 oar-parexec.1 10 10 11 11 clean: -
trunk/oar/oar-dispatch
r28 r30 106 106 =head1 SYNOPSIS 107 107 108 oar-dispatch [-- coreinteger] [--overload real] --file filepath [--verbose]108 oar-dispatch [--task integer] [--overload real] --file filepath [--verbose] 109 109 oar-dispatch --help 110 110 111 111 =head1 OPTIONS 112 112 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 117 Number of task to do in parallel. 118 Default to the line number of the file OAR_NODE_FILE. 115 119 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]> 119 121 120 --file file name which content OAR job list 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. 121 125 122 --verbose 126 =item B<[-f|--file filepath]> 127 128 File name which content OAR job list 129 130 =item B<[-v|--verbose]> 123 131 124 --help 132 =item B<[-h|--help]> 133 134 =back 125 135 126 136 Input job file name content can have … … 133 143 just after C<oarsub>. 134 144 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 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). 136 148 137 149 oarsub -n test -l /core=1,walltime=00:05:00 $HOME/test/subjob1.oar
Note: See TracChangeset
for help on using the changeset viewer.