huttered40 / capital

Distributed-memory implementations of novel Cholesky and QR matrix factorizations
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Build error on Porter #15

Closed huttered40 closed 5 years ago

huttered40 commented 5 years ago
huttered40 commented 5 years ago

After further investigation, it seems that when specifying library paths explicitly, you cannot use a shortcut path.

For example, the following works: -L/home/hutter2/hutter2/critter/lib whereas the following cannot find the library: -L~/hutter2/critter/lib

In addition, I need to use my own build of scalapack instead of the default in usr/bin. There are conflicts if I try to compile critter with one and compile camfs with the other.