Changeset 27


Ignore:
Timestamp:
Nov 30, 2011, 4:39:33 PM (12 years ago)
Author:
g7moreau
Message:
  • Try to write good english!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oar/mpilauncher.cpp

    r26 r27  
    193193 *
    194194 * 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.
     195 * typically a cluster... Job process are divide by the number of core and
     196 * are launched on each core via the "system" command one after other.
    197197 *
    198198 * 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...
     199 * one command is launched inside a lot of folder. In this last case, you
     200 * need to give the root folder path in which you have all your subfolder...
    201201 *
    202202 *
Note: See TracChangeset for help on using the changeset viewer.