Changeset 78 for trunk/oarutils


Ignore:
Timestamp:
May 30, 2012, 2:16:36 PM (12 years ago)
Author:
g7moreau
Message:
  • Documentation for option killand transmit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oarutils/oar-parexec

    r77 r78  
    407407(only use when option C<swithio> is activated).
    408408
     409=item B<-k|--kill signal>
     410
     411Signal to listen and make a clean stop of the current C<oar-parexec> process.
     412By default, use USR2 signal (see C<kill -l>> for a list of possible signal).
     413
     414=item B<-t|--transmit>
     415
     416Resend catch signal to sub-job when receiving it.
     417By default, no signal is transmis to child process.
     418
     419It's only valuable if use for long sub-job than can
     420in return make themselves a clean restart.
     421
     422
    409423=item B<-h|--help>
    410424
     
    519533   "oar-parexec -f ./subjob.list.txt -l ./subjob.list.log"
    520534
     535=head2 Signal, recurse and long job
     536
     537By default, OAR use signal USR2 for checkpointing.
     538It's possible to change this with option C<--kill>>.
     539
     540When use with long small job, checkpointing could be too long...
     541Option C<--transmit> could be use to checkpoint small job!
     542These will then stop cleanly and will be restarted next time.
     543
     544In the C<logtrace> file, small job will have the status suspend.
     545They will be launch with the same command next OAR run.
    521546
    522547=head1 SEE ALSO
Note: See TracChangeset for help on using the changeset viewer.