diff options
-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 |