Fail to install anphon #150
Unanswered
LePingKYXK
asked this question in
Q&A
Replies: 1 comment
-
Can you recompile anphon without the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Dr. Tadano,
I am trying to install
alamode
through the native environment in the high-performance cluster (HPC) following the instruction in the high-performance cluster (HPC). However, an errorThe
Boost C++
was downloaded via boost.org with the version of 1.82.0, while theEigen3 library
was downloaded via libeigen Gitlab with the version of 3.4.The
spglib
was downloaded from spglib Github with the version of 2.1.The compilers I used were
Intel OneAPI compiler 2022.2
,cmake 3.20.1
I extracted the
Boost C++
andEigen3
libraries into the/public/home/clxy_wh/myapps/ect
directory and then set the symbolic link in the/public/home/clxy_wh/myapps/include
directory. Thespglib
was installed in the/public/home/clxy_wh/myapps/spglib
directory.Before compiling
alamode
, I setexport SPGLIB_ROOT=/public/home/clxy_wh/myapps/spglib
.The
alamode
was put in the/public/home/clxy_wh/myapps/alamode
directory.In the
alm
directory, I copied theMakefile.linux
toMakefile
and modified the following lines,Here, I specified the
-I$(HOME)/myapps/include
, and setLDFLAGS =-qmkl
since I used theMKL
ofIntel OneAPI
. It worked well and got the binary filealm
.In the
anphon
directory, I performed similarly as the previous step, modifying the Makefile asWhen I run
make -j
, however, it reported an error, shown belowFor
tools
, I modifiedMakefile
asThen, I run
make -j
in thetools directory
It reported some warnings, but four binary files were obtained, i.e.,
analyze_phonons
,dfc2
,fc_virtual
, andqe2alm
. I am not sure is that correct fortools
.It would be greatly appreciated if you could provide any suggestions to solve the error in
anphon
.Thank you very much.
Best regards,
Huan
Beta Was this translation helpful? Give feedback.
All reactions