Skip to content

Commit 5787f78

Browse files
committed
Internal debug of the caf-mpi-lib is now only given when EXTRA_DEBUG_OUTPUT is set.
1 parent de47b0d commit 5787f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpi/mpi_caf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
5858
/* #define GFC_CAF_CHECK 1 */
5959

6060

61-
#ifdef NDEBUG
61+
#ifndef EXTRA_DEBUG_OUTPUT
6262
#define dprint(...)
6363
#else
6464
#define dprint(args...) fprintf (stderr, args)

0 commit comments

Comments
 (0)