-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to compile wannier_tools with self compiled libarpack_LINUX.a. #76
Comments
@hongyi-zhao |
This problem has been solved in the above-mentioned issue filed on To be specific, the makefile used by wannier_tools needs to adopt the following change, i.e., putting
Anyway, I post here the info you request:
BTW, I still failed to compile the libparpack.a for the original ARPACK version obtained from here, as shown below:
|
@hongyi-zhao By the way, we don't PARPACK in WannierTools so far. So you don't have to compile the parpacklib. |
I just tried this out of curiosity. BTW, I think that It is best to make the appropriate corrections/notes in the |
On Ubuntu 20.04, I try to compile the git master version of wannier_tools with intel
mkl
and intel MPI as shown below:Then adjust
ARmake.inc
as below according to the notes here for working with ifort and mkl:Finally, compile the library as below:
Replace the
ARPACK=/Users/quan/work/workplace/ARPACK/libarpack_MAC.a
line inMakefile.intel-mpi
with the following one:ARPACK=/home/werner/www.caam.rice.edu/software/ARPACK/libarpack_LINUX.a
Then compile wannier_tools:
Any hints for this problem will be highly appreciated.
Regards,
HY
The text was updated successfully, but these errors were encountered: