Changes between Version 9 and Version 10 of IntegrationOpenMP/EnteteCommandesCurie


Ignore:
Timestamp:
06/18/12 15:35:28 (12 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IntegrationOpenMP/EnteteCommandesCurie

    v9 v10  
    102102#MSUB -c 8 
    103103#MSUB -n 4 
    104 #MSUB -q standard 
     104#MSUB -q standard  # noeuds fins  
    105105#MSUB -x 
    106106#MSUB -T 3600             # Limite temps (en secondes) 
     
    120120 /usr/bin/time ccc_mprun -n 4 ./script_lmdz.x.ksh  >> ${Exe_Output} 2>&1 
    121121}}} 
     122 
     123 * Résultat : mpirun lance 4 processus gcm.e avec 8 threads chacun et sur 2 noeuds (de 2 processeurs octocoeurs) 
     124 * 308 s (run.card, NEWTON, 96x71x19) 
     125 * config.card : ATM= (gcm.e, lmdz.x, 4MPI, 8OMP) 
     126 * Comment surveiller les threads : 
     127    * top avec f puis j pour avoir le numero du coeur utilise 
     128    * 1 pour voir les %cpu 
     129    * H pour voir les threads  
    122130 
    123131== Un couplé avec Oasis sur 1 proc, NEMO sur 5 procs et LMDZ sur 26 procs, MPI seul ==