Better pool job handling
authorNathan Binkert <binkertn@umich.edu>
Tue, 18 Oct 2005 19:05:01 +0000 (15:05 -0400)
committerNathan Binkert <binkertn@umich.edu>
Tue, 18 Oct 2005 19:05:01 +0000 (15:05 -0400)
commit357ee7a845eac0bd903ed31e31eec993d54a698c
tree0b3ac21b162ca117367d76bedf444c33948eec37
parent31d13e9a9b2a9624eec4e5bca6069f9779def3cf
Better pool job handling

util/pbs/job.py:
    the default jobfile is now Test.py in the root of the jobs directory
util/pbs/pbs.py:
    Clean up the qsub options handling and add job dependencies
util/pbs/send.py:
    the default jobfile is now Test.py in the root of the jobs directory
    add a flag to depend on your checkpoint
    add a flag to specify your node type
    create the base directory if it doesn't exist

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