Presentation is loading. Please wait.

Presentation is loading. Please wait.

Assignment 3 Using GRAM to Submit a Job to the Grid James Ruff Senior Western Carolina University Department of Mathematics and Computer Science.

Similar presentations


Presentation on theme: "Assignment 3 Using GRAM to Submit a Job to the Grid James Ruff Senior Western Carolina University Department of Mathematics and Computer Science."— Presentation transcript:

1 Assignment 3 Using GRAM to Submit a Job to the Grid James Ruff Senior Western Carolina University Department of Mathematics and Computer Science

2 What is GRAM? GRAM stands for Globus Resource Allocation Manager. GRAM is used as the interface to request and use different resources. GRAM submissions are called ‘job(s)’.

3 What does GRAM require? GRAM requires that the users are entered into an authorization file called the grid-mapfile. A container must be running on both ends of the request. (i.e. at MCNC and WCU) The user using the request to have a certificate, and that certificate be trusted at both ends of the job submission. A valid proxy for the user.

4 Requirements Met! There is already a container listening to port 8443 on the cluster. We will use this container to submit jobs. The user accounts for this demonstration are correctly configured for the cluster. We now need a proxy: % grid-proxy-init

5 Our First Job Submission For all of the examples that we will be doing, the scheduler (i.e., what places the jobs on different nodes) will be the Fork scheduler. Submit our first job: % globusrun-ws –submit –F \ ourhost:8443 –streaming –c \ /usr/bin/uptime

6 What happened? GRAM checked for authentication for your request. Once confirmed, the scheduler is called. (In our case, the Fork Job Scheduler.) As each part of the job is completed, the output is streamed to our console. After job completion, the credentials used are cleaned up. The job only executed on the machine that we ran the GRAM request on.

7 Specifying a Job Request using RSL RSL stands for (Globus) Resource Specification Language. (XML Format) RSL provides a simple medium to define a job with many parameters, without having to rely only on the command line.

8 A Sample RSL File /bin/echo ${GLOBUS_USER_HOME} 12 abc 34 pdscaex_instr_GrADS_grads23_28919.cfg pgwynnel was here PI 3.141 GLOBUS_DUROC_SUBJOB_INDEX 0 ${GLOBUS_USER_HOME}/stdout ${GLOBUS_USER_HOME}/stderr 1 multiple

9 A Few Points from the RSL /bin/echo - Specifies the location of the binary that should be executed. 12 - Provides arguments to the binary. ${GLOBUS_USER_HOME}/stdout - Specifies the Standard Output file. 1 - Defines how many times the binary should be executed.

10 Submitting the RSL file The command to submit the RSL file is almost identical to the previous example: % globusrun-ws –submit –f \ $GLOBUS_LOCATION/test/globus_wsr f_gram_service_java_test_unit/te st.xml

11 What’s Next? Students will be required to complete a Java program. The Java program will be required to be run using the command line and an RSL form.

12 Questions? Please ask!


Download ppt "Assignment 3 Using GRAM to Submit a Job to the Grid James Ruff Senior Western Carolina University Department of Mathematics and Computer Science."

Similar presentations


Ads by Google