Changeset 46


Ignore:
Timestamp:
Dec 6, 2011, 12:36:14 PM (12 years ago)
Author:
g7moreau
Message:
  • Line too long in synopsis
  • Change option order
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oarutils/oar-parexec

    r45 r46  
    267267
    268268 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
    270272 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
    272276 oar-parexec --help
    273277
     
    354358It's a very common file in MPI process !
    355359
    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
     362Command use to launch a shell on a node.
     363By default
     364
     365 oarsh -q -T
     366
     367Change it to C<ssh> if you are not using an OAR cluster...
    361368
    362369=item B<-s|--switchio>
     
    372379and C<JOB_NAME> is the small job name.
    373380
    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
     383The C<basefileio> will be use in place of environment variable
     384C<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).
    382386
    383387=item B<-h|--help>
Note: See TracChangeset for help on using the changeset viewer.