Skip to content
16 changes: 8 additions & 8 deletions src/api/pdc_client_connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -3036,10 +3036,10 @@ PDC_Client_transfer_request_all(hg_bulk_t *bulk_handle, int n_objs, pdc_access_t
hg_ret = HG_Forward(client_send_transfer_request_all_handle, client_send_transfer_request_all_rpc_cb,
&transfer_args, &in);

#ifdef ENABLE_MPI
if (comm != 0)
MPI_Barrier(comm);
#endif
/* #ifdef ENABLE_MPI */
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leave the commented out for now as a placeholder, may need to revisit the barrier setting if we need performance improvement.

/* if (comm != 0) */
/* MPI_Barrier(comm); */
/* #endif */

PDC_Client_transfer_pthread_create();

Expand All @@ -3058,10 +3058,10 @@ PDC_Client_transfer_request_all(hg_bulk_t *bulk_handle, int n_objs, pdc_access_t

PDC_Client_wait_pthread_progress();

#ifdef ENABLE_MPI
if (comm != 0)
MPI_Barrier(comm);
#endif
/* #ifdef ENABLE_MPI */
/* if (comm != 0) */
/* MPI_Barrier(comm); */
/* #endif */

#ifdef PDC_TIMING
end = MPI_Wtime();
Expand Down
4 changes: 0 additions & 4 deletions src/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ set(PROGRAMS
obj/obj_round_robin_io_all
obj/delete_obj
misc/vpicio
misc/vpicio_mts
misc/bdcats
misc/bdcats_mts
deprecated/vpicio_old
deprecated/bdcats_old
tags/kvtag_add_get
tags/kvtag_query
region/region_transfer_query
Expand Down
Loading
Loading