Skip to content

Commit

Permalink
Update job_monitoring.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ktiits authored Sep 5, 2024
1 parent a32d635 commit ba79fb6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions materials/job_monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,9 @@ Some things to check:
## Testing
- Before large runs, it's a good idea to do a smaller trial run
- Start simple and gradually use more complex approaches if needed
- Try first running interactively (**not** on a login node) to check how the tool performs on actual input data
- Try first running interactively (**not** on a login node) or in the `test`-partition
- Check that results are as expected
- Check the resource usage after the test run and adjust accordingly
- If developers provide some test or example data, run it first and make sure results are correct
- You can use the `test`-partition to check that your batch job script is correct and everything is interpreted correctly
- Limits : 15 min, 2 nodes
- Job turnaround usually very fast even if machine is "full"
- Can be useful to spot typos, missing files, _etc_. before submitting a job that might stay waiting in the queue

## Resource monitoring
See the resource usage after job has finished: `seff jobid`
Expand Down

0 comments on commit ba79fb6

Please sign in to comment.