Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: How can I convert my script for submitting SLURM jobs from Bash to Perl?

by MidLifeXis (Monsignor)
on Feb 18, 2015 at 20:54 UTC ( [id://1117144]=note: print w/replies, xml ) Need Help??


in reply to How can I convert my script for submitting SLURM jobs from Bash to Perl?

To add to AppleFritter's comments:

  • Each system call will have its own environment. If this is the akin to the module system that I used in the early '90s (setting up the environment and tools for a shell in a package-type manner), you will lose all of the module setup at the end of the system call.
  • Unless given some other reason to convert it to Perl, I would echo the suggestion to leave it in shell. This is what it is made for.

--MidLifeXis

  • Comment on Re: How can I convert my script for submitting SLURM jobs from Bash to Perl?
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1117144]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-25 12:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found