Changeset 121 for trunk/oarutils
- Timestamp:
- Apr 3, 2017, 1:30:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oarutils/oar-parexec
r120 r121 74 74 } 75 75 76 # write log format version 77 $log_h->print("log version 1\n") if $logtrace; 78 print("log version 1\n") if $verbose; 79 76 80 # job to run 77 81 my @job = (); … … 681 685 OAR will re-submit it as long as all small job are not finished... 682 686 687 =head2 Log format 688 689 =over 690 691 =item B<Version 2> 692 693 log version 2 694 start subjob 1 pid 101468 at 1450482228 oarjob 71725 onnode cl7n001 695 end subjob 1 pid 101468 at 1450482556 oarjob 71725 onnode cl7n001 duration 657 status 0 696 error subjob 1 pid 101468 at 1450482556 oarjob 71725 onnode cl7n001 duration 657 status 0 697 suspend subjob 1 pid 101468 at 1450482556 oarjob 71725 onnode cl7n001 duration 657 status 0 698 699 =item B<Version 1> 700 701 log version 1 702 start job 1 / 101468 at 1450482228 oar job 71725 on node cl7n001 703 end job 1 / 101468 at 1450482556 oar job 71725 on node cl7n001 704 705 =back 706 683 707 =head1 SEE ALSO 684 708 … … 696 720 GPL version 2 or later and Perl equivalent 697 721 698 Copyright (C) 2011-2015 Gabriel Moreau / LEGI - CNRS UMR 5519 - France 699 722 Copyright (C) 2011-2017 Gabriel Moreau / LEGI - CNRS UMR 5519 - France
Note: See TracChangeset
for help on using the changeset viewer.