Changes between Initial Version and Version 1 of basicInstall


Ignore:
Timestamp:
09/21/17 13:10:36 (7 years ago)
Author:
nbouttes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • basicInstall

    v1 v1  
     1= Basic installations instructions = 
     2 
     3== Installation de iLOVECLIM sur obelix (LSCE)== 
     4 
     5Pour installer iloveclim, il faut ouvrir un terminal, se placer dans le répertoire choisi, et taper en ligne de commande : 
     6 
     7* Pour récupérer le code iLOVECLIM avec svn :[[BR]] 
     8{{{  
     9svn co svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/ludus/svn/trunk iloveclim/. 
     10}}} 
     11 
     12* Pour charger les modules :[[BR]] 
     13{{{  
     14module load netcdf 
     15}}} 
     16{{{ 
     17module load udunits 
     18}}} 
     19 
     20* Pour tout installer : 
     21{{{ 
     22./install_ludus.sh  
     23}}} 
     24 
     25On peut ensuite lancer le run test avec la commande : 
     26{{{ 
     27./bin/loveclim-new-run 
     28}}} 
     29 
     30Si tout va bien le run test a tourné. 
     31