openmp: Add documentation for omp_{get_max, set_num}_threads and omp_{s, g}et_teams_t...
authorJakub Jelinek <jakub@redhat.com>
Tue, 12 Oct 2021 07:35:43 +0000 (09:35 +0200)
committerJakub Jelinek <jakub@redhat.com>
Tue, 12 Oct 2021 07:35:43 +0000 (09:35 +0200)
commit4096bf82a0cda5f79d7e5921b73897f76e00a800
tree4c3fae379fb259e4eca2b42443f1cafcbcd8f131
parentde7fa7063e99d29b6cc2024a90a3755a1001a154
openmp: Add documentation for omp_{get_max, set_num}_threads and omp_{s, g}et_teams_thread_limit

This patch adds documentation for these new OpenMP 5.1 APIs as well as
two new environment variables - OMP_NUM_TEAMS and OMP_TEAMS_THREAD_LIMIT.

2021-10-12  Jakub Jelinek  <jakub@redhat.com>

* libgomp.texi (omp_get_max_teams, omp_get_teams_thread_limit,
omp_set_num_teams, omp_set_teams_thread_limit, OMP_NUM_TEAMS,
OMP_TEAMS_THREAD_LIMIT): Document.
libgomp/libgomp.texi