Re: [deal.II] Installation on cray XC50 | linking to petsc, lapack and blas libraries with different names

2020-02-11 Thread Jean-Paul Pelteret
Hi Vachan, If you’re still not having any luck with this, then maybe you’d consider investigating deal.II through Spack. There’s in fact a whole section in their documentation dedicated to explaining how package installation is done on Cray systems: https://spack.readthedocs.io/en/latest/gettin

Re: [deal.II] Installation on cray XC50 | linking to petsc, lapack and blas libraries with different names

2020-02-08 Thread Daniel Arndt
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 subs

[deal.II] Installation on cray XC50 | linking to petsc, lapack and blas libraries with different names

2020-02-07 Thread vachan potluri
Hello, I am trying to install deal.II on a cray XC50 machine. I had posted a question related to MPI here https://groups.google.com/forum/#!topic/dealii/EJm6ePrI81w. 1. Configuring with MPI was "successful" with the following cmake invocation. cmake -DCMAKE_INSTALL_PREFIX=~/bin/dealii-9.1.1/