cc_staff
782
edits
(Parallelism with some bullet points) |
(Examples of wasted resources.) |
||
Line 9: | Line 9: | ||
* Estimating required resources based on the performance of a local computer could be misleading since the processor type and speed can differ significantly. | * Estimating required resources based on the performance of a local computer could be misleading since the processor type and speed can differ significantly. | ||
* The compute tasks listed in the job script are wasting resources. | * The compute tasks listed in the job script are wasting resources. | ||
** The program does not scale well with the number of CPU cores. | |||
** The program is not made for multiple node usage. | |||
** The processors are waiting after read-write operations. | |||
=Best practice tips= | =Best practice tips= |