Changeset 21


Ignore:
Timestamp:
Nov 29, 2011, 5:22:51 PM (12 years ago)
Author:
g7moreau
Message:
  • Work on doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oar/oar-parexec

    r19 r21  
    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 execute 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=head1 SEE ALSO
     182
     183oar-dispatch, mpilauncher
     184
     185
    170186=head1 AUTHORS
    171187
    172 Gabriel Moreau (C) 2011
     188Written by Gabriel Moreau, Grenoble - France
    173189
     190
     191=head1 LICENSE AND COPYRIGHT
     192
     193GPL version 2 or later and Perl equivalent
     194
     195Copyright (C) 2011 Gabriel Moreau.
     196
Note: See TracChangeset for help on using the changeset viewer.