LFS - how many CPUs are used by a process when CPUs are specified for a job? #4164
-
I run GATK tool in different processes. I've following config file that defines job memory, wall time and such. At the same time, process has memory specified along with CPU
Here I've My question is how many CPUs are requested for job with gatk mark duplicates process: 2 or 3? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The priority ranking is documented here. There is no separation between process and job, a job is an instance of a process, |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. It helps |
Beta Was this translation helpful? Give feedback.
The priority ranking is documented here. There is no separation between process and job, a job is an instance of a process,