ppovb5fc7/sdformat/sdf/1.0/event.sdf

22 lines
758 B
Plaintext

<!-- Event -->
<element name="parallel" required="0">
<description>The parallel tag specifies the numbers of threads and tbb size of the block.</description>
<attribute name="method" type="int" default="0" required="0">
<description>The type of parallel.</description>
</attribute>
<attribute name="numbers_of_thread" type="int" default="8" required="0">
<description>The numbers of the threads.</description>
</attribute>
<attribute name="size_of_block" type="int" default="25" required="0">
<description>the size of block to tbb thread</description>
</attribute>
<attribute name="type" type="int" default="0" required="0">
<description>the type to block partion</description>
</attribute>
</element> <!-- Event -->