.. Copyright 1988-2022 Free Software Foundation, Inc. This is part of the GCC manual. For copying conditions, see the copyright.rst file. .. _omp_get_num_devices: omp_get_num_devices -- Number of target devices *********************************************** Description: Returns the number of target devices. C/C++: .. list-table:: * - *Prototype*: - ``int omp_get_num_devices(void);`` Fortran: .. list-table:: * - *Interface*: - ``integer function omp_get_num_devices()`` Reference: :openmp:`4.5`, Section 3.2.31.