E4S-Project / E4S-Project/testsuite

superlu fails on JLSE

Open
#62 0 comments 0 reactions 0 assignees View on GitHub

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:

https://github.com/E4S-Project/testsuite/blob/0e7604e7ac2d27f753e504d4b4e83e22b4d3ead2/validation_tests/superlu/compile.sh#L7

So if superlu is built against any other BLAS provider the test fails.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.