Changes between Version 38 and Version 39 of Doc/ComputingCenters/TGCC


Ignore:
Timestamp:
10/10/19 11:50:01 (5 years ago)
Author:
omamce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/TGCC

    v38 v39  
    1919 * Online access to the machines' users manual (you will need a TGCC login and password): https://www-tgcc.ccc.cea.fr/ .  
    2020   * Online access to technical issues and news : https://www-tgcc.ccc.cea.fr/en/news/index.html 
    21  * TGCC's machine are  
    22    * [wiki:DocBenvBtgccAcurie Curie] (Bull Sandybridge).  
    23    * [wiki:DocBenvBtgccBirene Irène] (Bull Skylake) 
     21 * TGCC's machine is [wiki:DocBenvBtgccBirene Irène] (Bull Skylake) 
    2422 
    2523 * Note: the '''$HOME/.snapshot''' directory contains hourly, daily, and weekly backups of your $HOME files. 
     
    3028{{{ 
    3129#!sh 
    32 ryyy999@curie: cp /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/curie/bashrc  ~/.bashrc 
    33 }}} 
    34  
    35 Additionnaly, you can copy and complete the example of bashrc_curie file to create your favorite environment (alias, module load ...). Don't forget to use it in .bashrc. 
    36 {{{ 
    37 #!sh 
    38 ryyy999@curie: cp /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/curie/bashrc_curie ~/.bashrc_curie 
    39 ryyy999@curie: vi  ~/.bashrc  # to point your own .bashrc_curie 
     30ryyy999@irene: cp /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/irene/bashrc  ~/.bashrc 
     31}}} 
     32 
     33Additionnaly, you can copy and complete the example of bashrc_irene file to create your favorite environment (alias, module load ...). Don't forget to use it in .bashrc. 
     34{{{ 
     35#!sh 
     36ryyy999@irene: cp /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/curie/bashrc_irene ~/.bashrc_irene 
     37ryyy999@irene: vi  ~/.bashrc  # to point your own .bashrc_irene 
    4038}}} 
    4139 
     
    4543 * the path to the compiler tool `fcm` and to the `rebuild` tool which recombines output files from a parallel model: 
    4644{{{  
    47 export PATH=$(ccc_home -u igcmg)/Tools/fcm/bin:$(ccc_home -u igcmg)/Tools/curie/bin:$PATH 
    48 }}} 
    49  * the load of modules giving access to computing or post processing libraries and tools needed on our platform (done in `ccc_home -u igcmg`/MachineEnvironment/curie/atlas_env_netcdf4.3.3.1_hdf5_parallel_curie_ksh). 
     45export PATH=$(ccc_home -u igcmg)/Tools/fcm/bin:$(ccc_home -u igcmg)/Tools/irene/bin:$PATH 
     46}}} 
     47 * the load of modules giving access to computing or post processing libraries and tools needed on our platform (done in `ccc_home -u igcmg`/MachineEnvironment/irene/bashrc_irene). 
    5048 
    5149# Project and computing needs # 
     
    6765{{{ 
    6866#!sh 
    69 ryyy999@curie: ccc_quota 
    70 }}} 
    71  
    72 On the curie machine this command will also return the space used by scratch (a specificity of the curie machine). 
     67ryyy999@irene: ccc_quota 
     68}}} 
     69 
     70On the irene machine this command will also return the space used by scratch (a specificity of the irene machine). 
    7371 
    7472This command has been improved and gives a lot of information : quotas and usage of shared space, type and duration of exception. 
     
    105103>ccc_home -h 
    106104ccc_home: Print the path of a user directory (default: home directory). 
    107 usage: ccc_home [ -H | -s | -t | -W | -A | -G | -a] [-u user] 
     105usage: ccc_home [ -H | -s | -t | -W | -x | -A | -a | -n] [-u user] [-d datadir] 
    108106                [-h, --help] 
    109107 
    110  -H, --home         :  (default) print the home directory path ($HOME) 
    111  -s, -t, --scratch  :  print the scratch directory path   ($SCRATCHDIR) 
    112  -W, --cccwork      :  print the CCC work directory path  ($CCCWORKDIR) 
    113  -A, --cccstore     :  print the CCC store directory path ($CCCSTOREDIR) 
    114  -G, --cccgenostore :  print the CCC genostore directory path ($CCCGENOSTOREDIR) 
    115  -a, --all          :  print all paths 
    116  -u user            :  show paths for the specified user instead of the current user 
    117  -h, --help         :  display this help and exit 
     108 -H, --home            :  (default) print the home directory path ($HOME) 
     109 -s, -t, --cccscratch  :  print the CCC scratch directory path   ($CCCSCRATCHDIR) 
     110 -X, --ccchome         :  print the CCC nfs directory path ($CCCHOMEDIR) 
     111 -W, --cccwork         :  print the CCC work directory path  ($CCCWORKDIR) 
     112 -A, --cccstore        :  print the CCC store directory path ($CCCSTOREDIR) 
     113 -a, --all             :  print all paths 
     114 -u user               :  show paths for the specified user instead of the current user 
     115 -d datadir            :  show paths for the specified datadir 
     116 -n, --no-env          :  do not load user env to report paths 
     117 -h, --help            :  display this help and exit 
    118118 
    119119> ccc_home -A -u ryyy999    
    120 /ccc/store/cont003/dsm/ryyy999 
     120/ccc/store/cont003/genXXX/ryyy999 
    121121 
    122122}}}