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.

Parameters:

  • options (Hash) (defaults to: {})

    OpenMP clause and their values. See OpenMP documentation



451
# File 'lib/BOAST/Language/OpenMP.rb', line 451

register_openmp_construct( "CancelSections", "cancel sections", [:if], [], :fortran_no_end => true )