Environment Variables
- KUPL_EXECUTOR_BACKEND indicates the specific executor backend mode adopted by KUPL.
- When KUPL_EXECUTOR_BACKEND is set to pthread, the pthread mode is selected as the backend.
- The following API code samples are implemented based on the KUPL pthread backend; therefore, KUPL_EXECUTOR_BACKEND=pthread must be explicitly configured for execution.
- KUPL_EXECUTOR_BACKEND can also be set to omp to select the OpenMP backend mode, which is designed for hybrid usage scenarios involving both KUPL and OpenMP. This mode serves as a transitional solution and will be replaced by a native KUPL-to-OpenMP integration solution in future releases.
Parent topic: executor-Related Functions