Skip to content

Commit

Permalink
remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Daily committed Mar 30, 2018
1 parent b170677 commit 1537981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comex/src-mpi-pr/comex.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ int comex_init()
max_message_size = atoi(value);
}

#if DEBUG || 1
#if DEBUG
if (0 == g_state.rank) {
printf("COMEX_MAX_NB_OUTSTANDING=%d\n", nb_max_outstanding);
printf("COMEX_STATIC_BUFFER_SIZE=%d\n", static_server_buffer_size);
Expand Down

0 comments on commit 1537981

Please sign in to comment.