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

Missing related dynamic library libdmumps_seq.so #22

Closed
liang-jinli opened this issue Feb 10, 2022 · 2 comments
Closed

Missing related dynamic library libdmumps_seq.so #22

liang-jinli opened this issue Feb 10, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@liang-jinli
Copy link

I used the tutorial to install mumps, but didn't get libdmumps_seq.so , which is exactly what I needed.
My options.cmake is as follows:

option(autobuild "auto-build Lapack and/or Scalapack if missing or broken" true)
option(BUILD_TESTING "build with testing features" true)
option(dev "developer mode")
option(parallel "parallel or sequential (non-MPI, non-Scalapack)" ON)
option(intsize64 "use 64-bit integers in C and Fortran" OFF)

option(scotch "use Scotch" OFF)
option(openmp "use OpenMP" OFF)

and my directive is as follows:
cmake -B build -DMUMPS_UPSTREAM_VERSION=4.10.0 -DBUILD_SHARED_LIBS=on

@scivision
Copy link
Owner

scivision commented Feb 16, 2022

libdmumps_seq is not a standard component name. different packagers use different names, I try to use the same names as upstream mumps

@scivision
Copy link
Owner

a3c383f documents this

@scivision scivision added the documentation Improvements or additions to documentation label Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants