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:1Can be queried from C++ withppc::util::GetNumProc().PPC_NUM_THREADS: Specifies the number of threads to use. Default:1PPC_ASAN_RUN: Specifies that application is compiler with sanitizers. Used byscripts/run_tests.pyto skipvalgrindruns. Default:0PPC_IGNORE_TEST_TIME_LIMIT: Specifies that test time limits are ignored. Used byscripts/run_tests.pyto disable time limit enforcement. Default:0PPC_TASK_MAX_TIME: Maximum allowed execution time in seconds for functional tests. Default:1.0PPC_PERF_MAX_TIME: Maximum allowed execution time in seconds for performance tests. Default:10.0