-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
job wrapper - python3, new script and cleanEnv=False (#7441)
* jobwrapper - use py3 from COMP in particular for the scripts: - CMSRunAnalysis.py - TwealPSet.py - cmscp.py This requires dmwm/WMCore#11321 * jobwrapper - add env-CMSRunAnalysis.sh The new script env-CMSRunAnalysis.sh script is intended to be shared with WMCore team. We sould make the effort of keeping in this script, which can eventually be moved to WMCore's repo, all the shared code among CRAB and WMCore jobwrapper scripts (namely gWMS-CMSRunAnalysis.sh / CMSRunAnalysis.sh and submit_py3.sh). The script name and its functions names are just proposals and can be changed if we can come up with better names. * jobwrapper - Do not clean cmsRun's env When we launch cmsRun, we should imitate what WMCore is doing: do not clean the env, to preserve all the env variables set for us by the workern node / pilot and by cmsset_default.sh Just a (small ?) difference with respect to WMCore: we do not remove the COMP's python from the pythonpath. This can be dangerous and should be thoroughly tested. * jobwrapper - env-CMS.. renamed submit_env.sh After Stefano's review, I renamed the script env-CMSRunAnalysis.sh to submit_env.sh * requriements - wmcore 2.1.4 * submit_env - removed debugging prints
- Loading branch information
1 parent
8a048d1
commit a43a10d
Showing
10 changed files
with
172 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
# Format: | ||
# Dependency==version | ||
|
||
wmcver==2.1.2 | ||
wmcver==2.1.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.