LLNL / libROM

Model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
198 stars 36 forks source link

scalapack error #221

Open gokhalen opened 1 year ago

gokhalen commented 1 year ago

I'm trying to install following the instruction here. I am getting the following message

CMake Error at /home/h206100a/cmake-3.26.4-linux-x86_64/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find ScaLAPACK (missing: ScaLAPACK_LIBRARY)
Call Stack (most recent call first):
  /home/h206100a/cmake-3.26.4-linux-x86_64/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  cmake/modules/FindScaLAPACK.cmake:38 (find_package_handle_standard_args)
  lib/CMakeLists.txt:99 (find_package)

I have installed scalapack-mpich.x86_64 scalapack-mpich-devel.x86_64 scalapack-mpich-static.x86_64 using yum.

Is there something like -DScalapack that I can use?

Any ideas?

Also

 ./scripts/compile.sh

does not seem to work. It says

~/libROM/build ~/libROM/scripts
./compile.sh: line 134: cmake: command not found
make: *** No targets specified and no makefile found.  Stop.
~/libROM/scripts

Thanks,

-Nachiket