Job submission

From Ogce

Contents

Batch Job Submission

The GRAM Job Submission Portlet enables users to submit batch jobs to remote resources via Globus GRAM. It currently supports pre-webservice Globus version 2.4, 3.2.1, and 4.x. The portlet allows a user to specify job parameters, submit the job, and view job status information. This portlet requires a working GRAM server running on the remote resources with which the users will interact.

Configuration

To configure the Gram Job Submission portlet, please modify the <gram.host.names/> values in ogce-portal-only/pom.xml. To change these values after initial deployment, update ogce-portal-only/pom.xml and use the command (from the ogce-portal-only top level directory)

    [shell> ./shutdown-tomcat.sh
    [shell> mvn clean install -f portlets/gp-job-submission/pom.xml
    [shell> ./startup-tomcat.sh

You can also do this manually by editing the appropriate section of the gp-job-submission portlet's portlet.xml file.

       <init-param>
           <name>resources</name>
           <value>bandera.tacc.utexas.edu,blanco.tacc.utexas.edu,laredo.tacc.utexas.edu</value>
       </init-param>
       ...

Screenshots

Interactive Job Submission

This portlet allows you to submit short term interactive jobs to the Globus "fork" job manager. The portlet also demonstrates writing job submission using the Java COG abstraction layer.

Configuration

To configure the Gram Job Submission portlet, please modify the <gram.host.names/> values in ogce-portal-only/pom.xml. To change these values after initial deployment, update ogce-portal-only/pom.xml and use the command (from the ogce-portal-only top level directory)

    [shell> ./shutdown-tomcat.sh
    [shell> mvn clean install -f portlets/jobsubmit-portlet/pom.xml
    [shell> ./startup-tomcat.sh


You can also do this manually by editing the portlet's TheResources.properties file, located in jobsubmit-portlet/WEB-INF/classes/TheResources.properties.

Screenshots

Web site tools