Changes between Version 4 and Version 5 of DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/SimulationsonAda


Ignore:
Timestamp:
2018-05-18T10:14:11+02:00 (6 years ago)
Author:
mguimberteau
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/SimulationsonAda

    v4 v5  
    44If you run the model on Ada (at Idris), after the compilation, you have to follow these steps to resolve memory issues with ORCHIDEE-MICT on Ada: 
    55 
    6 1. Use intel/2016.2: 
     6'''1. Use intel/2016.2:''' 
    77 
    88{{{ 
     
    1010}}} 
    1111 
    12 2. In libIGCM_sys/libIGCM_sys_ada.ksh, modify: 
     12'''2. In libIGCM_sys/libIGCM_sys_ada.ksh, modify:''' 
    1313 
    1414{{{ 
     
    3333}}} 
    3434 
    35 3. Before launching ins_job to create your Job, modify in libIGCM/AA_job: 
     35'''3. Before creating the Job:''' 
     36 
     37 ''' 3.1 In libIGCM/AA_job, modify:''' 
    3638 
    3739{{{ 
     
    4547}}} 
    4648 
    47 5. (this is optional: you need to add 4 OMP if you still have memory errors). In config.card, modify: 
     49 ''' 3.2 In config.card, modify:''' 
    4850 
    4951{{{ 
     
    5658OOL= (orchidee_ol, orchidee_ol, 63MPI, 4OMP) 
    5759}}} 
     60 
     61'''4. Launch ins_job from libIGCM to create the Job''' 
     62 
     63'''5. In the Job, add more memory (up to 14gb). Modify:''' 
     64 
     65{{{ 
     66# @ as_limit = 3.5gb 
     67}}} 
     68 
     69 into: 
     70 
     71{{{ 
     72# @ as_limit = 10gb 
     73}}}