Changes between Version 8 and Version 9 of Doc/ComputingCenters/LSCE


Ignore:
Timestamp:
10/10/19 15:06:29 (5 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/LSCE

    v8 v9  
    11{{{ 
    22#!html 
    3 <h1>How to use the IPSL models and tools at LSCE/obelix cluster</h1> 
     3<h1>How to use the IPSL models and tools at obelix/LSCE cluster</h1> 
    44}}} 
    55---- 
     
    1212 
    1313## Modipsl and compiling ## 
    14 Install and compile from obelix. 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 the components ORCHIDEE, LMDZ, IOIPSL and XIOS can be installed on obelix using the compiling options in modipsl. [[BR]] 
     14Install and compile from obelix. 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 the components ORCHIDEE, LMDZ, IOIPSL and XIOS can be installed on obelix using the default compiling options in modipsl. [[BR]] 
    1515  
    1616 
    1717## libIGCM and environment ## 
    1818 
    19 libIGCM can be used at obelix. Computing, rebuild and time-series are performed. No atlas or monitoring is done.  
     19libIGCM can be used at obelix. Computing, rebuild and time-series are performed. No pack, atlas or monitoring is done.  
    2020 
    2121The 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 use the environment proposed on the shared account by coping the file `/home/users/igcmg/.bashrc` in your `$HOME`. 
     
    2323## Disk space and archive directory ## 
    2424 
    25 The 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.  
     25The 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. Note that files older than 30 days can be deleted without warning on this disk.  
     26 
    2627 
    2728[[NoteBox(warn,The simulation output is stored in /home/scrath01. You need to change it to set a permanent archive by using '''ARCHIVE''' variable in config.card., 600px)]]  
    28  
    2929 
    3030The 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/diskXXX/yourlogin''' in config.card section [!UserChoices].  
     
    4242}}} 
    4343 
    44 In the example according to the above config.card the simulation will be stored in /home/orchidee02/login/IGCM_OUT/OL2/PROD/clim/test01 . 
     44Change login to your personal login. In the example according to the above config.card the simulation will be stored in /home/orchidee02/login/IGCM_OUT/OL2/PROD/clim/test01 . 
    4545 
    4646## Example of parallel MPI job ##