gem5/util
Nathan Binkert 8efd7d9063 More fixes to the pbs stuff to make it more robust.
sim/pyconfig/SConscript:
    Embed the jobfile.py script into the binary so that we don't
    need to copy it into the Base directory every time.
test/genini.py:
    Add the util/pbs directory to the path so we can get to
    jobfile.py
    Add a -I argument to set to add to the path.
util/pbs/pbs.py:
    Create a MyPOpen class.  This is a lot like the popen2.Popen3 class
    in the python library except that my version allows redirection of
    standard in and standard out to a file instead of a pipe.
    Use this popen class to execute qsub or ssh qsub.  This was important
    for the ssh version of qsub because we need to pipe the script into
    standard in of ssh so that the script can get to the qsub command.
    (Otherwise we have a problem discovering the path.)
util/pbs/send.py:
    Tweak the script so it figures out paths in NFS correctly.
    Use the new system for running qsub.

--HG--
extra : convert_revision : 1289915ba99cec6fd464b71215c32d2197ff2824
2005-02-09 23:55:21 -05:00
..
ccdrv added nate's memtest code to devtime 2004-08-18 23:12:16 -04:00
emacs Don't indent namespaces because it just wastes space 2004-03-24 10:25:18 -05:00
m5 add several new functions that can be called from the guest 2003-11-02 01:08:59 -05:00
pbs More fixes to the pbs stuff to make it more robust. 2005-02-09 23:55:21 -05:00
stats get rid of defined and just access the env dict directly 2005-02-03 17:04:54 -05:00
tap If a filter isn't specified, don't try to do any filtering 2003-11-02 02:13:04 -05:00
term Global whitespace fixes 2003-10-15 16:39:37 -04:00
rundiff Miscellaneous minor fixes/improvements. 2003-12-17 09:43:03 -08:00
sort-includes Check in a first stab at a script to sort the #include lines in a source file. 2003-10-19 17:42:51 -07:00
tracediff Minor bug fix/update to tracediff util. 2005-02-03 20:49:14 -05:00