Skip to content

set OMP_NUM_THREADS for make checks

Ashwin Kumar Karnad requested to merge fix-docker-job-env-variables into dev-23a

The best parameters for our ssu buildbot builder should ideally be:

OCT_TEST_NJOBS = 4 # Num threads/2
OMP_NUM_THREADS=1

Based on the email from Sebastian. Testing this and OCT_TEST_NJOBS = 8 and merging the faster variant.

Merge request reports