mez has asked for the wisdom of the Perl Monks concerning the following question:
Enlightened ones,
I am new to Perl and definitely new to this realm. But I have a conceptual Perl scripting problem. I am writing a Perl script which I want to run on a Linux cluster with several nodes(CPU), and the nodes have different RAM capacities. My problem is that I want to set up the script to specifically dedicate certain tasks within the Perl script to specific nodes/CPUs in the cluster, so that each time the task is called in the script,only the resources(memory) of the specified node is applied to the task.
I will really appreciate any guidance on where to start or find help on this
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to run different perl script tasks in a Linux Cluster
by pvaldes (Chaplain) on Oct 11, 2013 at 20:28 UTC |