Changes for version 0.2.0

  • moved a flapping test out of the for future work
  • added counting functions::
    • int PerlOMP_1D_Array_NUM_ELEMENTS (SV *AVref)
    • int PerlOMP_2D_AoA_NUM_ROWS(SV *AoAref)
    • int PerlOMP_2D_AoA_NUM_COLS(SV *AoAref)
    • void PerlOMP_1D_Array_TO_1D_STRING_ARRAY(SV *AVref, int numElements, char *retArray[numElements])
    • void PerlOMP_1D_Array_TO_1D_STRING_ARRAY_r(SV *AVref, int numElements, char *retArray[numElements])
  • added Github initial CI testing
  • updated documentation
  • added Github initial CI testing for latest Ubuntu,
  • added VERIFY C functions (see POD)

Modules

Wrapper around Alien::OpenMP that provides helpful C MACROs and runtime functions