Changeset 119 for trunk/oarutils
- Timestamp:
- Dec 17, 2015, 10:56:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oarutils/oar-parexec
r118 r119 433 433 434 434 cd ./test; ./subjob1.sh 435 cd ./test; nice -18 du -sk ./ & ./test/subjob1.sh 436 437 Command C<du -sk ./> will be done in parallel on the same ressource... 435 cd ./test; nice -18 du -sk ./ & ./subjob1.sh 436 437 Commands C<du -sk ./> and C<./subjob1.sh> will be done in parallel on the same ressource... 438 It's better if C<du -sk ./> is faster than C<./subjob1.sh> ! 439 Do not abuse of that! 438 440 439 441 =item B<-d|--dir foldertoiterate>
Note: See TracChangeset
for help on using the changeset viewer.