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

Nexus: RMG input test failing on Summit #2958

Closed
mcbennet opened this issue Feb 25, 2021 · 6 comments · Fixed by #2983
Closed

Nexus: RMG input test failing on Summit #2958

mcbennet opened this issue Feb 25, 2021 · 6 comments · Fixed by #2983
Assignees
Labels
Milestone

Comments

@mcbennet
Copy link
Contributor

Describe the bug
For latest develop branch, the nexus rmg_input test fails on Summit.

mcbennet@login1:QMCPACK(develop)$ ./nexus/bin/nxs-test -R rmg_input

 1/1 rmg_input...............................   Failed  1.28 sec
Test name     : rmg_input
Test sublabel : test_generate
Test exception: "AssertionError: "
Test backtrace:
  File "./nexus/bin/nxs-test", line 478, in run
    self.operation()
  File "./nexus/bin/nxs-test", line 1242, in rmg_input
    nunit('generate')
  File "./nexus/bin/nxs-test", line 349, in nunit
    run_external_unit_test(test_name,unit_test)
  File "./nexus/bin/nxs-test", line 388, in run_external_unit_test
    unit_test()
  File "/autofs/nccs-svm1_home1/mcbennet/Codes/src/QMCPACK/nexus/tests/unit/test_rmg_input.py", line 1267, in test_generate
    assert(check_object_eq(gr,gr_ref))


0% tests passed, 1 tests failed out of 1

Total test time = 1.28 sec

To Reproduce
Steps to reproduce the behavior:

  1. Git hash: 05dfe95
  2. N/A
  3. ./nexus/bin/nxs-test -R rmg_input
  4. None

System:

  • system name: summit
  • modules loaded
 Currently Loaded Modules:
  1) xl/16.1.1-5   2) spectrum-mpi/10.3.1.2-20200121   3) hsi/5.0.2.p5   4) xalt/1.2.1   5) lsf-tools/2.0   6) darshan-runtime/3.1.7   7) DefApps   8) python/3.6.6-anaconda3-5.3.0
  • other systems where this is reproducible:

Additional context
Important note. The rmg_input test passes on my laptop. So the issue is somehow summit-specific or at least not general.

@jtkrogel
Copy link
Contributor

What is the output when you do nxs-test -R rmg_input --verbose?

@mcbennet
Copy link
Contributor Author

Negligible kpoint coordinates appear to be the issue here.
verbose.txt

@prckent
Copy link
Contributor

prckent commented Feb 25, 2021

Can you confirm that the non-rmg tests are passing for you on summit with this configuration?

@jtkrogel
Copy link
Contributor

I'm getting a 91% pass rate with a minimal python environment on Summit (numpy only). Some of the issues (not Chandler's) appear to be unprotected module imports.

I will fix these issues, though likely not today.

@jtkrogel jtkrogel self-assigned this Feb 25, 2021
@mcbennet
Copy link
Contributor Author

Just for reference, I see 98% pass rate (where rmg_input is the only failure) when using the modules I listed above.

@prckent
Copy link
Contributor

prckent commented Mar 6, 2021

Closed by #2983

Please make a new issue if any resurface

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

Successfully merging a pull request may close this issue.

3 participants