-
Notifications
You must be signed in to change notification settings - Fork 7
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
Multiple warnings when compiling the sampler #35
Comments
Most of the warnings come from einhard, I believe it is a library used by SMASH (the sampled doesn't use it per se). The first warning might be relevant though - there is some mismatch between the declaration and a call to fillBoostMatrix() which I believe technically works due to the pointer arithmetics is C, plus the C array alignment. But there might be a more solid/modern way to pass a pointer to 4x4 array to a function? |
Thanks for your reply! Yes, Einhard is a 3rd party library apparently used for logging (from Einhard README: Einhard is a simple logging API for small to medium sized C++ applications). |
@yukarpenko, in line 407 to 408 of src/gen.cpp the order of |
after a quick check I'd say it is the other way round: |
I get multiple warnings when compiling the sampler on my local itp machine as well as on the cluster (see attached screenshots). This should be looked into.
I have no ROOT installation neither on the itp machine nor on the cluster. So I used a container (more specifically the latest SMASH-3.2rc) for the compilation.
The text was updated successfully, but these errors were encountered: