diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2005-11-02 14:54:21 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2005-11-02 14:54:21 -0500 |
commit | 4b6540c2644a3369f4ef42c921dc8efbd6ef59c5 (patch) | |
tree | 4d4e163ec7b912732e034da0aa53207856b9d3ef /util/pbs/send.py | |
parent | f36b854ca51c8e74442026f40c7e37bb2051772b (diff) | |
download | gem5-4b6540c2644a3369f4ef42c921dc8efbd6ef59c5.tar.xz |
add a few more options to the help menu
--HG--
extra : convert_revision : b2481bedac786e4a6bb0d577954242d7f4c144a0
Diffstat (limited to 'util/pbs/send.py')
-rwxr-xr-x | util/pbs/send.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/pbs/send.py b/util/pbs/send.py index d04f9066b..1f48b2b0e 100755 --- a/util/pbs/send.py +++ b/util/pbs/send.py @@ -79,6 +79,8 @@ usage = """\ Usage: %(progname)s [-c] [-e] [-f] [-j <jobfile>] [-q queue] [-v] <regexp> -c clean directory if job can be run + -C submit the checkpointing runs + -d Make jobs be dependent on the completion of the checkpoint runs -e only echo pbs command info, don't actually send the job -f force the job to run regardless of state -q <queue> submit job to the named queue |