<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:新細明體
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><pre><font size="3" face="Verdana">Hello SWIFT,</font></pre><pre><font size="3" face="Verdana">I have been using SWIFT on two different clusters, it has always been running flawlessly on one of the clusters, but it fails on the second one.

I think I have narrowed down the cause of the problem;

When I have these lines (the 2 lines with stars in the following example) in a generated PBS script,<br></font></pre><pre><font face="Verdana" size="3">[begin example]
#PBS -S /bin/bash
#PBS -N B0402-0012360-0
#PBS -m n
(omitted)
export WORKER_LOGGING_LEVEL=NONE   (*)
#PBS -v WORKER_LOGGING_LEVEL  (*)
[end example]

The last two lines is causing the PBS to be incompatible with one of the clusters I'm using. When I submit such a script, I get the following error.

[begin Console output]
[cs900601@eric2 scripts]$ qsub PBS4684660157119642383.submit
506530.eric2
** Job deleted, insufficient hours (0 < 96) left in allocation null **
[end Console output]

Clearly, for some reason the qsub on this cluster has "forgotten" every "#PBS" directive prior to the "export" line.

The reason seems to be 
   1) the cluster I'm using does not support the "-v" switch.
   2) Does not accept PBS script whose "#PBS" lines have been "interrupted" by an non PBS directive (the "export" above).

That means, if I am able to make Swift remove the 2 lines during script generation the problem would go away.

So my question is, is it possible to do this through Swift configurations?
I have searched the configuration files but not seem to find a way to do it. The generated script says in the 1st line it's generated by a Java class "by class: class org.globus.cog.abstraction.impl.scheduler.pbs.PBSExecutor</font><span style="font-family: Verdana; font-size: 12pt;">".

Is there a way to check out the source of that "</span><font face="Verdana">PBSExecutor" class to see what is adding these two lines with asterisks in the generated script and disable it?
<br></font></pre><pre><font face="Verdana">Thanks!</font></pre><pre><font face="Verdana">Tommy Chen
</font></pre><div id="haloword-lookup" class="ui-widget-content ui-draggable"><div id="haloword-title"><span id="haloword-word"></span><a herf="#" id="haloword-pron" class="haloword-button" title="?音"></a><audio id="haloword-audio"></audio><div id="haloword-control-container"><a herf="#" id="haloword-add" class="haloword-button" title="加入??表"></a><a herf="#" id="haloword-remove" class="haloword-button" title="移出??表"></a><a href="#" id="haloword-open" class="haloword-button" title="查看??????" target="_blank"></a><a herf="#" id="haloword-close" class="haloword-button" title="??查?窗"></a></div><br style="clear: both;"></div><div id="haloword-content"></div></div>                                     </div></body>
</html>