[mvapich-discuss] mvapich2-0.9.8 blacs problems

Bas van der Vlies basv at sara.nl
Fri Mar 23 03:19:31 EDT 2007


Amit,

  On which mvapich2 version did you apply the patch? My version of create
create_2level_comm.c (mvapich2 0.9.8) is out of sync with yours. See 
here reject file:
{{{
***************
*** 140,151 ****
       }
       else{
           comm_ptr->shmem_coll_ok = 0;
       }

       ++comm_count;
       MPIR_Nest_decr();
   }

   int check_comm_registry(MPI_Comm comm)
   {
       MPID_Comm* comm_ptr;
--- 160,175 ----
       }
       else{
           comm_ptr->shmem_coll_ok = 0;
+       free_2level_comm(comm_ptr);
       }

       ++comm_count;
       MPIR_Nest_decr();
   }

+
+
+
   int check_comm_registry(MPI_Comm comm)
   {
       MPID_Comm* comm_ptr;

}}}

-- 
********************************************************************
*                                                                  *
*  Bas van der Vlies                     e-mail: basv at sara.nl      *
*  SARA - Academic Computing Services    phone:  +31 20 592 8012   *
*  Kruislaan 415                         fax:    +31 20 6683167    *
*  1098 SJ Amsterdam                                               *
*                                                                  *
********************************************************************


More information about the mvapich-discuss mailing list