Dear Abinit users ...
I want to install the Abinit code on Debian linux
but i dont know how to do this .
is there any tutorial or lesson to help me to install it .....
best regards ,
install abinit on Debian Linux
Moderators: fgoudreault, mcote
Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Re: install abinit on Debian Linux
There is no Debian-specific installation tutorial, because we are in the process of preparing packages for the upcoming Abinit 6.6 version. This means that all dependencies will be taken care of by apt-get directly.
For now, you can do the following:
and then configure your freshly-downloaded Abinit source tarball the following way:
You might have to adjust the options depending on how recent your Debian system is.
For now, you can do the following:
Code: Select all
sudo apt-get build-dep abinit
sudo apt-get install gfortran openmpi-bin libopenmpi-dev patch
and then configure your freshly-downloaded Abinit source tarball the following way:
Code: Select all
mkdir tmp && cd tmp && ../configure --with-linalg-libs="-llapack-3 -lblas-3" --enable-mpi --with-mpi-prefix="/usr"
You might have to adjust the options depending on how recent your Debian system is.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain
Simune Atomistics
Donostia-San Sebastián, Spain