-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot move Installation Location without recompile #2
Comments
Hi Doug, So I've never tried this, but I'm guessing you're trying to do something akin to CRAB, where you tar up the py, libs etc, then somewhere else setup a fresh CMSSW, do cmsenv, and untar, without having to recompile? For SFrame, you mentioned in the other thread that you used I'm assuming the issues in SFrame & UHH2 are separate, in which case let's keep both issues open to tackle the respective parts (but please correct me if I'm wrong) Cheers |
Robin, Yeah, the problem is I can't use -inlineInputHeader with UHH2. I really don't think there is a problem with SFrame, but I wasn't sure, so I posted the issue both places. I get the following message when I try to compile UHH2 with the option -inlineInputHeader:
Doug |
Hey Robin, I think there is a really stupid fix. Let me just make sure it works and I'll make a pull request to both the UHH2 and SFrame repos. Doug |
Hi Doug, Did you manage to get this working in the end for UHH2? I realise I came across the same issue in UHH2/UHH2#1083. Cheers |
Robin,
No, I never managed to solve this issue. A lot of the paths are hard coded
if SFame and would require a lot of changes to the make file them relative
(I am not a make expert). My stupid fix to UHH2 did not work, as it was
stupid.
Doug
…On Tue, Jan 8, 2019 at 7:11 AM Robin ***@***.***> wrote:
Hi Doug,
Did you manage to get this working in the end for UHH2? I realise I came
across the same issue in UHH2/UHH2#1083
<UHH2/UHH2#1083>.
Cheers
Robin
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AElNLKqbmqGgXLMUGvGaYB625TmIllt3ks5vBJjxgaJpZM4Tcxgu>
.
|
Hey SFrame Devs,
This has been an on going issue that I've been dealing with, but I've ran out of ideas to try to fix it. The root of the problem is that SFrame relies on absolute file paths instead of relative file paths, this means that when you tar your CMSSW (and SFrame) area and send it to some new location, it has to be recompiled. I've made several modifications to SFrame to get around this (and it works), but the same tricks don't work with UHH2. I'll create a similar issue there.
Doug
The text was updated successfully, but these errors were encountered: