Function t8_debugf

Function Documentation

void t8_debugf(const char *fmt, ...)

Log a message, no matter what rank, with priority SC_LP_DEBUG.

Note

This function does not print anything unless t8code was compiled in debug mode (—enable-debug, T8_ENABLE_DEBUG was defined).

Parameters:

fmt[in] Printf-style format string.