Before you start, outline the following three things for your computational task:
- How many threads (CPUs) you need
- Will often be passed to a
--threadsoption or similar - Using more than 32 in most cases will lead to slower execution times
- We'll call this quanity
$CPUS
- Will often be passed to a
- How much memory (RAM) you need
- Try to convert this into megabytes (MB)