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

superlu-dist-nonspacktest fails on JLSE #63

Closed
koysean opened this issue Feb 22, 2023 · 1 comment
Closed

superlu-dist-nonspacktest fails on JLSE #63

koysean opened this issue Feb 22, 2023 · 1 comment

Comments

@koysean
Copy link

koysean commented Feb 22, 2023

The superlu-dist-nonspacktest test fails at the compile stage. This issue has the same root cause as #62.

The culprit seems to be these lines:

#mpicxx
if [[ $NERSC_HOST = "perlmutter" ]]; then
LIBBLAS=/opt/cray/pe/libsci/21.08.1.2/GNU/9.1/x86_64/lib/libsci_gnu_82_mpi_mp.a
else
LIBBLAS=${OPENBLAS_ROOT}/lib/libopenblas.so
fi

@wspear
Copy link
Collaborator

wspear commented Feb 22, 2023

I've removed this test. The spack internal version should be sufficient.

@wspear wspear closed this as completed Feb 22, 2023
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