<%@ page import="java.util.*" %> <% String codeName=request.getParameter("codeName"); Vector machineNames=parseXML.getHostLists(codeName); %>

The Hostname Form for the Application

Please review the following information needed to update an application.

Code: <%= codeName %>
Number of Input Parameter: <%= parseXML.getNumberOfInParams(codeName)%>
Number of Input Files: <%= parseXML.getNumberOfInFiles(codeName) %>
Number of Output Parameter: <%= parseXML.getNumberOfOutParams(codeName) %>
Number of Output Files: <%= parseXML.getNumberOfOutFiles(codeName) %>
IO Style: <%= parseXML.getIOStyle(codeName) %> <% String tmp1; for(int j=0;j

<%= j+1 %>. Machine Name: <%= tmp1 %> >
<% String queueType = parseXML.getMatchTag(codeName, tmp1,"QueueType"); String execPath = parseXML.getMatchTag(codeName, tmp1,"ExecPath"); String workSpace = parseXML.getMatchTag(codeName, tmp1,"WorkDir"); String qsubPath = parseXML.getMatchTag(codeName, tmp1,"QsubPath"); %>
 
  • Queue Type: <%= queueType %> >
  • Exec Path: <%= execPath %> >
  • Work Space: <%= workSpace %> >
  • Qsub Path: <%= qsubPath %> >
  • <% } %>

    Please add new hostname for this application.

    Machine Name:
     
  • Queue Type:
  • Exec Path: Verify: Yes No
  • Work Space: Verify: Yes No
  • Qsub Path: Verify: Yes No
  •