Help for this page

Select Code to Download


  1. or download this
    sub OnTaskEnd {
        my ($forksuperjob, $jobid) = @_;
    ...
    print("Waiting for child jobs to finish\n");
    my $jobs_waited = waitall();
    print("[$jobs_waited] jobs were scheduled/running and have now finishe
    +d\n");