Changes between Version 7 and Version 8 of Doc/ComputingCenters/ESPRImesocenter


Ignore:
Timestamp:
10/23/14 19:24:58 (10 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/ESPRImesocenter

    v7 v8  
    2222 
    2323== Shared account == 
     24The repository for shared files are found in '''/ipslfs/igcmg/IGCM'''.  
    2425 
    25 cf. [wiki:DocBenvEcommonfiles Repository for shared files and shared tools] {{{/ipslfs/igcmg/IGCM}}}  
    26 belonging to the account igcmg ({{{${HOME}=/home/igcmg}}}) 
    27  
    28 {{{ 
    29 $ id -a igcmg 
    30 uid=31575(igcmg) gid=31575(igcmg) groups=31575(igcmg) 
    31 }}} 
     26Read more: [wiki:DocBenvEcommonfiles Repository for shared files and shared tools]  
    3227 
    3328== Individual account == 
     
    3530You must belong to the igcmg users' group. 
    3631 
    37 cf. to check the result of the command  
     32Use following command to check to which groups you belong:  
    3833{{{ 
    3934#!sh  
     
    4136}}} 
    4237 
    43 === How to define your environment === 
     38== How to define your environment == 
    4439 
    4540Add the following line in your login file (e.g.  `/home/igcmg/.bashrc`) : 
     
    5045}}} 
    5146 
    52 for the FORTRAN compiler, the NetCDF library, ferret,... 
    53  
    54 == Job manager commands == 
    55  
    56 torque/maui tool 
    57  
    58 === End-of-job messages === 
     47This will set up ferret and fast tools. 
    5948 
    6049To 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}}}. 
    6150 
    62 == How to choose the number of processes? == 
     51== Compiling at CICLAD == 
     52When installing modipsl, the default compiler at CICLAD is set to ifort. In modipsl/util/AA_make.gdef this corresponds to the target ifort_CICLAD. The corresponding arch files for compiling with fcm are named arch-ifort_CICLAD.fcm and arch-ifort_CICLAD.path. To compile at CICLAD you need LMDZ5/trunk rev 2133 or later, ORCHIDEE/trunk rev 2375 or later. Other compilers exist at CICLAD but they have not been tested with all models.  
     53 
     54Following forced configurations have been tested on CICLAD with the ifort compiler: 
     55 * NEMO forced mode 
     56 * ORCHIDEE offline 
     57 * LMDZ forced mode (with configuration LMDZOR_v5.2 or LMDZ_v5) 
     58 
     59The coupled model IPSLCM5 has not been compiled at CICLAD. 
     60 
    6361 
    6462== Example of job for a MPI executable == 
     
    8381}}} 
    8482 
     83The job is launched with '''qsub''' . Use "'''qstat''' -u login" to check the queue. Use '''qdel''' to cancel a job in queue or running.   
     84 
    8585 
    8686