viswanat has asked for the wisdom of the Perl Monks concerning the following question:

I looking for sample script to use CPAN module Schedule::Load.

I am trying to schedule bioinformatics programming jobs on a cluster of 30 nodes with (hostname: picasso) being the master node and (hostnames: node1, node2..node30) being the nodes on the cluster.

As per the documentation of Schedule::Load, (on CPAN) I am trying to find ways to set up an init.d script which would start the daemons slchoosed on the master node and slreportd on all the slaves in the cluster.

I would appreciate if I could get some help on writing the appropriate init.d script or a sample script utilizing the relevant modules from Schedule::Load to achieve these goals. Thanks Viswanat

Replies are listed 'Best First'.
Re: Query About Schedule::Load CPAN Module
by jdhedden (Deacon) on Jul 25, 2006 at 18:29 UTC
    I would recommend contacting the module's author. His email address and more info on Schedule::Load can be found here.

    Remember: There's always one more bug.