update Sherpack name with SCRAM_ARCH and CMSSW_VERSION#50955
Open
shimashimarin wants to merge 1 commit into
Open
update Sherpack name with SCRAM_ARCH and CMSSW_VERSION#50955shimashimarin wants to merge 1 commit into
shimashimarin wants to merge 1 commit into
Conversation
Contributor
|
cms-bot internal usage |
Contributor
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-50955/49365 |
Contributor
|
A new Pull Request was created by @shimashimarin for master. It involves the following packages:
@cmsbuild, @lviliani, @mkirsano, @sensrcn, @theofil can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR description:
Add
CMSSW_VERSIONandSCRAM_ARCHto theSherpack:Sherpackis a single tarball file just likeGridpackfor MG5, i.e., sherpa_<process_name>MASTER<SCRAM_ARCH>_<CMSSW_VERSION>.tar.xz. No longer a folder that hard to fixSCRAM_ARCHandCMSSW_VERSIONinformation.convert_sherpack.shthat helps to convert the existingSherpackto the new format is provided in the folderGeneratorInterface/SherpaInterface/data/, no need to regenerateSherpackfrom scratch. AReadME.mdis also offered in the same folder to guide users to convert theSherpackwith one line command.GeneratorInterface/SherpaInterface/src/SherpackFetcher.ccalso updated accordingly.PR validation:
GEN documentation: Set CMSSW environment -> run ./MakeSherpaLibs.sh to get libraries -> run ./PrepareSherpaLibs.sh to generate sherpack -> cmsDriver.py to get event-generation script.convert_sherpack.sh. It works properly.