Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Find-module for LAPACK and SCALAPACK (manual selection) #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

albestro
Copy link
Collaborator

CMake officially has find-modules for LAPACK and SCALAPACK, which provides targets LAPACK::LAPACK and SCALAPACK::SCALAPACK.

This script is just a way to workaround them and select the implementation manually, providing anyway the same "standard" CMake targets.

If you think it is a bad idea, please let me know 馃槃

A small note about ScaLAPACK: since it depends on MPI, I check which language is enabled, and I use the corresponding MPI::MPI_ target as dependency.

@kabicm
Copy link

kabicm commented May 28, 2021

This is a great idea. One question, would it be possible to find scalapack, which is linked to e.g. the flame lapack and the blis blas?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants