Ну, я думаю, что я показываю свое невежество, но я установил его прямо перед тем, как запустить отладчик.Я должен делать это в отладчике?
Вы должны установить переменную окружения OMP_NUM_THREADS
внутри gdb:
(gdb) set environment OMP_NUM_THREADS 2
См. Также встроенную справку:
(gdb) help set environment
Set environment variable value to give the program.
Arguments are VAR VALUE where VAR is variable name and VALUE is value.
VALUES of environment variables are uninterpreted strings.
This does not affect the program until the next "run" command.