-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master
-
Component/s: Pegasus Planner
-
None
Currently, the Condor styles are applied before the Gridstart ( the modules that wrap up a job ) module is invoked. Because of this logic, of the directory where a job executes in the Condor style classes.
However, for 3.2 to do the credential handling and the work around for condor io bug for local universe, the order needs to be reversed
The job must be first wrapped with the Gridstart modules before the styles are applied. This way, in the style modules sees all credentials and the files that need to be transferred via Condor IO.
This way the Gridstart modules correctly determine what directory a job should execute in.