Changes between Version 24 and Version 25 of Doc/ComputingCenters/ESPRImesocenter


Ignore:
Timestamp:
11/13/19 12:39:46 (5 years ago)
Author:
falletti
Comment:

Relecture + mise en page

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/ESPRImesocenter

    v24 v25  
    55 
    66In this infrastructure there are: 
    7 - Ciclad: an IPSL computing cluster located on the Jussieu campus in Paris, France, hosted mostly modeling data (such as CORDEX, CMIP...) 
    8 - !ClimServ: an IPSL computing cluster too located at Polytechnique in Palaisseau, hosted mostly observation data. 
     7- Ciclad: an IPSL computing cluster located on the Jussieu campus (Paris, France), which hosts mostly modeling data (such as CORDEX, CMIP...) 
     8- !ClimServ: an IPSL computing cluster located at Polytechnique (Palaisseau, France), which hosts mostly observation data. 
    99 
    10 The both clusters have the same software and some file systems are cross-mounted. [wiki:Doc/Tools#libIGCM libIGCM] is used in the same way on both clusters and the shared account, located at Ciclad is used also at Climserv. The documentation below is mainly written for Ciclad but the same is true for Climserv. 
     10The both clusters have the same software and some file systems are cross-mounted, thus [wiki:Doc/Tools#libIGCM libIGCM] is used in the same way on both clusters. The shared account, located at Ciclad, is used also at !ClimServ. The documentation below is mainly written for Ciclad but the same can be applied for !ClimServ. 
    1111 
    1212## General information ## 
     
    1515Quick documentation could be found [https://mesocentre.ipsl.fr/quick-start/ here] (only in French for now). 
    1616 
    17 For mesocenter details about [http://mesocentre.ipsl.fr/quick-start/2/ computation on Ciclad and Climserv] 
     17For mesocenter details about [http://mesocentre.ipsl.fr/quick-start/2/ computation on Ciclad and !ClimServ] 
    1818 
    1919hotline : [http://mesocentre.ipsl.fr/ouverture-de-tickets/ meso-support (at) ipsl.fr] 
     
    2323The front-end machine can be accessed via {{{ciclad.jussieu.ipsl.fr}}}. 
    2424 
    25 Output files written by [wiki:Doc/Tools#libIGCM libIGCM] are stored by default in /data/yourlogin/IGCM_OUT at ciclad and in /homedata/yourlogin/IGCM_OUT at climserv. 
     25Output files written by [wiki:Doc/Tools#libIGCM libIGCM] are stored by default in `/data/yourlogin/IGCM_OUT` at Ciclad and in `/homedata/yourlogin/IGCM_OUT` at !ClimServ. 
    2626 
    2727### Shared account ### 
    28 The repository for shared files are found in '''/prodigfs/ipslfs/igcmg/IGCM'''.  
     28The repository for shared files are found in `/prodigfs/ipslfs/igcmg/IGCM`.  
    2929 
    3030Read more: [wiki:Doc/ComputingCenters/SharedFiles Repository for shared files and shared tools]  
     
    3939### How to define your environment ### 
    4040 
    41 To set up ferret and FAST tools and to load the modules needed for compilation of LMDZ, ORCHIDEE and XIOS, add the following line in your login file (e.g.  `/home/igcmg/.bashrc`) : 
     41To set up ferret and FAST tools and to load the modules needed for compilation of LMDZ, ORCHIDEE and XIOS, add the following line in your login file (e.g.  `${HOME}/.bashrc`) : 
    4242 
    4343{{{ 
     
    4848To receive the end-of-job messages returned by the job itself (e.g. end of simulation, error,...) you must specify your email address in the file {{{${HOME}/.forward}}}. 
    4949 
    50 ## Compiling at ciclad and climserv ## 
    51 When installing [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/Tools#modipsl modipsl], the default compiler at ciclad and climserv is set to ifort. In modipsl/util/AA_make.gdef this corresponds to the target ifort_CICLAD. The same target is used for both ciclad and climserv. The corresponding arch files for compiling with fcm are named arch-ifort_CICLAD.fcm and arch-ifort_CICLAD.path.  Other compilers exist at CICLAD and !ClimServ but they have not been tested with all models.  
    52 Note following message from the script ''ins_make'' which installs the makefiles is correct both for ciclad and climserv: 
     50## Compiling at Ciclad and !ClimServ ## 
     51When installing [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/Tools#modipsl modipsl], the default compiler at Ciclad and !ClimServ is set to ''ifort''. In `modipsl/util/AA_make.gdef` this corresponds to the target `ifort_CICLAD`. The same target is used for both Ciclad and Climserv. The corresponding arch files for compiling with fcm are named `arch-ifort_CICLAD.fcm` and `arch-ifort_CICLAD.path`. Other compilers exist at Ciclad and !ClimServ but they have not been tested with all models.  
     52 
     53Note that the following message from the script ''ins_make'' which installs the makefiles is correct both for Ciclad and !ClimServ: 
    5354{{{ 
    5455Installation of makefiles, scripts and data for ifort_CICLAD 
     
    5657 
    5758 
    58 Following forced configurations have been tested at CICLAD with the ifort compiler: 
     59Following forced configurations have been tested at Ciclad with the ifort compiler: 
    5960 * NEMO forced mode 
    6061 * ORCHIDEE offline 
    6162 * LMDZOR_v6  
    6263 
    63 The coupled models IPSLCM5 or IPSLCM6 have not been tested at CICLAD. 
     64The coupled models IPSLCM5 or IPSLCM6 have not been tested at Ciclad. 
    6465 
    6566'''To be checked before compilation''' 
    66  * Make sure following libraries are loaded in the terminal: '''intel/15.0.6.233 openmpi/1.4.5-ifort netcdf4/4.2.1.1-ifort''' (use "module liste" to see loaded modules). If this is not the case, load them as follow(use 1 of 2 options) : 
     67 * Make sure following libraries are loaded in the terminal: '''intel/15.0.6.233 openmpi/1.4.5-ifort netcdf4/4.2.1.1-ifort''' (use "module liste" to see loaded modules). If this is not the case, load them as follow (use 1 of 2 options) : 
    6768{{{ 
    6869source /home/igcmg/.atlas_env_ciclad_ksh 
     
    8485 
    8586### Older versions ### 
    86 To compile at ciclad/climserv you need LMDZ5/trunk rev 2133 or later, ORCHIDEE/trunk rev 2375 or later, XIOS branchs/xios-1.0 rev 604 or XIOS/trunk, libIGCM_v2.7 or later. Some modifications might be needed : 
    87   * Compiling XIOS using netcdf sequential. For this add in modipsl/config/AA_make : --netcdf_lib netcdf4_seq on the line make_xios as follow: 
     87To compile at Ciclad/!ClimServ you need LMDZ5/trunk rev 2133 or later, ORCHIDEE/trunk rev 2375 or later, XIOS branchs/xios-1.0 rev 604 or XIOS/trunk, libIGCM_v2.7 or later. Some modifications might be needed : 
     88  * Compiling XIOS using netcdf sequential. For this add in `modipsl/config/AA_make` : `--netcdf_lib netcdf4_seq` on the line `make_xios` as follow: 
    8889{{{ 
    8990(cd  ../../modeles/XIOS ; ./make_xios --netcdf_lib netcdf4_seq  --prod --arch ${FCM_ARCH} --job 8 ; cp bin/xios_server.exe ../../bin/. ; ) 
    9091}}} 
    91   * To use older versions of LMDZ, add following 2 lines in the end of modipsl/models/LMDZ/arch/arch-ifort_CICLAD.path: 
     92  * To use older versions of LMDZ, add following 2 lines in the end of `modipsl/models/LMDZ/arch/arch-ifort_CICLAD.path`: 
    9293{{{ 
    9394XIOS_INCDIR=$LMDGCM/../XIOS/inc 
     
    102103 
    103104 
    104 ## libIGCM at ciclad and climserv ## 
     105## libIGCM at Ciclad and !ClimServ ## 
    105106[wiki:Doc/Tools#libIGCM libIGCM] can be used since tag libIGCM_v2.6 . No monitoring and atlas are done. No pack is implemented. 
    106107