Perl-OpenMP / p5-Alien-OpenMP

Portable buildopt interface to OpenMP enabled compiler flags and other things.
1 stars 4 forks source link

Add openmp_version method #23

Closed kiwiroy closed 2 years ago

kiwiroy commented 2 years ago

This pull request adds the openmp_version method and a useful value for the Alien::Base::version method. Both provide access to the version of OpenMP available to the system to satisfy #21.

The format of the version is different is each case.

  1. openmp_version - the value of _OPENMP i.e. 200505
  2. version - a decimal equivalent translated using this table.
coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2318853541


Totals Coverage Status
Change from base Build 1505030466: 2.8%
Covered Lines: 51
Relevant Lines: 59

💛 - Coveralls