E4S-Project / E4S-Project/testsuite
superlu fails on JLSE
Open
Nobody has claimed this yet.
- Dominant language
- Fortran
- Stars
- 21
- Forks
- 33
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
The superlu test fails at the compile stage with the following error:
/usr/bin/ld: cannot find -lopenblas
I believe this occurs due to the test assuming that superlu is built with openblas:
So if superlu is built against any other BLAS provider the test fails.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review validation_tests/superlu/compile.sh at the linked line and reproduce the compile-stage failure for the superlu validation test. Determine how the test selects its BLAS provider, then verify that the test succeeds when superlu is built without openblas.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fortran
- Domain
- build-system, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100