Method: BOAST::OpenMP#CancelSections
- Defined in:
- lib/BOAST/Language/OpenMP.rb
#CancelSections(options = {}, &block) ⇒ Object
Creates an OpenMP construct that correspond to the “cancel sections” C OpenMP construct.
451 |
# File 'lib/BOAST/Language/OpenMP.rb', line 451 register_openmp_construct( "CancelSections", "cancel sections", [:if], [], :fortran_no_end => true ) |