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

pytest fails on local supercomputer (Skylake cpus) #283

Open
manodeep opened this issue Nov 5, 2022 · 3 comments
Open

pytest fails on local supercomputer (Skylake cpus) #283

manodeep opened this issue Nov 5, 2022 · 3 comments

Comments

@manodeep
Copy link
Owner

manodeep commented Nov 5, 2022

General information

  • Corrfunc version:2.4.0
  • platform:linux
  • installation method (pip/source/other?):git

Issue description

Cloned a fresh repo on local supercomputer with Skylake cpus and installed with python -m pip install -e . and then ran pytest -v

Expected behavior

Tests should pass

Actual behavior

Most tests failed, there were only a handful of tests that seemed to pass

What have you tried so far?

Unsure what is going on. GH Actions on similar AVX512F cpus (may be skylake) seems to pass just fine

@lgarrison
Copy link
Collaborator

This is on master branch, right? What's the failure mode of the tests---wrong pair counts, wrong weights, crashing, etc? Is it worth sharing the test output in case there's a pattern to which ones fail?

@manodeep
Copy link
Owner Author

manodeep commented Nov 5, 2022

Good point! Here is the log from before (not from the fresh one, but should be the same)
Corrfunc_master_pytest.log

@lgarrison
Copy link
Collaborator

None of the failures are single-threaded, so it's probably an OpenMP library issue. Maybe the same one from here? #258 (comment)

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

2 participants