General

General

How do I use the global logic command?

    • FAQFAQ
      Participant

      You can use global logic macro in parallel programming. Macros that you can calculate are each identified in the suffix. Also, the glue Bal logical includes the following: PRF_GLOR1 (x): If the variable x is true in the compute notes, it will be true PRF_GLOR (x, N, iwork): If any of the elements of the variable array x is true, it will be true PRF_GLAND (x): If the variable x is true in the compute notes, it will be true PRF_GLAND (x, N, iwork): When all the elements of the variable array x is true, it will be true