g-Eclipse - Creating a JSDL Job Description

In order to submit a job to the Grid, you first need a file that describes your job with vital information such as the name of the executable, the input and output parameters, etc. This file is usually in the Job Submission Description Language (JSDL). As composing this manually is laborious and time consuming, you can use the g-Eclipse Grid Job Wizard to create such a file.

Go to File > New > Job Description. (Alternatively, you could right-click into the Grid Project View and choose New > Job Description.) A dialog opens up where you can specify the name of the job description file you are about to create and where you would like to save it. Choose the Job Description folder of your Grid Project and type in the name you would like to give your jsdl file.

New Job Description Dialog

Clicking Next will take you to a page where you can identify your application by name, choose the executable you would like to run, and provide any optional arguments. You can also specify filenames for the standard input, output and error (stdin, stdout and stderr).

New Job Executable Dialog

Clicking Next will take you to a page where you can choose the location of any input and output files required / produced by your executable. You can specify multiple input and output files with associated settings.

New Job Input and Output 
Files Dialog

Clicking Finish will create the job description file in the Grid Projects View and open it in the Job Description Editor. In the various tabs of the editor, you can add further information to your job description. The last tab of the editor shows the actual JSDL description of your job.

Job Description Editor