karthik167 has asked for the wisdom of the Perl Monks concerning the following question:
I have written some perl scripts which I would like to run as a PBS scheduled job on an HPC cluster. The perl script uses an additional module which we installed from CPAN on the head node. Hence the script works fine on head node directly but I am not be able to run it as PBS job since the requisites are not installed in all the compute nodes.
Is there a work around for us to run such job, without installing the add-on module on all the compute nodes?
Please let me know. Thanks.
Regards, Karthik
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl with Custom Modules via PBS on HPC cluster
by Athanasius (Archbishop) on Oct 26, 2013 at 03:57 UTC | |
by karthik167 (Novice) on Oct 26, 2013 at 06:23 UTC |