Changes between Version 13 and Version 14 of Doc/ComputingCenters/TGCC


Ignore:
Timestamp:
09/25/15 14:05:03 (9 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/TGCC

    v13 v14  
    2424[[NoteBox(note,It is important to take the time to install a comfortable and efficient environment., 600px)]] 
    2525 
    26 We suggest the user to use the p86ipsl login's environment (in bash) as an example (either copy or source the `~p86ipsl/.bashrc` file). See the `~p86ipsl/.bashrc` file 
     26We suggest the user to use the p86ipsl login's environment (in bash) as an example (copy the `~p86ipsl/.bashrc_curie` and the `~p86ipsl/.bash_login` files in your home). You can complete the .bashrc file to create your favorite environment (alias, module load ...)  
    2727{{{ 
    2828#!sh 
    29 ryyy999@curie: cat ~/.bashrc 
    30 #------------------------------------------------------ 
    31 # PLATFORM ENVIRONMENT 
    32 #------------------------------------------------------ 
    33 source ~p86ipsl/.bashrc 
    34 ryyy999@curie: cp ~p86ipsl/.profile . 
     29ryyy999@curie: xp ~p86ipsl/.bashrc_curie  ~/. 
     30ryyy999@curie: cp ~p86ipsl/.bash_login ~/. 
    3531}}} 
    3632 
     
    4036export PATH=~p86ipsl/fcm/bin:~p86ipsl/X64_CURIE/bin:$PATH 
    4137}}} 
    42  * the load of modules giving access to computing or post processing libraries and tools needed on our platform (done in ~p86ipsl/.atlas_env_netcdf4_curie_ksh). The revision numbers may change, currently (23/10/2014) following modules are loaded for computing. Note the netcdf 4 library: 
     38 * the load of modules giving access to computing or post processing libraries and tools needed on our platform (done in ~p86ipsl/.atlas_env_netcdf4.3.3.1_hdf5_parallel_curie_ksh). The revision numbers may change, currently (june 2015) following modules are loaded for computing : 
    4339{{{ 
    4440module load ghostscript/9.04 
    45 module load ferret/6.6.7 
    46 module unload cdo 
    47 module unload nco 
    48 module unload netcdf 
    49 module unload hdf5 
     41module load ferret/6.9.3 
    5042module load gsl/1.14 
    51 module switch hdf5 hdf5/1.8.9_parallel 
    52 module switch netcdf netcdf/4.2_hdf5_parallel 
    53 module load cdo 
     43module load netcdf/4.3.3.1_hdf5_parallel 
     44module load cdo/1.6.7 
    5445module load imagemagick/6.7.4 
    55 module load nco/4.1.0 
     46module load nco/4.4.8 
    5647}}} 
    5748 
     
    6253ryyy999@curie: ccc_myproject 
    6354}}} 
    64  * Specify in the header the project from which your job will use computing time: 
     55 * When you will create a job you need to specify in the header the project from which you will use computing time: 
    6556{{{ 
    6657#!sh 
     
    127118}}} 
    128119## Storage spaces available from DODS ## 
    129 To store a file for the first time on dods, you must ask for dods write access by mail to the TGCC hotline access : `hotline.tgcc@cea.fr`. 
     120To store a file for the first time on dods, you must ask for dods write access by mail to the TGCC hotline access : `hotline.tgcc@cea.fr`.  
     121{{{ 
     122On Curie :  
     123/ccc/work/cont003/dods/public/login  
     124/ccc/store/cont003/dods/public/login  
     125 
     126On a server web  
     127http://dods.extra.cea.fr/work/ 
     128http://dods.extra.cea.fr/store/ 
     129}}} 
    130130  
    131131# End-of-job messages #