Skip to content

Commit ed4b78d

Browse files
jsquyresbosilca
authored andcommitted
ompi/debuggers: Fix a comment and remove a debug printf
Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent 877ee24 commit ed4b78d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ompi/debuggers/ompi_mpihandles_dll.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,12 +454,11 @@ int mpidbg_comm_query(mqs_image *image, mqs_image_info *image_info,
454454
if (NULL == *info) {
455455
return MPIDBG_ERR_NO_MEM;
456456
}
457-
/* JMS temporarily zero everything out. Remove this when we fill
458-
in all the fields */
457+
/* Zero everything out. Remove this when we fill in all the
458+
fields */
459459
memset(*info, 0, sizeof(struct mpidbg_comm_info_t));
460460
(*info)->comm_c_handle = c_comm;
461461

462-
printf("mpidbg_comm_query: %p\n", (void*) c_comm);
463462
mqs_taddr_t name_addr = ompi_fetch_pointer( process,
464463
c_comm + i_info->ompi_communicator_t.offset.c_name,
465464
p_info );

0 commit comments

Comments
 (0)