Updates to job scripts to accept more than 15 characters of jobname
authorNathan Binkert <binkertn@umich.edu>
Tue, 16 Aug 2005 15:27:49 +0000 (11:27 -0400)
committerNathan Binkert <binkertn@umich.edu>
Tue, 16 Aug 2005 15:27:49 +0000 (11:27 -0400)
commit09bb20348465f960b9465d94182306137d4b854f
tree3686d70546720d78ee2af6febb886337a1b5aecb
parent38da461fd79bcfd3eed683076f1ba40465af775e
Updates to job scripts to accept more than 15 characters of jobname
Make the Link directory even more useful by working with
sub-directories.

util/pbs/job.py:
    Expose JOBNAME as a separate parameter from PBS_JOBNAME.  If the
    former exists, it is used as the jobname for starting the job, if
    it doesn't exist, PBS_JOBNAME is used.  This is to get around the 15
    character maximum pbs job name length.  While we're at it, shuffle
    things around to hopefully make things a bit more clear.
util/pbs/send.py:
    Make the Link directory functionality more sophisticated, copy
    sub-directories and links to directories.  (we still don't copy
    dotfiles though)
    Add the setname() function to contact pbs and use raj's hack to
    tell the webpage about longer jobnames. (it's gross, don't look)
    truncate the pbs job name to 15 characters so that it works.

--HG--
extra : convert_revision : 4a76b1a1c33721c7ca93e2fbb761f95bc3a2ac69
util/pbs/job.py
util/pbs/send.py