Changeset 78
- Timestamp:
- May 30, 2012, 2:16:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oarutils/oar-parexec
r77 r78 407 407 (only use when option C<swithio> is activated). 408 408 409 =item B<-k|--kill signal> 410 411 Signal to listen and make a clean stop of the current C<oar-parexec> process. 412 By default, use USR2 signal (see C<kill -l>> for a list of possible signal). 413 414 =item B<-t|--transmit> 415 416 Resend catch signal to sub-job when receiving it. 417 By default, no signal is transmis to child process. 418 419 It's only valuable if use for long sub-job than can 420 in return make themselves a clean restart. 421 422 409 423 =item B<-h|--help> 410 424 … … 519 533 "oar-parexec -f ./subjob.list.txt -l ./subjob.list.log" 520 534 535 =head2 Signal, recurse and long job 536 537 By default, OAR use signal USR2 for checkpointing. 538 It's possible to change this with option C<--kill>>. 539 540 When use with long small job, checkpointing could be too long... 541 Option C<--transmit> could be use to checkpoint small job! 542 These will then stop cleanly and will be restarted next time. 543 544 In the C<logtrace> file, small job will have the status suspend. 545 They will be launch with the same command next OAR run. 521 546 522 547 =head1 SEE ALSO
Note: See TracChangeset
for help on using the changeset viewer.