Changes between Version 58 and Version 59 of Doc/ComputingCenters/TGCC/Irene


Ignore:
Timestamp:
01/22/19 11:06:52 (5 years ago)
Author:
aclsce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/TGCC/Irene

    v58 v59  
    4242 
    4343# Suggested environment # 
     44 
     45## General environment ## 
     46 
    4447Before working on Irene you need to prepare your environment. This is important to do before compilation to ensure the use of same modules as done by libIGCM running environment. We propose you 2 files which you can copy from the home igcmg. The first one called '''bashrc''' will source the second called '''bashrc_irene'''. Copy both files to your home, rename them by adding a dot as prefix. You can add personal settings in your .bashrc_irene. Do as follow:  
    4548{{{ 
     
    6972 
    7073[[NoteBox(note, Create ~/.forward file in your main home containing only one line with your email address to receive emails from libIGCM. , 600px)]] 
     74 
     75## Subversion version ## 
     76 
     77Since only recent subversion version (i.e > 1.6) are installed on Irene supercomputer, some usual functionalities are not available anymore (ex : svn command on copy of subdirectories...). In order to keep these functionalities, subversion 1.6.9 has been installed. To use this version : 
     78{{{ 
     79module unload subversion 
     80module load /ccc/cont003/home/igcmg/igcmg/Modules/tools/subversion/1.6.9 
     81irene190 - /ccc/cont003/home/drf/p86caub : svn --version 
     82 
     83svn, version 1.6.9 (r901367) 
     84 
     85  compiled Oct 31 2018, 11:12:49 
     86}}} 
     87 
     88The use of this version has been added in default environment /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/irene/bashrc_irene. 
     89Beware of coherence with the subversion version you use from the extraction of your model/configuration to the use of svn command in directories of your model/configuration. 
    7190 
    7291# File system #