|
4 éve | |
---|---|---|
asciinema | 4 éve | |
images | 4 éve | |
README.md | 4 éve |
First of all, it's worth checking if your supervisor already has accesss to HPC services and then requesting an account there.
If not you can request an account:
This guide is going to use the CS HPC cluster but both should be similar.
The IHI is also in the process so procuring its own HPC services but we're not there yet :(.
###qsub Submit a job to the scheduler with qsub
qsub /path/to/submission/script/
Get the status of a job with qstat
qstat
job-ID prior name user state submit/start at queue slots ja-task-ID
-----------------------------------------------------------------------------------------------------------------
6506636 0.00000 testing jbloggs qw 21/12/2012 11:11:11 1
qstat -j <job-ID>
Submit a job to the scheduler with qsub
qsub /path/to/submission/script/