Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Some more debug
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 28 Apr 2009 10:10:53 +0000 (10:10 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 28 Apr 2009 10:10:53 +0000 (10:10 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6265 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/DataDesc/ddt_exchange.c

index 9ecb300..afabc4c 100644 (file)
@@ -119,9 +119,9 @@ gras_datadesc_memcpy_rec(gras_cbps_t           state,
   gras_datadesc_type_t sub_type; /* type on which we recurse */
   int count = 0;
 
   gras_datadesc_type_t sub_type; /* type on which we recurse */
   int count = 0;
 
-  VERB4("Copy a %s (%s) from %p to %p", 
+  VERB5("Copy a %s (%s) from %p to %p (local sizeof=%ld)",
        type->name, gras_datadesc_cat_names[type->category_code],
        type->name, gras_datadesc_cat_names[type->category_code],
-       src,dst);       
+       src,dst,type->size[GRAS_THISARCH]);
    
   if (type->send) {
     type->send(type,state,src);
    
   if (type->send) {
     type->send(type,state,src);