Changes between Version 3 and Version 4 of IntegrationOpenMP/EnteteCommandesOccigen
- Timestamp:
- 09/24/15 18:42:15 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IntegrationOpenMP/EnteteCommandesOccigen
v3 v4 60 60 #SBATCH --time=24:00:00 61 61 #SBATCH --exclusive 62 }}} quit62 }}} 63 63 * Commande (exemple) : 64 64 {{{ … … 277 277 #export KMP_STACKSIZE=2g 278 278 export KMP_STACKSIZE=3g 279 }}} 279 280 280 281 * tuning pour bullxmpi 281 282 {{{ 282 283 export KMP_BLOCKTIME=infinite 283 284 export OMP_NESTED=FALSE … … 308 309 # 309 310 ##################################################################################################################################################### 311 }}} 310 312 * scripts ksh de lancement des trois codes gmc.e opa et xios_serve.exe 313 311 314 {{{ 312 315 cat script_lmdz.ksh … … 315 318 ./gcm.e 316 319 }}} 320 317 321 {{{ 318 322 cat script_opa.ksh … … 320 324 ./opa 321 325 }}} 326 322 327 {{{ 323 328 cat script_xios.ksh