]> git.ipfire.org Git - thirdparty/gcc.git/commit
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:54:04 +0000 (09:54 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Tue, 12 Oct 2021 07:54:04 +0000 (09:54 +0200)
commit6c89ed889a902c3026cb93197e4a4f66d61929a2
tree28e2bb8f7f7a97f6aae24fc8b3f44fbfaf9397a6
parent5374b802d4d9625c0e339487fbd4dbae56aadabc
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.

(cherry picked from commit 4096bf82a0cda5f79d7e5921b73897f76e00a800)
libgomp/ChangeLog.omp
libgomp/libgomp.texi