Changes between Version 1 and Version 2 of basicInstall


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

--

Legend:

Unmodified
Added
Removed
Modified
  • basicInstall

    v1 v2  
    11= Basic installations instructions = 
    22 
    3 == Installation de iLOVECLIM sur obelix (LSCE)== 
     3== Installation of iLOVECLIM on obelix (LSCE)== 
    44 
    5 Pour installer iloveclim, il faut ouvrir un terminal, se placer dans le répertoire choisi, et taper en ligne de commande : 
     5To install iloveclim, open a terminal, go to the chosen directory, and type: 
    66 
    7 * Pour récupérer le code iLOVECLIM avec svn :[[BR]] 
     7* To get the iLOVECLIM code with svn:[[BR]] 
    88{{{  
    99svn co svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/ludus/svn/trunk iloveclim/. 
    1010}}} 
    1111 
    12 * Pour charger les modules :[[BR]] 
     12* To load the modules:[[BR]] 
    1313{{{  
    1414module load netcdf 
     
    1818}}} 
    1919 
    20 * Pour tout installer : 
     20* To install everything: 
    2121{{{ 
    2222./install_ludus.sh  
    2323}}} 
    2424 
    25 On peut ensuite lancer le run test avec la commande : 
     25You can then start the test run: 
    2626{{{ 
    2727./bin/loveclim-new-run 
    2828}}} 
    2929 
    30 Si tout va bien le run test a tourné. 
     30If everything is ok it should have run. 
    3131