Changes between Version 54 and Version 55 of Doc/ComputingCenters/TGCC


Ignore:
Timestamp:
01/15/20 11:30:35 (4 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/TGCC

    v54 v55  
    118118 
    119119> ccc_home -A -u ryyy999    
    120 /ccc/store/cont003/genXXX/ryyy999 
     120$CCCSTOREDIR/../../genXXX/ryyy999 
    121121 
    122122}}} 
     
    125125On Irene, files available on $CCCWORKDIR are candidates to be available from ESGF/THREDDS : 
    126126 * use `thredds_cp`command (available here : ~igcmg/igcmg/Tools/irene/thredds_cp) 
    127  * files will be hardlinked here : /ccc/work/cont003/thredds/login  
     127 * files will be hardlinked here : $CCCWORKDIR/../../thredds/login  
    128128 
    129129From a server web, files are available here :  
     
    138138You have a main home where you arrive when connecting to irene, called "home de connexion" by the TGCC. You also have a home, a storedir, a workdir, a scratchdir by project. For example if you are working with project gen2201 and gen2212 you will have all following directories: 
    139139{{{ 
    140 /ccc/cont003/home/***/login                  # connexion home, where ***=your lab (lsce, ipsl, etc..) 
    141  
    142 /ccc/cont003/home/gen2201/login     # use it for sources, regular snapshot are in .snapshot 
    143 /ccc/cont003/home/gen2212/login 
    144  
    145 /ccc/store/cont003/gen2201/login 
    146 /ccc/store/cont003/gen2212/login 
    147  
    148 /ccc/work/cont003/gen2201/login       
    149 /ccc/work/cont003/gen2212/login 
    150  
    151 /ccc/scratch/cont003/gen2201/login 
    152 /ccc/scratch/cont003/gen2212/login 
     140/***/***/home/***/login                  # connexion home, where ***=your lab (lsce, ipsl, etc..) 
     141 
     142/***/***/home/gen2201/login     # use it for sources, regular snapshot are in .snapshot 
     143/***/***/home/gen2212/login 
     144 
     145/***/store/***/gen2201/login 
     146/***/store/***/gen2212/login 
     147 
     148/***/work/***/gen2201/login       
     149/***/work/***/gen2212/login 
     150 
     151/***/scratch/***/gen2201/login 
     152/***/scratch/***/gen2212/login 
    153153}}} 
    154154 
     
    166166You will also have new environment variables to access working directories :  
    167167{{{ 
    168 GEN2201_ALL_CCCSCRATCHDIR=/ccc/scratch/cont003/gen2201/gen2201 
    169 GEN2201_CCCWORKDIR=/ccc/work/cont003/gen2201/login 
    170 GEN2201_ALL_HOME=/ccc/cont003/home/gen2201/gen2201 
    171 GEN2201_CCCSTOREDIR=/ccc/store/cont003/gen2201/login 
    172 GEN2201_CCCSCRATCHDIR=/ccc/scratch/cont003/gen2201/login 
    173 GEN2201_ALL_CCCWORKDIR=/ccc/work/cont003/gen2201/gen2201 
    174 GEN2201_HOME=/ccc/cont003/home/gen2201/login 
    175 GEN2201_ALL_CCCSTOREDIR=/ccc/store/cont003/gen2201/gen2201 
    176 }}} 
    177  
    178 [[NoteBox(note, If you previously worked at curie and your directories were in /cont003/dsm/login you will now find your data in a specific new project file system "dsmipsl". We recommend to move your data in your genci project file system. The TGCC hotline can help you if you want. , 600px)]] 
     168GEN2201_ALL_CCCSCRATCHDIR=/***/scratch/***/gen2201/gen2201 
     169GEN2201_CCCWORKDIR=/***/work/***/gen2201/login 
     170GEN2201_ALL_HOME=/***/***/home/gen2201/gen2201 
     171GEN2201_CCCSTOREDIR=/***/store/***/gen2201/login 
     172GEN2201_CCCSCRATCHDIR=/***/scratch/***/gen2201/login 
     173GEN2201_ALL_CCCWORKDIR=/***/work/***/gen2201/gen2201 
     174GEN2201_HOME=/***/***/home/gen2201/login 
     175GEN2201_ALL_CCCSTOREDIR=/***/store/***/gen2201/gen2201 
     176}}} 
     177 
     178[[NoteBox(note, If you previously worked at curie and your directories were in /***/dsm/login you will now find your data in a specific new project file system "dsmipsl". We recommend to move your data in your genci project file system. The TGCC hotline can help you if you want. , 600px)]] 
    179179 
    180180