Hi all,
I am new to abinit program and linux, and I have installed abinit-6.4.1 in my computer as the root, in /usr/local dir.
Now I need to install the Parallel version of abinit.
So when installing the parallel version do I need to remove the currently installed version?
or can I just compile the parallel version?
I am using open suse 11.3
thanks
[SOLVED] installing abinit-6.4.1 parallel on top of serial
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: installing abinit-6.4.1 parallel version on top of seria
Just create and go to a new build dir in your source tree, and make sure to add the following option when configuring:
or whichever suffix you may find suitable.
When installing, to save some time, go to src/98_main/ and type "make install" from there. Your parallel binaries will appear in /usr/local/bin/, and you'll be able to use both serial and parallel versions.
Code: Select all
--program-suffix="-mpi"
or whichever suffix you may find suitable.
When installing, to save some time, go to src/98_main/ and type "make install" from there. Your parallel binaries will appear in /usr/local/bin/, and you'll be able to use both serial and parallel versions.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain
Simune Atomistics
Donostia-San Sebastián, Spain
Re: installing abinit-6.4.1 parallel version on top of seria
Hi Dr.Yann Pouillon Thanks for the help ,
also this would be a good link if someone is having the same problem as me,
viewtopic.php?f=3&t=858
thanks
also this would be a good link if someone is having the same problem as me,
viewtopic.php?f=3&t=858
thanks