Submitting a basic job script

We now have a basic job script - to submit jobs to the compute environment, we need to use the qsub command from a terminal session.

Place the basic job script in the home directory, e.g. /home/test-user/myfirstjob.sh

We can then submit a simple job to the compute environment:

[alces-cluster@login1(awscluster) ~]$ qsub myfirstjob.sh 
Your job 1 ("myfirstjob.sh") has been submitted

The scheduler will return the Job ID of the submitted job(s) - use this to reference when using the scheduler monitoring tools described later in this guide.