This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
quick:loadshedding [2022/07/15 12:42] alopis [5. Testing of a new type of job/calculation.] |
quick:loadshedding [2022/07/15 13:31] (current) wikiadmin |
||
|---|---|---|---|
| Line 43: | Line 43: | ||
| ====5. Testing of a new type of job/ | ====5. Testing of a new type of job/ | ||
| - | When testing a new job script, either use an [[http:// | + | When testing a new job script, either use an [[quick: |
| ====6. Check how well your job is running. ==== | ====6. Check how well your job is running. ==== | ||
| Always check to see if your job is working correctly: | Always check to see if your job is working correctly: | ||
| - Is it producing the expected output at the expected rate? | - Is it producing the expected output at the expected rate? | ||
| - | - Are you fully using all the compute cores that you requested? | + | - Are you fully using all the compute cores that you requested? |
| + | |||
| + | You can ssh into your assigned nodes once your job has started running and monitor activity with '' | ||
| So to determine which node number/s your job is using: | So to determine which node number/s your job is using: | ||
| - | qstat -u yourusername -n1 | + | qstat -u yourusername -n |
| Then ssh into this node/s, for example | Then ssh into this node/s, for example | ||