Skip to content

Commit 116c59e

Browse files
committed
Remove debug message
1 parent 6d1671d commit 116c59e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mpi/mpi_caf.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7380,8 +7380,6 @@ PREFIX(co_broadcast) (gfc_descriptor_t *a, int source_image, int *stat,
73807380
size *= dimextent;
73817381
}
73827382

7383-
printf("DTYPE Size: %d\n",GFC_DESCRIPTOR_SIZE(a));
7384-
73857383
if (rank == 0)
73867384
{
73877385
if( datatype == MPI_BYTE)

0 commit comments

Comments
 (0)