Abinit 6.8.2 - multiple installations on same computer

option, parallelism,...

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.
Locked
nandaloo
Posts: 12
Joined: Thu Sep 15, 2011 4:48 am

Abinit 6.8.2 - multiple installations on same computer

Post by nandaloo » Wed Sep 21, 2011 8:46 am

Is it possible to have multiple installations of ABINIT 6.8.2 (or even other versions) on the same computer with Ubuntu 10.04?
I think it is, all I have to do is to specify a different installation directory by adding "--prefix=<dir-to-install-to>" when doing "../configure". However, is that right?
Also, consequently it should be no problem at all to move one installation from directory X to directory Y. Is that correct as well?

I just would like to make sure, since I'm relatively new Linux and entirely new to abinit... So yust 2 x "yes" would be enough for an answer :)

Thank you a lot
Philipp

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: Abinit 6.8.2 - multiple installations on same computer

Post by pouillon » Wed Sep 21, 2011 6:53 pm

Is it possible to have multiple installations of ABINIT 6.8.2 (or even other versions) on the same computer with Ubuntu 10.04?
I think it is, all I have to do is to specify a different installation directory by adding "--prefix=<dir-to-install-to>" when doing "../configure". However, is that right?


It is right, and not only with Ubuntu 10.04, but with all existing implementations of Unix.

This is however not the only solution. You may as well use the --program-prefix, --program-suffix or --program-transform-name options, in order to install different builds of Abinit in the same directory.

Also, consequently it should be no problem at all to move one installation from directory X to directory Y. Is that correct as well?


Currently, this is still possible for Abinit, with no guarantee whatsoever. But this is generally not true: once installed, some files may contain references to specific directories.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain

nandaloo
Posts: 12
Joined: Thu Sep 15, 2011 4:48 am

Re: Abinit 6.8.2 - multiple installations on same computer

Post by nandaloo » Thu Sep 22, 2011 3:23 am

Thank you!

Locked