You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is particularly important when running from a conda installation and is effecting work on lxplus' htcondor.
Steps to implement things:
Override alphatwirl's WorkingArea to be able to change the executable. The existing run.py script, the new wrapper script and the user's setup script must all be added to the workingArea tarballs
Change the executable provided to htcondor's job description
Create a simple executable wrapper that first runs the user's setup script, and then runs the normal run.py
Add an option to fast-carpenter to point to the user's setup script.
The text was updated successfully, but these errors were encountered:
This issue is specific to the alphatwirl backend. It will require a bit of digging around in alphatwirl to implement. With the new Coffea backends I'm not sure how much effort we will be investing there in the future, but I will leave this issue open as a potential road map to implement this.
Note that we now have a mechanism to allow a user to provide this information from the command-line using the recently added execution config file added in PR #129.
This is particularly important when running from a conda installation and is effecting work on lxplus' htcondor.
Steps to implement things:
run.py
script, the new wrapper script and the user's setup script must all be added to the workingArea tarballsThe text was updated successfully, but these errors were encountered: