Fix MadGraph: Pythia8 shower chain and conf relocation - #6274
Merged
Conversation
…gs) and conf relocation
Contributor
Author
|
@ktf this should now work and be compatible with the GRID nodes as well, could you have a look? |
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.
Multiple fixes applied:
/local/workspace/etcwas set in the symlink which was clearly not right and it was causingFailed to access python version of LHAPDF. While digging I saw that the recipe created lib/python withfind $PWD ... ln -nfs {} python, so with an absolute symlink frozen to the build-time INSTALLROOT. The applied fix creates a relative symlink (python -> python3.10), valid at any install prefix (tested locally and with an alice-docker fresh install).@ktf let me know what you think... If we're caching by node on the GRID this solution should also work as the configuration will be the same for all the jobs in a node if they can access the /tmp folder, but please correct me if I'm wrong.