Schedule::SGE::Run

Submit jobs to the Sun Grid Engine
Download

Schedule::SGE::Run Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rob Edwards
  • Publisher web site:
  • http://search.cpan.org/~linsalrob/

Schedule::SGE::Run Tags


Schedule::SGE::Run Description

Submit jobs to the Sun Grid Engine Schedule::SGE::Run is a Perl module that allows you to submit jobs to the Sun Grid Engine and check on the status of the engine. You should not use this method directly, rather you should use the Schedule::SGE method that inherits from this, then all the methods herein are available to you.command()Get or set the command that will be queued to by runexecute()Run the command and return the queue id number.The queue number is the location of the job in the queue, and you can cehck on that with queue_statusenvironment()Get and set the environment variables for Schedule::SGE. The variables that we need to care about are, and the default variables for my system are: SGE_CELL orionmulti SGE_EXECD_PORT 537 SGE_QMASTER_PORT 536 SGE_ROOT /opt/sgemy $hashref=$sge->environment(\%vars);name()Get or set the name of the job used by Schedule::SGE.project()Get or set the project used by Schedule::SGE.output_file()Get or set the filename that will be used for the STDOUTerror_file()Get or set the filename that will be used for the STDERRuse_cwd()Boolean whether to set the cwd directory. NOTE: By default this is set to true, and you have to turn it off if you don't want it.notify()Get or set whether the notify flag is setmailto()Email address to send the notify mail tojob_id()The ID of the job that is submitted. This is only available after the command has begun, and is the ID of your job in the queue. Returns false if the job has not been executed or there was an error with the execution._run()An internal method to execute the command_dieout()Die nicely, with some kind of warning Requirements: · Perl


Schedule::SGE::Run Related Software