Changeset 46 for trunk/oarutils/oar-parexec
- Timestamp:
- Dec 6, 2011, 12:36:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oarutils/oar-parexec
r45 r46 267 267 268 268 oar-parexec --filecmd filecommand [--logtrace tracefile] [--verbose] \ 269 [--jobnp integer] [--nodefile filenode] [--masterio basefileio] [--switchio] [--oarsh sssh] 269 [--jobnp integer] [--nodefile filenode] [--oarsh sssh] \ 270 [--switchio] [--masterio basefileio] 271 270 272 oar-parexec --dir foldertoitemize --cmd commandtolaunch [--logtrace tracefile] [--verbose] \ 271 [--jobnp integer] [--nodefile filenode] [--masterio basefileio] [--switchio] [--oarsh sssh] 273 [--jobnp integer] [--nodefile filenode] [--oarsh sssh] \ 274 [--switchio] [--masterio basefileio] 275 272 276 oar-parexec --help 273 277 … … 354 358 It's a very common file in MPI process ! 355 359 356 =item B<-m|--masterio basefileio> 357 358 The C<basefileio> will be use in place of environment variable 359 C<OAR_STDOUT> and C<OAR_STDERR> (without extension) to build the base name of the small job standart output 360 (only use when option C<swithio> is activated). 360 =item B<-o|-oarsh command> 361 362 Command use to launch a shell on a node. 363 By default 364 365 oarsh -q -T 366 367 Change it to C<ssh> if you are not using an OAR cluster... 361 368 362 369 =item B<-s|--switchio> … … 372 379 and C<JOB_NAME> is the small job name. 373 380 374 =item B<-o|-oarsh command> 375 376 Command use to launch a shell on a node. 377 By default 378 379 oarsh -q -T 380 381 Change it to C<ssh> if you are not using an OAR cluster... 381 =item B<-m|--masterio basefileio> 382 383 The C<basefileio> will be use in place of environment variable 384 C<OAR_STDOUT> and C<OAR_STDERR> (without extension) to build the base name of the small job standart output 385 (only use when option C<swithio> is activated). 382 386 383 387 =item B<-h|--help>
Note: See TracChangeset
for help on using the changeset viewer.