Closed huttered40 closed 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.
master
, it cannot findcritter
librarympicxx
instead ofpath/mpicxx
forpath
specifyingmpich
(which I locally built) vs. the default (usr/bin/mpicxx
,openmpi
), I get all sorts of errors. Is this because thempich
build was custom just to me? I forget. Investigate this.