We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71210e commit 968d8eaCopy full SHA for 968d8ea
openmp/runtime/src/include/omp_lib.F90.var
@@ -399,7 +399,7 @@
399
400
function omp_get_cancellation() bind(c)
401
use omp_lib_kinds
402
- integer (kind=omp_integer_kind) omp_get_cancellation
+ logical (kind=omp_logical_kind) omp_get_cancellation
403
end function omp_get_cancellation
404
405
function omp_is_initial_device() bind(c)
0 commit comments