forked from mg5amcnlo/mg5amcnlo
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merging upstream gpucpp changes into rex #3
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
…section (and wrap not correctly ported everywhere
…F call and MLM weight)
…F call and MLM weight)
* In models/import_ufo.py, include models/import_ufo.py itself in the list of files to check pickle validity (see mg5amcnlo#89) * In madgraph/iolibs/files.py, bug fix in pickle validity check: use getmtime instead of getctime (see mg5amcnlo#89) * In models/import_ufo.py and madgraph/iolibs/files.py, remove debug printouts from the patch for mg5amcnlo#89 * In madgraph/iolibs/files.py, go back from getctime to getmtime in pickle validity check as suggested by Olivier, this is enough * In models/import_ufo.py, use __file__ to include models/import_ufo.py itself in the list of files to check pickle validity (see mg5amcnlo#89)
…oodjet array in function setclscales in reweight.f) NB: this is only a workaround to avoid undefined behaviour, but a real fix is still needed!
Fix memory leak in madevent_driver.f (close file dname.mg)
Workaround for unitialised goodjet in function setclscales in reweight.f
…gpu#855): add 'volatile' to prevent optimizations
Add 'volatile' in function rotxxx to prevent crashes in optimized code
* Add parallelization to unzip operations * Optimize loop to consider Process dirs alltogether * Keep the unzipped file to not rezip it again
…or icolamp mg5amcnlo#118) into valassi_gpucpp_june24
…cpp (madgraph4gpu 880) (mg5amcnlo#118) * remove one useless? call to coloramp * refactoring part of the writing of color (is_LC) --------- Co-authored-by: Olivier Mattelaer <olivier.mattelaer@uclouvain.be>
…mcnlo#107 and coloramps mg5amcnlo#118) into valassi_gpucpp_june24
do not delete G* if it is not a directory (e.g. GpuAbstraction.h) madgraph5/madgraph4gpu#947
mg5amcnlo#125) into valassi_gpucpp_june24
…ource+clean and add an %(additional_clean) section This is needed to speed up the cleanup of P* subprocesses in cudacpp See madgraph5/madgraph4gpu#980
…ocessExporterFortranSA (I had done it only in ProcessExporterFortran but the method is overloaded)
Change the handling on how Source/makefile is written for second exporter handling
…g5amcnlo#132) into valassi_gpucpp_june24 Fix conflicts: madgraph/various/banner.py (keep a debug printout in get_value_from_include)
master_june24 completion: nb_warp_used (and a SUBset of gpucpp_june24) into gpucpp
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.
No description provided.