summaryrefslogtreecommitdiff
path: root/util/pbs/send.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/pbs/send.py')
-rwxr-xr-xutil/pbs/send.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/pbs/send.py b/util/pbs/send.py
index c66fb1c05..51eb8425e 100755
--- a/util/pbs/send.py
+++ b/util/pbs/send.py
@@ -266,6 +266,8 @@ for job in joblist:
print 'PBS Jobid: %s' % jobid
namehack.setname(jobid, job.name)
queued = date()
+ jobdir.echofile('.pbs_jobid', jobid)
+ jobdir.echofile('.pbs_jobname', job.name)
jobdir.echofile('.queued', queued)
jobdir.setstatus('queued on %s' % queued)
else: