gem5/test
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
..
bitvectest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
circletest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
cprintftest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
foo.ini New ini-file feature: += appends RHS to LHS. 2003-10-21 21:24:34 -07:00
genini.py More fixes to the pbs stuff to make it more robust. 2005-02-09 23:55:21 -05:00
initest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
initest.ini Import changeset 2003-10-07 10:41:54 -04:00
lru_test.cc Import changeset 2003-10-07 10:41:54 -04:00
Makefile Make a new stat type of Value which is a scalar stat that 2004-05-12 15:49:01 -04:00
nmtest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
offtest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
paramtest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
rangetest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
sized_test.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
stattest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
strnumtest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
symtest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
tokentest.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
tracetest.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00