Changes between Version 4 and Version 5 of Doc/ComputingCenters/LSCE


Ignore:
Timestamp:
09/24/15 16:13:36 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/LSCE

    v4 v5  
    1919 
    2020## Modipsl and compiling ## 
    21 '''By default the compiling is done for MPI parallel mode.''' The compiler is `ifort` (''Intel'' compiler). The '''lxiv8''' target in modipsl/util/AA_make.gdef is used on obelix. Currently only ORCHIDEE, LMDZ, IOIPSL and XIOS are installed on obelix. [[BR]] 
     21By default the compiling is done for MPI parallel mode. The compiler is `ifort` (''Intel'' compiler). The '''lxiv8''' target in modipsl/util/AA_make.gdef is used on obelix. Currently the components ORCHIDEE, LMDZ, IOIPSL and XIOS can be installed on obelix using the compiling options in modipsl. [[BR]] 
    2222  
    2323 
    2424## libIGCM and environment ## 
    2525 
    26 libIGCM can be used on the LSCE computing cluster.  
     26libIGCM can be used at obelix. Computing, rebuild and time-series are performed. No atlas or monitoring is done.  
    2727 
    28 The default shell at LSCE is `tcsh`, which syntax is different from the `ksh` syntax used by libIGCM. To configure your environment correctly in order to correctly run  libIGCM in `ksh`, the easiest is to copy the files `/home/users/igcmg/.bashrc` in your `$HOME`. 
     28The default shell at LSCE is `tcsh`, which syntax is different from the `ksh` syntax used by libIGCM. No specific configuration of your account is needed to compile and run using libIGCM. But you can take the environment proposed on the shared account by coping the file `/home/users/igcmg/.bashrc` in your `$HOME`. 
     29 
     30## Disk space and archive directory ## 
     31The home for each login in /home/user/ have very small space. You need to have write access to another disk depending on the project you work on. All login can write to the disk /home/scratch01/login. Files older than 30 days can be deleted without warning on this disk.  
     32 
     33 
     34The default archive directory at obelix is set to /home/scratch01/yourlogin. To store your simulation on a permanent disk you need to set ARCHIVE=/home/disk/yourlogin in config.card section [!UserChoices].  
     35 
     36 
     37Example: config.card 
     38{{{ 
     39[UserChoices] 
     40JobName=testO1 
     41TagName=OL2 
     42SpaceName=PROD 
     43ExperimentName=clim 
     44ARCHIVE=/home/orchidee02/login 
     45... 
     46}}} 
     47 
     48According to the above config.card the simulation will be stored in /home/orchidee01/login/IGCM_OUT/OL2/PROD/clim/test01 . 
    2949 
    3050## Example of parallel MPI job ##