-
Type: Bug
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master, 5.0.2
-
Component/s: Planner: Code Generators
-
None
Some of our clusters have moved to a mode where request_disk and request_memory are required for all jobs. I thought this would be easy, because pegasus lets me set this in various profiles. However, now none of the “local” jobs (create_dir, stage_in, stage_out, …) will run because these variables are not set.
I can see that these are explicitly removed here:
https://github.com/pegasus-isi/pegasus/blob/e96a4acdb6b8ad059212be4041e1ac90148d69[…]edu/isi/pegasus/planner/code/generator/condor/style/Condor.java
I’m not sure what purpose this serves (is it true that these options are not considered in the local universe? I couldn’t see that in the condor documentation), but assuming these options are used in local universe, can this block be removed??
GitHubGitHub