Changes between Version 11 and Version 12 of IntegrationOpenMP


Ignore:
Timestamp:
06/08/11 18:01:19 (13 years ago)
Author:
aclsce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IntegrationOpenMP

    v11 v12  
    7070 
    7171 1. compilation avec OpenMP (voir /work/cont003/p86manci/LMDZ4_OR_OMP/config/LMDZ4OR_v3/AA_Make) 
    72    1. 8MPI + 1OMP = 1 noeud et 8processeurs 
    73    1. 2MPI + 4OMP = 1 noeud et 8prc 
    74    1. 8MPI + 4OMP   = 4 noeuds et 32prc 
    75    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 
    7676 1. compilation sans OpenMP (voir /work/cont003/p86manci/LMDZ4_OR/config/LMDZ4OR_v3/AA_Make) 
    77    1. 8MPI + "0OMP" = 1 noeuds et 8prc 
     77   1. 8MPI + "0OMP" = 1 noeuds et 8 coeurs 
    7878 
    7979=== Comment vérifier le bon fonctionnement de la parallélisation ? === 
     
    154154On ne peut donc pas conclure sur la robustesse de la parallélisation OpenMP du modèle 
    155155ORCHIDEE, tant que l'on a pas une version robuste du modèle LMDz.  
     156 
     157=== Tests IPSLCM5A sur titane === 
     158 
     159La configuration couplée IPSLCM5A utilisée est la configuration standard avec les modifications suivantes : 
     160 
     161ORCHIDEE : http://forge.ipsl.jussieu.fr/orchidee/svn/branches/OpenMP/ORCHIDEE 
     162 
     163LMDZ : modification dans oasis.F90 
     164{{{ 
     165-    LOGICAL                            :: cpl_current_omp 
     166+    LOGICAL, SAVE                            :: cpl_current_omp 
     167}}} 
     168libIGCM : libIGCM prise chez Martial (en attente de commit sur une branche après le prochain tag) 
     169 
     170IPSLCM5A : modifications à la main dans config.card, oasis.card 
     171 
     172Tests 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