-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rename cudacpp Makefile as cudacpp.mk #484
Merged
Merged
Conversation
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
…t is generated from a template!)
… and cudacpp_src.mk
…dacpp.mk) as makefile, which is overloaded if madevent is generated (madgraph5#480)
…need changes in madevent makefiles too)
…akefile to make this more specific madgraph5#400
…t makefile (remove case-insensitive name clash madgraph5#480)
./CODEGEN/generateAndCompare.sh gg_tt --mad --nopatch git diff --no-ext-diff -R gg_tt.mad/Source/dsample.f gg_tt.mad/Source/genps.inc gg_tt.mad/SubProcesses/addmothers.f gg_tt.mad/SubProcesses/cuts.f gg_tt.mad/SubProcesses/makefile gg_tt.mad/SubProcesses/reweight.f > CODEGEN/MG5aMC_patches/patch.common git diff --no-ext-diff -R gg_tt.mad/SubProcesses/P1_gg_ttx/auto_dsig.f gg_tt.mad/SubProcesses/P1_gg_ttx/driver.f gg_tt.mad/SubProcesses/P1_gg_ttx/matrix1.f > CODEGEN/MG5aMC_patches/patch.P1 git diff --no-ext-diff -R gg_tt.mad/SubProcesses/P1_gg_ttx/auto_dsig1.f > CODEGEN/MG5aMC_patches/patch.auto_dsig1.f git checkout gg_tt.mad
…l with new cudacpp makefiles madgraph5#480
… cudacpp.mk (fix case-insensitive inconsistency madgraph5#480)
…uginlibs) to all ggtt*mad
This was referenced Jun 13, 2022
This was
linked to
issues
Jun 13, 2022
I have closed the following three issues related to this
All tests are passing, I will self merge |
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this pull request
Jun 13, 2022
…cess Makefile from 5 processes manual
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
This is a PR to fix the clash between 'makefile' and 'Makefile' on case insensitive systems #480