%@ page import="WebFlow.*" %>
<%@ page import="WebFlow.ContextManager.*" %>
<%
String userName=storeInfo.getTableVal("userName");
ContextManager cm=ServerServlet.getContextManager(userName);
String probName=cm.getCurrentProblemProperty("Name");
String shell=request.getParameter("shell");
String queue=request.getParameter("queue");
String walltime=request.getParameter("walltime");
String NNodes=request.getParameter("NNodes");
String Account=request.getParameter("Account");
String[] inputpath=request.getParameterValues("inputpath");
String[] outputpath=request.getParameterValues("outputpath");
System.out.println("The string array is length "+inputpath.length);
String catinpath="",catoutpath="";
for(int i=0;i
Submit Job
The following queue script has been created for you. You can modify
it if you wish. When you are finished, click the "Submit Job" button to
run the script on the selected host.