New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/flavoni/libIGCM (diff) – NEMO

Changes between Version 354 and Version 355 of user/flavoni/libIGCM


Ignore:
Timestamp:
2009-04-03T11:33:34+02:00 (15 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM

    v354 v355  
    238238 "Il y a un pb MPI sur mercure avec la lib par defaut. 
    239239 J'avais mis sur le wiki un : 
    240  Attention : sur mercure l'utilisation de la librairie MPI 7.2.4 est indispensable. Pour l'utiliser : export   [[BR]] '''SX_BASE_MPI=/SX/opt/mpisx/new''' avant de faire le gmake" 
     240 Attention : sur mercure l'utilisation de la librairie MPI 7.2.4 est indispensable. Pour l'utiliser : export   [[BR]] '''SX_BASE_MPI=/SX/opt/mpisx/new''' avant de faire le gmake"  '''(is only for coupled model?)''' 
    241241 
    242242 http://www.nemo-ocean.eu/index.php//Using-NEMO/User-Guides/Advanced/How-to-add-modify-new-modules-or-new-cpp-keys 
     
    246246 http://www.nemo-ocean.eu/index.php//Using-NEMO/User-Guides/Advanced/How-to-set-up-one-simulation#eztoc1210_5 
    247247 
     248 * Add key in modipsl/config/ORCA2_LIM/scripts/BB_make.ldef : [[BR]] 
    248249 {{{ 
    249  add '''key_mpp_mpi''' key in modipsl/config/ORCA2_LIM/scripts/BB_make.ldef file 
    250  }}} 
    251  
     250 key_mpp_mpi 
     251 }}} 
     252 
     253 * Set number of processor in modipsl/modeles/NEMO/OPA_SRC/par_oce.F90 : [[BR]] 
    252254 {{{  
    253  then set jpi, jpj and jpij in modipsl/modeles/NEMO/OPA_SRC/par_oce.F90 
    254  }}} 
    255   
     255 set jpni, jpnj and jpnij     
     256 }}} 
     257  
     258 
     259 * Do an ins_make : [[BR]] 
    256260 {{{ 
    257  then do an ./modipsl/util/ins_make 
    258  }}} 
    259   
     261 ./modipsl/util/ins_make 
     262 }}} 
     263  
     264 * Go in ORCA2_LIM directory : [[BR]] 
    260265 {{{ 
    261  and then cd modipsl/config/ORCA2_LIM 
    262  }}} 
    263  
     266 cd modipsl/config/ORCA2_LIM 
     267 }}} 
     268 
     269 * Compile : [[BR]] 
    264270 {{{ 
    265271 gmake 
    266272 }}} 
    267273 
    268  and then in config.card: 
    269  
     274 * Set same number of processors at compiling time in modipsl/config/ORCA2_LIM/IGCM00/config.card: : [[BR]] 
    270275 {{{ 
    271276 #-- Total Number of Processors  
     
    273278 }}} 
    274279 
     280 * Able run multi processors option in modipsl/config/ORCA2_LIM/IGCM00/config.card: : [[BR]] 
    275281 {{{ 
    276282 #-- Run Options : 
    277283 JobRunOptions='"-np "${BATCH_NUM_PROC_TOT}"' 
    278284 }}} 
    279  
    280  {{{ 
    281  [Post] 
    282  RebuildFrequency=10Y 
    283  }}} 
    284  
    285285 
    286286 * '''How to have mail of end of Job, on ccrt's machines'''