Running your first job
1. preparing the script by copy the template to your home
cd
cp -r /project/common/Introduction-to-LANTA/firstJob/ .
2. navigating to firstJob directory
cd firstJob/
3. modify the script according to your registration detail, i.e. change lt123456
(line 7) to your own project ID.
using text editor to edit the file submit.sh
vi submit.sh
to save, using :w
. to exit the test editor, using :q
.
4. submitting the job to the queueing system by using
5. use myqueue
command to check your job status, see Checking Job status for mor detail.
6. use cat slurm-[xxxxxx].out
command, where [xxxxxx]
is jobID, to check output.