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

Same nf-test binary give different run-time version when running under different users #287

Open
superjw opened this issue Feb 3, 2025 · 0 comments

Comments

@superjw
Copy link

superjw commented Feb 3, 2025

Hi there, I encountered a strange issue when I was running nf-test in an HPC environment. The tool was installed by the admin account using

curl -fsSL https://get.nf-test.com | bash -s 0.9.2

then if I run the binary, it gives

user_Admin@host_X: $ ./nf-test version

🚀 nf-test 0.9.2
https://www.nf-test.com
(c) 2021 - 2024 Lukas Forer and Sebastian Schoenherr

However, if I use a different user account to trigger the same nf-test binary, it outputs

user_normal@host_X: $ /XXXXX/nf-test version

🚀 nf-test 0.7.3
https://code.askimed.com/nf-test
(c) 2021 - 2023 Lukas Forer and Sebastian Schoenherr

Both accounts were using the same version of java

$ java -version
openjdk version "11.0.25" 2024-10-15
OpenJDK Runtime Environment (build 11.0.25+9-post-Ubuntu-1ubuntu122.04)
OpenJDK 64-Bit Server VM (build 11.0.25+9-post-Ubuntu-1ubuntu122.04, mixed mode, sharing)

However, if I download the tar.gz file from https://github.com/askimed/nf-test/releases/tag/v0.9.2 and put the nf-test.jar file in the same directory as the nf-test binary, trigger the nf-test would give v0.9.2. I wonder if I have missed anything here?

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

1 participant