Author: samindaw
Date: Wed Aug 21 19:05:21 2013
New Revision: 1516259

URL: http://svn.apache.org/r1516259
Log:
https://issues.apache.org/jira/browse/AIRAVATA-830

Modified:
    
airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/gfac/utils/GramRSLGenerator.java

Modified: 
airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/gfac/utils/GramRSLGenerator.java
URL: 
http://svn.apache.org/viewvc/airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/gfac/utils/GramRSLGenerator.java?rev=1516259&r1=1516258&r2=1516259&view=diff
==============================================================================
--- 
airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/gfac/utils/GramRSLGenerator.java
 (original)
+++ 
airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/gfac/utils/GramRSLGenerator.java
 Wed Aug 21 19:05:21 2013
@@ -184,10 +184,6 @@ public class GramRSLGenerator {
         if (app.getMaxWallTime() > 0) {
             log.debug("Setting max wall clock time to " + 
app.getMaxWallTime());
 
-            if (app.getMaxWallTime() > 30 && app.getQueue() != null && 
app.getQueue().getQueueName().equals("debug")) {
-                throw new ToolsException("NCSA debug Queue only support jobs < 
30 minutes");
-            }
-
             jobAttr.setMaxWallTime(app.getMaxWallTime());
             jobAttr.set("proxy_timeout", "1");
         } else {


Reply via email to