Environment variables#

Debugging#

RBC_DEBUG#

If set to non-zero, prints out all possible debug information during function compilation and remote execution.

RBC_DEBUG_NRT#

If set to non-zero, insert debug statements to our implementation of Numba Runtime (NRT).

RBC_ENABLE_NRT#

If set to 0, globally disable inserting the Numba Runtime (NRT) module. Default is 1.