Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oar/oar-parexec

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