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

@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
  • Comment on Re^4: Running Parallel Perl Script on Linux Cluster

Replies are listed 'Best First'.
Re^5: Running Parallel Perl Script on Linux Cluster
by Anonymous Monk on Apr 02, 2006 at 14:23 UTC
    Just to double confirm, @done_list will contain list of dummy files created in END block right?
    Correct.
    monkey_boy