-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major
-
None
-
Affects Version/s: None
-
Component/s: Pegasus Planner
-
None
Recently we added support for pmc_request_memory in PMC tasks by having the planner add "-m AMOUNT" in the PMC DAG.
We also need to support request_cpus in PMC. This should be done by adding:
-c CPUS
Where "CPUS" is the value of the pmc_request_cpus profile of the job.
The value of CPUS should be an integer >= 1.