X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a718b062e3373ae631ca7bbffe798c413ade738a..ad0539d141f7dfee1706fea560d6122cb3a92f13:/src/smpi/smpi_datatype.cpp diff --git a/src/smpi/smpi_datatype.cpp b/src/smpi/smpi_datatype.cpp index 2a774f30ac..6dfe3bdf90 100644 --- a/src/smpi/smpi_datatype.cpp +++ b/src/smpi/smpi_datatype.cpp @@ -272,13 +272,6 @@ int Datatype::copy(void *sendbuf, int sendcount, MPI_Datatype sendtype, int count; // FIXME Handle the case of a partial shared malloc. -#if 0 - if(smpi_is_shared(sendbuf)){ - XBT_DEBUG("Copy input buf %p is shared. Let's ignore it.", sendbuf); - }else if(smpi_is_shared(recvbuf)){ - XBT_DEBUG("Copy output buf %p is shared. Let's ignore it.", recvbuf); - } -#endif if(smpi_privatize_global_variables == SMPI_PRIVATIZE_MMAP){ smpi_switch_data_segment(smpi_process()->index());