Changes between Version 11 and Version 12 of IntegrationOpenMP
- Timestamp:
- 06/08/11 18:01:19 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IntegrationOpenMP
v11 v12 70 70 71 71 1. compilation avec OpenMP (voir /work/cont003/p86manci/LMDZ4_OR_OMP/config/LMDZ4OR_v3/AA_Make) 72 1. 8MPI + 1OMP = 1 noeud et 8 processeurs73 1. 2MPI + 4OMP = 1 noeud et 8 prc74 1. 8MPI + 4OMP = 4 noeuds et 32 prc75 1. 72 1. 8MPI + 1OMP = 1 noeud et 8 coeurs 73 1. 2MPI + 4OMP = 1 noeud et 8 coeurs 74 1. 8MPI + 4OMP = 4 noeuds et 32 coeurs 75 76 76 1. compilation sans OpenMP (voir /work/cont003/p86manci/LMDZ4_OR/config/LMDZ4OR_v3/AA_Make) 77 1. 8MPI + "0OMP" = 1 noeuds et 8 prc77 1. 8MPI + "0OMP" = 1 noeuds et 8 coeurs 78 78 79 79 === Comment vérifier le bon fonctionnement de la parallélisation ? === … … 154 154 On ne peut donc pas conclure sur la robustesse de la parallélisation OpenMP du modèle 155 155 ORCHIDEE, tant que l'on a pas une version robuste du modèle LMDz. 156 157 === Tests IPSLCM5A sur titane === 158 159 La configuration couplée IPSLCM5A utilisée est la configuration standard avec les modifications suivantes : 160 161 ORCHIDEE : http://forge.ipsl.jussieu.fr/orchidee/svn/branches/OpenMP/ORCHIDEE 162 163 LMDZ : modification dans oasis.F90 164 {{{ 165 - LOGICAL :: cpl_current_omp 166 + LOGICAL, SAVE :: cpl_current_omp 167 }}} 168 libIGCM : libIGCM prise chez Martial (en attente de commit sur une branche après le prochain tag) 169 170 IPSLCM5A : modifications à la main dans config.card, oasis.card 171 172 Tests en cours (a comparer avec piControl2) : 173 - 10 ans : 5 OCE MPI, 26 ATM MPI (x 1 OMP) 174 - 10 ans : 5 OCE MPI, 12 ATM MPI x 4 OMP 175 176 177 178 179 180 181