Dear all:
what i do, to replace old version of abinit 8.4 a new version 6.0.3.
best regerds
remove old version
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: remove old version
If you're using ABINIT on a centralised super computer and ABINIT is provided by module loading (e.g. module load abinit/5.8.4), please contact your system administrator.
Otherwise, get the sources from the web site http://www.abinit.org/downloads/source- ... s/abinit-1 untar them on your machine and follow the compilation proceeding (assuming a Unix like environment):
You'll find after a while the executable abinit in your $HOME/usr/bin directory.
Otherwise, get the sources from the web site http://www.abinit.org/downloads/source- ... s/abinit-1 untar them on your machine and follow the compilation proceeding (assuming a Unix like environment):
- *
Code: Select all
tar -xvzf abinit-6.0.3.tar.gz
Code: Select all
cd abinit-6.0.3
*
Code: Select all
mkdir tmp
Code: Select all
cd tmp
*
Code: Select all
../configure FC=gfortran prefix=$HOME/usr
*
Code: Select all
make
Code: Select all
make install
You'll find after a while the executable abinit in your $HOME/usr/bin directory.