What are the different kinds of jobs that I can run with Grid Engine?
You can submit to Grid Engine all kinds of jobs, starting from a simple UNIX command like date to more elaborated batch scripts like shared-memory parallel jobs or MPI jobs. You can also open interactive sessions to use e.g. visualization programs. You can submit an array of jobs which is a job consisting of a range of independent identical tasks, which may be helpful in certain applications that involve repeated execution of the same set of tasks.