Vachan,

3. With LAPACK, the story is different. I noticed that deal.II's version of
> FindLAPACK.cmake uses the system installed cmake's FindLAPACK.cmake. And
> then I came across this question on SO:
> https://stackoverflow.com/questions/54681204/cray-cc-wrapper-cmake-find-package-blas
> and subsequently to the link
> https://gitlab.kitware.com/cmake/cmake/merge_requests/3451. So on cray
> environments, cmake's version of FindLAPACK.cmake can detect LAPACK
> library only if cmake version is >=3.16. Our system has 3.5.2. Also, the
> LAPACK library is not standalone but a part of cray's libsci module and is
> present in the library sci_gnu_61_mpi_mp along with BLAS, SCALAPACK and
> others. How can I invoke cmake such that it recognises LAPACK library as a
> part of this whole library?
>

If only an old version is the problem, I would just go ahead and download
and compile a recent version myself. I never had any issues with that and
should be quite simple.

Best,
Daniel

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/CAOYDWbK9auxXEqfxD%3DB6H%2B4mF9%3DBHk1zGh8HnWcN-3pVMuBaGA%40mail.gmail.com.

Reply via email to