-
Notifications
You must be signed in to change notification settings - Fork 32
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
WIP: Added PEP files to separate /tools/ subdirectory #617
Conversation
Hi @zeniheisser thanks. Do I understand correctly that this PR #617 replaces #612? By the way, the GPU CI fails, but it has nothing to do with this specific PR. I think that it is an infrastructure issue (@hageboeck maybe you can have a look please? thanks) |
@valassi yes, there was a preamble in the previous one I forgot to remove which should not have been there. If you want to take a look, this is the rq to look at! |
The cuda path changed, so it doesn't find it. I will add |
The CI machine now correctly sets its own PATH when you log in, but in your branch, See here: madgraph4gpu/.github/workflows/c-cpp.yml Line 55 in c04a40d
|
Move CUDA_HOME to /usr/local/cuda in CI
…ept running forever
Merge upstream
…ry and is included in process generation
merge upstream
Merging upstream
Added the two libraries I've been working on for the reweighting project to a distinct subdirectory of .../tools/, called /tools/PEP/. Currently just includes the LHE parser (PEP) and the reweighting lib (PEPPER), both WIP