Skip to content
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

Standalone installation description not working on lxplus #923

Closed
pfackeldey opened this issue Mar 25, 2024 · 5 comments
Closed

Standalone installation description not working on lxplus #923

pfackeldey opened this issue Mar 25, 2024 · 5 comments

Comments

@pfackeldey
Copy link

Dear Combine Team,

the standalone compilation instructions yield a segfault on lxplus (see: https://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/#standalone-compilation). Likely due to the fact that the standalone script is still relying on the slc7 arch (@anigamova).

Best, Peter

@nucleosynthesis
Copy link
Contributor

If you have access, you can compile inside the SLC7 environment using apptainer and then source the standalone script outside to use combine (see https://cms-sw.github.io/singularity.html) i.e

cmssw-el7
. env_standalone.sh
make -j 4
exit
source . env_standalone.sh
combine --help

should work on lxplus

@pfackeldey
Copy link
Author

Yes, the line cmssw-el7 is just missing in the docs for the standalone installation.

@nucleosynthesis
Copy link
Contributor

Ok, in that case @anigamova / @kcormi , can we have the line added at least until we update to v10 when we shouldn't need it anymore?

@kcormi
Copy link
Collaborator

kcormi commented Mar 26, 2024

Here is a PR #924 addressing this. I prefer not to change the primary standalone compilation instructions as not everyone uses lxplus.

@kcormi
Copy link
Collaborator

kcormi commented Mar 27, 2024

#924 has been merged, so those instructions are now on the page! thanks for the feedback.

@kcormi kcormi closed this as completed Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants