Environment Variables
The following environment variables can be used to configure the project’s runtime behavior:
PPC_NUM_PROC
: Specifies the number of processes to launch. Default:1
PPC_NUM_THREADS
: Specifies the number of threads to use. Default:1
PPC_ASAN_RUN
: Specifies that application is compiler with sanitizers. Used byscripts/run_tests.py
to skipvalgrind
runs. Default:0
PPC_IGNORE_TEST_TIME_LIMIT
: Specifies that test time limits are ignored. Used byscripts/run_tests.py
to disable time limit enforcement. Default:0