User Tools

Site Tools


build:install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
build:install [2017/05/23 12:04] – created Matthieu Verstraetebuild:install [2017/05/25 10:58] (current) Matthieu Verstraete
Line 1: Line 1:
-Installing abinit is completely standardized, following linux package conventions. The installation will happen in a reference install directory, which by default is /usr/local/. Running <blockquote>make install</blockquote> will put the binary executables in a bin/ subdirectory, the documentation and test files in doc/ and so on.+===== Install Abinit =====
  
-If you wish to choose your own installation directory, re-run <blockquote>configure --prefix=<your chosen install point></blockquote>then makeand then make install.+Installing abinit is completely standardized, following linux package conventions as  
 +<code>make install</code>  Running make install will put the binary executables in a bin/ subdirectory, the documentation and test files in doc/ and so on. 
 + 
 +The installation will happen in a reference install directory, which by default is /usr/local/If you wish to choose your own installation directory, re-run  
 +<code>configure --prefix=<your chosen install point></code> 
 +then 
 +<code>make</code> 
 +and then  
 +<code>make install</code> 
 +This allows access to the code for many users on a cluster, or the installation of several versions of abinit if necessary.
build/install.1495533872.txt.gz · Last modified: 2017/05/23 12:04 by Matthieu Verstraete