Skip to content

Commit 93c8409

Browse files
committed
Log value instead of pointer in MPI_Cart_shift
1 parent 046a373 commit 93c8409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/mpi-proxy-split/mpi-wrappers/mpi_cart_wrappers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ USER_DEFINED_WRAPPER(int, Cart_shift, (MPI_Comm) comm, (int) direction,
129129
RETURN_TO_UPPER_HALF();
130130
if (retval == MPI_SUCCESS && MPI_LOGGING()) {
131131
LOG_CALL(restoreCarts, Cart_shift, comm, direction,
132-
disp, rank_source, rank_dest);
132+
disp, *rank_source, *rank_dest);
133133
}
134134
DMTCP_PLUGIN_ENABLE_CKPT();
135135
return retval;

0 commit comments

Comments
 (0)