in reply to Re^2: Running Parallel Perl Script on Linux Cluster
in thread Running Parallel Perl Script on Linux Cluster

Hi, this is monkey_boy (not logged in, as im at home),
Hope this is helpfull. monkey_boy
  • Comment on Re^3: Running Parallel Perl Script on Linux Cluster

Replies are listed 'Best First'.
Re^4: Running Parallel Perl Script on Linux Cluster
by monkfan (Curate) on Apr 02, 2006 at 07:07 UTC
    @done_list is left for you to code, its simple perl, you have a list of jobs somewhere, convert them with a regex into a list of "done" files.
    Hi monkey_boy,

    Just to double confirm, @done_list will contain list of dummy files created in END block right? Or is it a list of actual output files? Sorry I'm a bit slow here....

    Regards,
    Edward
      Just to double confirm, @done_list will contain list of dummy files created in END block right?
      Correct.
      monkey_boy