User Tools

Site Tools


build:install

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
build:install [2017/05/23 12:22] Matthieu Verstraetebuild:install [2017/05/23 12:24] Matthieu Verstraete
Line 1: Line 1:
-Installing abinit is completely standardized, following linux package conventions as <code>make install</code> Running <code>make install</code> will put the binary executables in a bin/ subdirectory, the documentation and test files in doc/ and so on.+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.+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.txt · Last modified: 2017/05/25 10:58 by Matthieu Verstraete