Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge back master branch.
authorPierre-Nicolas Clauss <pini@ethernium.org>
Tue, 17 May 2011 19:24:33 +0000 (21:24 +0200)
committerPierre-Nicolas Clauss <pini@ethernium.org>
Tue, 17 May 2011 19:24:33 +0000 (21:24 +0200)
Conflicts:
src/smpi/smpi_bench.c

1  2 
src/smpi/smpi_bench.c

@@@ -14,7 -15,7 +15,8 @@@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_be
  
  xbt_dict_t allocs = NULL;       /* Allocated on first use */
  xbt_dict_t samples = NULL;      /* Allocated on first use */
+ xbt_dict_t calls = NULL;        /* Allocated on first use */
 +__thread int smpi_current_rank = 0;      /* Updated after each MPI call */
  
  typedef struct {
    int count;