Changeset 27
- Timestamp:
- Nov 30, 2011, 4:39:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oar/mpilauncher.cpp
r26 r27 193 193 * 194 194 * C<mpilauncher> need to be executed inside an MPI environment (mpirun), 195 * typically a cluster... Job number isdivide by the number of core and196 * 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. 197 197 * 198 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 need200 * to give the root folder in which whohave 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... 201 201 * 202 202 *
Note: See TracChangeset
for help on using the changeset viewer.