Checklist prior to submitting
- Do you understand the code?
- Has the code been tested?
- Is your job single-threaded or does it need multiple threads?
- How much memory is necessary?
- How big is input?
- Where the input comes from?
- Where the output goes?
- Where and if scratch is used?
- Is the output single or multiple of files?
- Which queue is appropriate for your job?
To understand how to profile your jobs, visit this page