Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oar/oar-parexec

    r28 r19  
    2929   ) || pod2usage( -verbose => 0 );
    3030pod2usage( -verbose => 2 ) if $help;
    31 pod2usage( -verbose => 2 ) if not -e $file;
     31pod2usage( -verbose => 2 ) if -e $file;
    3232
    3333my @job = ();
     
    147147 --help
    148148
    149 
    150 =head1 DESCRIPTION
    151 
    152 C<oar-parexec> need to be executed inside an OAR job environment.
    153 because it need the two environment variable that OAR define by
    154 default:
    155 
    156  OAR_NODE_FILE path to a file which content one node by line
    157 
    158  OAR_WORKDIR   dir to launch job and do a chdir inside
    159 
    160 Content for the job file (option C<--file>) could have:
     149File name content can have
    161150
    162151 - empty line
     
    179168 oarsub -n test -l /core=6,walltime=00:35:00 "oar-parexec -f ./subjob.list.txt"
    180169
    181 
    182 =head1 SEE ALSO
    183 
    184 oar-dispatch, mpilauncher
    185 
    186 
    187170=head1 AUTHORS
    188171
    189 Written by Gabriel Moreau, Grenoble - France
     172Gabriel Moreau (C) 2011
    190173
    191 
    192 =head1 LICENSE AND COPYRIGHT
    193 
    194 GPL version 2 or later and Perl equivalent
    195 
    196 Copyright (C) 2011 Gabriel Moreau / LEGI - CNRS UMR 5519 - France
    197 
Note: See TracChangeset for help on using the changeset viewer.