Attention: : Confluence is not suitable for the storage of highly confidential data. Please ensure that any data classified as Highly Protected is stored using a more secure platform.
If you have any questions, please refer to the University's data classification guide or contact ict.askcyber@sydney.edu.au

Skip to end of banner
Go to start of banner

How much memory, walltime and cores should I request for my jobs?

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The short answer

Slightly more than what your job requires.

The long answer

You have to work out what your job requires, then request slightly more than this. The rest of this section details some possible strategies to work out how much resources your job uses.

CPUs or Cores

The number of CPUs you should request depends on how many CPUs your program can use at once. Most off-the-shelf programs come with an option specifying how many CPUs it will use at one time. Sometimes these may be called "threads" instead of CPUs. Whatever option you pick, you must make sure the number of CPUs requested in your program matches the number of CPUs in your PBS script, otherwise you will leave CPUs sitting idle, or you will oversubscribe CPUs, resulting in massive slowdown of your computation.

Walltime

Submit a test job to Artemis that  

  • No labels