Submitting jobs

From MediaWiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
-
Here are some simple examples how to submit jobs on grid.Examples are committed to new users, and people who want to try EGEE grid.
+
Here are some simple examples how to submit jobs on grid.Examples are committed to new users, and people who want to try EGI grid.
-
This how-to is ideal for users who don`t know how to work on grid, and know little about linux/unix environments.Here are examples for every tipe of job on grid.
+
This how-to is ideal for users who don`t know how to work on grid, and know little about linux/unix environments.Here are examples for every type of job on grid.
-
This is one simplest job example.
+
This is a simple job example.
  [http://wiki.ipb.ac.rs/index.php/Simple_Job Simple Job]
  [http://wiki.ipb.ac.rs/index.php/Simple_Job Simple Job]
-
This is job collecion example.It defined as sets of independent of jobs. This greatly speeds up the job submission time, compared to the submission individual jobs.
+
This is a job collection example. It is defined as set of independent jobs. This greatly speeds up the job submission time, compared to the submission of individual jobs.
  [http://wiki.ipb.ac.rs/index.php/Job_collection Job collection]   
  [http://wiki.ipb.ac.rs/index.php/Job_collection Job collection]   
-
This is implementation for direct acyclic graphs (DAG), which are sets of jobs linked by relative dependencies. A job A is said to depend on job B if A is not allowed to run before the job B is successfully completed.  
+
This is the implementation of direct acyclic graphs (DAG) job workflow, which are sets of jobs linked by relative dependencies. A job A is said to depend on job B if A is not allowed to run before the job B is successfully completed.  
  [http://wiki.ipb.ac.rs/index.php/DAG_job DAG job]
  [http://wiki.ipb.ac.rs/index.php/DAG_job DAG job]
-
A parametric job is a job collection where the jobs are identical but for the value of a running parameter. it is
+
A parametric job is a job collection where the jobs are identical but for the value of a running parameter. It is
described by a single JDL, where attribute values may contain the current value of the running parameter.
described by a single JDL, where attribute values may contain the current value of the running parameter.
Line 27: Line 27:
-
And here are some basic steps using grid SE resources.It includes creating folder, removing folder, uploadning a file, downloading a file, replicating a file, list replicas, deleting replicas.
+
And here are some basic steps using grid SE resources. This example includes creating folder, removing folder, uploading a file, downloading a file, replicating a file, list replicas, deleting replicas.
  [http://wiki.ipb.ac.rs/index.php/StoregeElementExamples StoregeElementExamples]
  [http://wiki.ipb.ac.rs/index.php/StoregeElementExamples StoregeElementExamples]

Revision as of 11:33, 14 November 2010

Here are some simple examples how to submit jobs on grid.Examples are committed to new users, and people who want to try EGI grid. This how-to is ideal for users who don`t know how to work on grid, and know little about linux/unix environments.Here are examples for every type of job on grid.


This is a simple job example.

Simple Job

This is a job collection example. It is defined as set of independent jobs. This greatly speeds up the job submission time, compared to the submission of individual jobs.

Job collection  

This is the implementation of direct acyclic graphs (DAG) job workflow, which are sets of jobs linked by relative dependencies. A job A is said to depend on job B if A is not allowed to run before the job B is successfully completed.

DAG job

A parametric job is a job collection where the jobs are identical but for the value of a running parameter. It is described by a single JDL, where attribute values may contain the current value of the running parameter.

Parametric Job

The Message Passing Interface (MPI) is a commonly used standard library for parallel programming. The gLite WMS natively supports the submission of MPI jobs, which are jobs composed of a number of processes running on different WNs in the same CE

MPI job


And here are some basic steps using grid SE resources. This example includes creating folder, removing folder, uploading a file, downloading a file, replicating a file, list replicas, deleting replicas.

StoregeElementExamples
Personal tools