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

PAW not working with n-tuples #321

Open
2 tasks done
ppzorro opened this issue May 25, 2023 · 0 comments
Open
2 tasks done

PAW not working with n-tuples #321

ppzorro opened this issue May 25, 2023 · 0 comments
Labels

Comments

@ppzorro
Copy link

ppzorro commented May 25, 2023

Verification

  • I ran brew update and am still able to reproduce my issue.
  • I have resolved all warnings from brew doctor and that did not fix my problem.

What were you trying to do (and why)?

I installed cernlib and I am able to open pawX11. Apparently everything works fine

What happened (include all command output)?

I tried to load an n-tuple of 6450 lines and 4 variables, let's name them xi I=1,4. The n-tuple is successfully loaded. I tried to run a simple
ntu/plo 10.x1
and I got the following error message

CSALLO: pointer difference too large to be represented by integer.
You probably need to link PAW statically on 64-bit systems.

What did you expect to happen?

as output of ntu/plo 10.x1 I should have normally obtained an histogram (frequency distribution) of the x1 variable

Step-by-step reproduction instructions (by running brew commands)

I installed brew in Mac OS Monterey using the command

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

and at the end

    (echo; echo 'eval "$(/usr/local/bin/brew shellenv)"') >> /Users/bruschi/.profile
    eval "$(/usr/local/bin/brew shellenv)"

Then

brew tap davidchall/hep
brew install cernlib

brew gist-logs <formula> link OR brew config AND brew doctor output

Brew config OUTPUT
HOMEBREW_VERSION: 4.0.19
ORIGIN: https://github.com/Homebrew/brew
HEAD: 4446fe603cc19316036fd07e5df1124c4d15ead2
Last commit: 3 days ago
Core tap JSON: 25 May 04:30 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.FPu9N5QIFM/org.xquartz:0
HOMEBREW_MAKE_JOBS: 4
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: quad-core 64-bit kabylake
Clang: 14.0.0 build 1400
Git: 2.37.1 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.87.0 => /usr/bin/curl
macOS: 12.6.6-x86_64
CLT: 14.2.0.0.1.1668646533
Xcode: N/A

Brew doctor OUTPUT
Your system is ready to brew.
@ppzorro ppzorro added the bug label May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant