Changeset 26


Ignore:
Timestamp:
Nov 30, 2011, 4:25:38 PM (12 years ago)
Author:
g7moreau
Message:
  • Add section in mpilaucher doc
  • Small detail for parexec
Location:
trunk/oar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/oar/mpilauncher.cpp

    r25 r26  
    190190 *  mpilauncher -f command_file
    191191 *
     192 * =head1 DESCRIPTION
     193 *
     194 * C<mpilauncher> need to be executed inside an MPI environment (mpirun),
     195 * typically a cluster... Job number is divide by the number of core and
     196 * is launch on each core via the C<system> command one after other.
     197 *
     198 * There is two case: jobs are list and define in a file (option -f) or
     199 * one command is launch inside a lot of folder. In this case, you need
     200 * to give the root folder in which who have all your subfolder...
     201 *
     202 *
     203 * =head1 SEE ALSO
     204 *
     205 * oar-dispatch, oar-parexec
     206 *
     207 *
     208 * =head1 AUTHORS
     209 *
     210 * Written by Patrick Begou - Gabriel Moreau, Grenoble - France
     211 *
     212 *
     213 * =head1 LICENSE AND COPYRIGHT
     214 *
     215 * GPL version 2 or later
     216 *
     217 * Copyright (C) 2011 Patrick Begou.
     218 *
    192219 * =cut
    193220 *
  • trunk/oar/oar-parexec

    r21 r26  
    150150=head1 DESCRIPTION
    151151
    152 C<oar-parexec> need to be execute inside an OAR job environment.
     152C<oar-parexec> need to be executed inside an OAR job environment.
    153153because it need the two environment variable that OAR define by
    154154default:
Note: See TracChangeset for help on using the changeset viewer.